286 comments found.
Hi, I’m deciding if I should renew my support for this theme or move onto another theme that has the functionality I may want.
If I renew my support, could this theme incorporate full width images like in this blog and not be limited to the current container of 1130px?
Hi,
Yes, you should renew the support so I can help you better. For full-width images, After renewing support that is something to do with javascript, Please contact me via support tab your site login details and FTP details, I will consider to help you!
Sincerely,
Hello, I am Franch. We can translate the theme in french ?
Hi,
Thank you for interesting in the theme.
Of course, the theme support translation and you can translate to your language.
Sincerely,
I add a Sidebar box: youtube subscribe, because I will have a video to show. But when I put the link it says “invalid request”. Is it because I’m doing it wrong. I put this link in: https://www.youtube.com/watch?v=SjZlDgQURKo
Hi there, Please contact me via purchased account,so I can help you! Sincerely,
ThemeRuby as per your suggestion, i edit the .po file and made the changes accordingly
#: ../widgets/ruby_sb_social_counter_widget.php:79
msgid "follower"
msgstr "timkoo"
but the changes didn’t reflect.
Hi,
Welcome you back to me. Please be more specific about your issues and send me login details via support tab of the theme, so I can help you.
Sincerely,
actually i am using NEWTECH demo: http://demo.themeruby.com/innovation_news_tech/
and i want to change sidebar widget STAY CONNECTED social media Lables”followers” to Fans or my custom label name.
How can i do this?
Hi,
You can change the text via the translation file. Are you use any cache plugins? If yes, please try to clear cache and test again.
Sincerely,
I can understand what you mean but there is no any cache plugin install, i will be very happy if you make one change so i can check how you did so i will replicate it accordingly.
Hi,
Please send me your site login and FTP details and the text you want to translate, I will check and help you fixed this issues.
Sincerely,
Is there a way to make it so I can display a few Blog Posts on this Page, but then have a ’ Page 2 ’ and ’ Page 3 ’ display the rest of my Posts?
http://www.paulanthonyshow.com/test-page/It does it automatically with categories, blog pages, however when I create a Page using the Ruby Composer/Block 3 Overlay Grid I cannot seem to find a way to have say ’ 10 posts ’ appear on the test page, then have a Test-page/page-2
Thanks
Alternatively, Is there any chance you can add ’ Block 3 Overlay ’ into the Innovation New Category Layout Categories Option? This would help me out a great deal 
Hi,
Welcome you back to me.
1. To enable the latest blog listing on ruby composer page, Please click on edit page to navigate to page editor. After then, please scroll down to the bottom of the page, you can see “Composer latest blog” options, you can enable it in there.
2. Yes, I will add that layout to blog listing and category layout in the next version.
Sincerely,
Awesome, Sounds Good!
Do you have an ETA on the release date for the next version? 
Hi,
I am working to finish the new version and I will release it soon. It can be released in next month.
Sincerely,
Hello,
On the website of my customer I update the theme from 1.2 to 3.2 and after Upgrade, the Search Field is not displayed in the Main-navigation. The Option “Show Search Icon” is on http://sharepoint.dev-mk.com/Any ideas?
Thanks
Hi,
The search icon is missing icon tag (i tag) so It can not display. I guess you edit some code in the header, so Please check again.
If you have any further questions, feel free to contact me via support tab, so I can validate the purchase and support you.
Sincerely,
why can not I add more icons in a row in the post
Please contact me via purchased account, so I can help you!
Hello,
I have finally completed my Website. www.paulanthonyshow.com
However all of the custom CSS code I use doesn’t apply when I’m using a Cell phone or tablet.
Is there an easy way using CSS to turn off ’ responsive design ’ so my site looks the same on a mobile phone as it does on the PC?
I couldn’t find any options in the theme, but I might of overlooked it?
Thankyou again for all the constant support.
Hi,
The theme is totally responsive on all devices, so I didn’t add that feature. If you use custom code, you can wrap all your codes in this code:
@media only screen and (min-width: 992px){
//your custom code
}
That codes make your custom only affect to laptop. Sincerely,
Hm, all of the Code I used to remove the Lines/Borders ect don’t seem to be responsive on a Phone/Tablet.
If I view www.paulanthonyshow.com on a Computer/Laptop it looks fine. However if I view it on a Phone/Tablet , all of the lines I removed are back.
Is there a code to @media only for Cell Phones?
Oops nevermind, I have fixed it now. I had a line of code @media only screen and (min-width: 992px){ //your custom code } that was screwing it up, it’s all fixed now.
Thankyou!!
Hello,
Is there some CSS Code to change the color of the ’ White dividers ’ on my Website?
I’ve made the website grey, but now you can see white dividers inbetween the side bar, and in between the posts.
Thank-you! http://www.paulanthonyshow.com/Hi,
Please try to use this code:
.post-grid-outer, .ruby-section-hs .ruby-block-wrap:after {
border-color: transparent !important;
}
Hello,
How would I go about making my Pages Grey See on this Page the Actual Area is Grey/Dark
http://www.cc.com/shows/inside-amy-schumerIs there a way to do that with CSS ?
Hi,
Sorry, I cannot help you in this case, It is a hard job and needs to change a lot of CSS, Please consider to hire a developer to do this, You can refer the Envato studio, Have many good quality services on that website.
Sincerely,
No Worries, I got it covered.
Hello,
Is there a way to Add a Shadow to the theme? See on the http://southpark.cc.com/ they have a shadow on the left and right ( outlining the boxed theme ).
I was wondering if a similar effect could be achieved with CSS in this theme? Thankyou!
Hi,
Please navigate Innovation > General Options > Main site layout, then select boxed layout.
sincerely,
Hi,
I do have it on Boxed Layout, I am interested in the shadow effect around the boxed layout. How do I achieve this?
I thought it was something like #wrapper { box-shadow: 5px 0 8px #333; } but this doesn’t seem to work.
.main-site-outer { box-shadow: 5px 0 8px #333; } Sortof works, It puts the shadow on the right but not on the left.
www.paulanthonyshow.com
Nvm Got it. .main-site-outer { box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.75); }
Hi, glad to you figure out.
Hello,
Could I bug you guys for the CSS code to make all of the Widgets in the Footer ’ Centered ’ ?
So instead of everything sitting to the left, it is centered. Thanks!
Hi, Please try to add the below codes:
.footer-wrap .widget-title, .footer-wrap .widget {
text-align: center;
}
Sincerely,
Thankyou, that worked. However Only the Titles are centered, the content is still too the left.
www.paulanthonyshow.com
Is it an easy fix?
Hi,
Please try to add the code below into Innovation > Custom CSS > CSS Code:
.footer-wrap .post-wrap.post-small-list {
display: inline-block
}
Sincerely,
Thank-you!
How do I remove the Blue Shading over the Text in the Nav Menu.
http://www.paulanthonyshow.com/I played around with some CSS but I cant seem to remove it. When I change the color to default or try to hide it, it goes white instead of blue.
Thankyou!
Hi, That color depends on sub menu background settings in theme options. but you can change it via CSS, Please try to add the below code:
.main-nav-inner > li.current-menu-item, .main-nav-inner > li:hover, .main-nav-wrap ul.main-nav-inner > li:focus, .main-nav-inner > li.current-menu-item a {
background: none !important;
}
Sincerely,
You Rock! Thank-you Kindly 
Hello,
In the Categories Option I want to make all of the Categories look the same as my Front Page which is using the ’ Block 3 ( Overlay Grid ) ’ Feature.
However I do not see an option in it for Categories, there is only Classic, Grid ect.
How do I make it so my Categories are using the Overlay Grid feature?
Thanks
- Paul
Hi,
Sorry for this, at this moments, the grid overlay is an additional feature of the page composer. It is not a blog listing layout so you will not see that block in blog listing layouts.
I will consider to add it in next versions.
Sincerely,
Alternativly, Is there a way to add padding to the Grid?
Eg http://www.paulanthonyshow.com/videos/
See how the Grid/Blocks are really close together, is there some CSS code I can use to add a bit more padding and space the boxes out a bit more?
Hi, Please try to add the below code into Innovation > Custom CSS > CSS Code:
.post-feat-carousel-fw-small {
margin: 10px !important;
}
.block-fw-post-3 .post-grid-outer {
border: none !important;
}
.block-fw-post-3 .ruby-content-inner {
margin-left: 10px;
margin-right: 10px;
}
Sincerely,
That doesn’t separate the boxes sadly, any other ideas?
It kind of makes the boxes larger but they are still squished together.
Here is the effect I am trying to achieve.
http://imgur.com/a/ynvHS http://www.paulanthonyshow.com/videos/Hi,
Yes, the code will work as your screenshot, so make sure that you added correctly, Please check again.
Sincerely,
Thank-you! I dunno why it didn’t work the first time, works like a charm now, your the best!
Hi,
You are welcome, Feel free to contact me via support tab of the theme if you have any further questions.
Sincerely,
Hi,
On the website of my customer I update the theme from 1.2 to 3.2 and get the following error message in the front and backend: Warning: require_once(/theme_options/ruby_imported.php): failed to open stream: No such file or directory in /wp-content/themes/innovation/theme_options/ruby_redux_config.php on line 15 Fatal error: require_once(): Failed opening required ’/theme_options/ruby_imported.php’ (include_path=’.:/usr/share/php:..’) in /wp-content/themes/innovation/theme_options/ruby_redux_config.php on line 15
After I deleted line 15, it works again. But that should not be the solution to the problem?! Where is the real problem here?
Thanks Best Regards
Hi,
It seems you have missed some files when updating the theme.
That file is not necessary when your site has worked. so please don’t worry about this if you removed require_once codes.
Sincerely,
Hi,
I quite love the decent design of this theme. Two pre-purchase question. 1. Is this theme compatible with any plugin which could add a shopping cart icon on the menu? Like Woobag? 2. I don’t find any variable product in the demos and all the products have only one picture. So is it good to set several attributes and variations for the products and add more pictures? Can all the product pictures shown in lightbox?
Thank you!
Hi,
Thank you for interesting in the theme.
1. Yes, the theme is compatible with woocommerce plugin, You can check on demo: http://demo.themeruby.com/innovation_news_tech/shop/2. Yes, I haven’t added product gallery in demos, but It is a feature of the plugin and It will work well with the theme.
Feel free to contact me if you have any further questions.
Sincerely
Hello,
I am trying to get the Text/Menu Centered in the Header, It always seems to float left.
Is there some CSS Code that will centre the main menu text?
Thanks
Hi,
Thank you for purchasing the theme. Please send me your site URL via support tab of the theme, so I can help you
Sincerely,
Hello,
I contacted you via the support and did the code. }
.nav-left-col {
float: none;
width: 100%;
text-align: center;
.main-nav-wrap { display: inline-block; float: none; }
.nav-right-col { position: absolute; right: 0; top:0; }
However the font is now too far to the right, It’s not really centered.
Any Ideas?
www.paulanthonyshow.com
Hi, I just replied you via email. Please check!
Dear innovation theme author,
I want to customize the ‘follower’ text showing on homepage right sidebar: http://demo.themeruby.com/innovation_news_tech/Actually i want replace facebook followers with fans, Pinterest with PINs etc etc.. I checked your code, its use widget social counter class file, and word ‘followers’ is hard coded, now i m using child theme and how can i override your class files so i can change the STAY CONNECT social media words…. i searched on google but any solution didn’t work with your theme.
Here is my purchase code: c24c0bf9-4750-4174-9af6-d69ebd2a49ec
Thanks
Hi,
You can use translation file to change the texts, It has been included in the translation file.
If you want to change in the code, You must override on the widget “ruby_sb_social_counter_widget.php” of the main theme.
Sincerely,
is translation file will not override when i upgrade theme everytime??? actually this is the reason i don’t want to make changes on main theme files.
Hi,
Yes, of course, you can change via translation file.
Sincerely,
Translation will not override?? sure?
Hi,
Those texts can be changed via the translation file and it will not override to the theme so that you can update the theme without loss your changed.
Sincerely,
thankyou for such fast great response.
I m quite confuse, can i edit the translation file, there are .po and .mo files, which file i need to edit, and I want facebook followers to Fans and pinterest Followers to PINS…..
i found this on .pot file:
: ../widgets/ruby_footer_social_counter_widget.php:49
: ../widgets/ruby_footer_social_counter_widget.php:62
: ../widgets/ruby_footer_social_counter_widget.php:75
: ../widgets/ruby_sb_social_counter_widget.php:53
: ../widgets/ruby_sb_social_counter_widget.php:66
: ../widgets/ruby_sb_social_counter_widget.php:79
msgid “followers” msgstr ””
: ../widgets/ruby_footer_social_counter_widget.php:95
: ../widgets/ruby_footer_social_counter_widget.php:132
: ../widgets/ruby_footer_social_counter_widget.php:146
: ../widgets/ruby_footer_social_counter_widget.php:163
: ../widgets/ruby_sb_social_counter_widget.php:99
: ../widgets/ruby_sb_social_counter_widget.php:136
: ../widgets/ruby_sb_social_counter_widget.php:150
: ../widgets/ruby_sb_social_counter_widget.php:167
msgid “Followers” msgstr ””
Confuse how can i change different text for facebook and pinterest specific???
#: ../widgets/ruby_footer_social_counter_widget.php:49
#: ../widgets/ruby_footer_social_counter_widget.php:62
#: ../widgets/ruby_footer_social_counter_widget.php:75
#: ../widgets/ruby_sb_social_counter_widget.php:53
#: ../widgets/ruby_sb_social_counter_widget.php:66
#: ../widgets/ruby_sb_social_counter_widget.php:79
msgid "followers"
msgstr ""
#: ../widgets/ruby_footer_social_counter_widget.php:95
#: ../widgets/ruby_footer_social_counter_widget.php:132
#: ../widgets/ruby_footer_social_counter_widget.php:146
#: ../widgets/ruby_footer_social_counter_widget.php:163
#: ../widgets/ruby_sb_social_counter_widget.php:99
#: ../widgets/ruby_sb_social_counter_widget.php:136
#: ../widgets/ruby_sb_social_counter_widget.php:150
#: ../widgets/ruby_sb_social_counter_widget.php:167
msgid "Followers"
msgstr ""
Hi, You just need to translate one by one and test it. Sincerely
I purchased your theme a while ago, but now it is in production. I noticed that when the site is viewed by windows phone (e.g. Nokia Lumia) the logo and mobile menu bar collide. How can that be fixed?
Hi,
Please contact via purchase account and send me the Url of issue, I will check for you.
Sincerely,
Hi, In “innovation_news_tech” demo version is possible to show 5 news in the hero slideshow? thanks!
Hi,
Thank you for purchasing the theme. Yes, it is possible, please click on edit page and then go to that block, change “posts per page” value.
Sincerely,