59158 comments found.
I have 11 items in my drop down menu and would like to make room so all menu items can be viewed above the fold when opened. I have disabled top bar. I am running a logo + ad header with 350×90 logo and 720×90 ad. Is it possible to reduce the padding above and below the header to make a little extra room? Can i reduce the padding in between drop down menu items? thanks
It’s possible, but its better to add sub-sub menus, instead of changing theme files
Yes. I understand this but really need all 11 sub menus and cant break up into subs. I notice on my screens my last 2 are below the fold. So i would really like to make a little bit of vertical space. Any ideas?
header .logo-section{padding:5px 0}
you can place this in theme options – general options – custom css
Hello,
We are using the SHOW HTML in Category Plugin. We are adding text to the category pages
We want to be able to make the formatting that we use stick and as well we want to change the background of the category text. Is there any way to do this? Thank you
What do you mean by “stick” formatting?
Hi,
I would like to overwrite the redirect rules. Do you have a place to do it?
I tried rewrite plugin, but for whatever the reason it doesn’t work with rehub.
Thanks,
Not sure what you mean. Theme doesn’t have any rewrite rules. I need more info
I mean, I want to write a re-write rule. Where should I put it? I put it in function.php but it doesn’t work.
Give me examples of your re-write rules. There are global re-write rules, they must be set from .htaccess file in root folder. Also, wordpress has it’s own filters for re-write. I still don’t know what are you trying to change
Here is the new rule I want to create: office-products/?$ => index.php?product_cat=office-products
Do you want to make post url as product cat url? Still not clear why you need this.
Also, such link “index.php?product_cat=office-products” will have problems if you use pretty permalinks
Some info
https://codex.wordpress.org/Rewrite_API/add_rewrite_rule http://www.hongkiat.com/blog/wordpress-url-rewrite/yes, it is for product-category. The pretty permalinks for product category will have the value /. Where should I put add_rewrite_rule ?
In functions.php of theme
But I think you are trying to do something that is wrong
thanks
Hi, How can I edit following “specification” text. It should say “specs” or “specifications” imo, bc there are more than 1 (plural).
http://imgur.com/0X4zzQeYou can use localization tip
Install plugin Loco translator. Find word which you want to change and change it. Save localization file as localization of your site (usually, en_US).
Thanks – can you include it in next update? Specification is for only “1” specification, otherwise it needs an “s” on the end. Also, is adding another plugin the only way to change one word of text, or can I find it within files?
And text below posts “We will be happy to hear your thoughts”? Where can I edit this?
Thanks for all help.
1. Yes, you can find it in files. It’s in shortcodes/shortcodes.php
2. Theme option – localization.
How do you have the User Ratings that show up on the Top Table pages pull in the User’s Star Ratings from the review post? They should be the same (like the overall score pulls in from the review). Right now all the User Ratings are empty on the Top Table page.
There are two star rating in theme. Based on simple star rating and on full user reviews. Current version has only field to show dynamic star rating (based on simple star rating).
I added also field to show user rating based on full review in 5.9.2 Update will be uploaded tomorrow
I have a little problem with the Woocommerce images (the thumbnails did only show part of the images). I searched this comment thread which is very usefull and added this sring to the themes custom css:
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{width:auto !important; height:100% !important}
This helped a lot after regenerating the thumbnails but still on some products thumbnails the width of the image is distorted (picture thumbnails): https://dl.dropboxusercontent.com/u/1004631/image.jpgAny ideas how to get the thumbnails to show themselves correctly?
Love the theme!
How did you get this template of woo grid? Actual theme version doesn’t have such problem.
And
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{width:auto !important; height:100% !important}
is not correct code now (maybe it was for old version)
Hi, I would like to know if it would be possible to make a custom Amazon template grid 5. Now there is a possibility to make grid with 3 or 4 products. I need to list 5 on one row. Is this possible?
content-egg-templates\Amazon\data_grid4.php
change
fourth-col-gridhub
on
fifth-col-gridhub
sorry dude, I do not see the amazon folder in my editor. Can you help?
You need to use ftp. Or install this plugin https://wordpress.org/plugins/wp-editor/
Latest posts page (blog page) isn’t showing the latests posts, only those published before 5.8 update
Update your cache
Hello! In my child theme I have problem with language. What should I write in function.php. I have tried
add_action( ‘after_setup_theme’, ‘my_child_theme_setup’ ); function my_child_theme_setup() { load_child_theme_textdomain( ‘rehub-blankchild’, get_stylesheet_directory() . ’/lang’ ); }
and not work
What problem do you have?
in my chil theme does not recognize my language
Where did you save localization file? Some strings are translated from child theme and it has own additional file.
What strings do you want to translate?
my localization file is /lang in child theme folder and not work. In rehub normal theme works ok there is located also in folder /lang
Now, delete your code
add_action( ‘after_setup_theme’, ‘my_child_theme_setup’ ); function my_child_theme_setup() { load_child_theme_textdomain( ‘rehub-blankchild’, get_stylesheet_directory() . ’/lang’ ); }
it’s not correct and code is already exist in theme
where the folder for language must be in rehub theme or child theme?
I am not sure why you ask this. Maybe you don’t understand how localization files works. You don’t need to change any folder structure. You just need to place your generated .mo files in the same folder where main localization file. (it’s folder /lang).
But I recommend to use Loco translate plugin, In this case you don’t need to put any localization files and you can translate theme from admin panel
Could you please include the “nofollow” for the Woo Commerce offer box / list etc. on the title and thumbnail? Currently the nofollow is only on the button.
List is ok. For woo offer box – ok, will be added
Thanks for the quick reply. Also the offer widget doesn’t have nofollow in all affiliate links.
Hi,
I notice that categories description are repeated on all subpages for a same category (Pages 2, 3, 4 …).
I thing it could be duplicate content.
How can I leave category descrption only on page 1 ? By modifying caegory.php file ?
Hi. I will add this if you need
What do you mean ? This will be done in next theme update ? How can I modify php code ?
Yes, this will be in update. I plan it in 1-2 days
Good morning. I need help with renaming the “Related Articles” section at the bottom of each single post. I like this feature but need for the title read something different as my posts are not articles. Thank you.
Theme option – localization. You can find there field to set custom title
Localization lets you customize only these buttons & titles BUY THIS ITEM, REVEAL COUPON, CHOOSE OFFER, BEST PRICE, READ MORE, CHOOSE YOUR DEAL, READ FULL REVIEW & SEARCH. I do not see Related Articles listed.
Because you use not last version
My apologies. Thank you so much.
WP Bakery Visual composer keeps requesting updates, version 4.9.2 currently installed is this the most up to date version that is bundled with the theme?
Hi 
RE-HUB is simply the best theme I’ve used yet!!
Great work all round.
Now, I know I’m probably just overlooking a simple setting, but is there a simple way to remove the page titles from displaying?
Cheers
Yes. If you need custom page without title – use “Page for visual builder” in page attributes. Such page also has option to disable header, footer, background, width
Thanks
I will have a look now..
Awesome Sizam 
Thankyou!! Was so simple 
Also now the fastest support
Thanks Again and keep up this theme.
How do I decide which post is displayed on the home page sliders for the child theme Things?
Did you use demo clone?
EDIT: Found it!
All demo sites have woocommerce part http://rehub.wpsoul.com/shop/
Combination post and woocommerce product http://rehub.wpsoul.com/woocommerce-product-review/
Carousel and woo lists http://rehub.wpsoul.com/offer-home-page-example/
Also there are some other functions, like woo grid, ability of adding store taxonomy http://rehub.wpsoul.com/offer-archive/ , support of WC Vendor
Yes! Thanks I found it after searching more
So very happy with this theme. I have to say probably the best money making theme on TF!
We try our best to make it so
I got a Problem with the Top Table Constructor. In order to get a “read full review” link under the deal button i customized the template-toptable.php with this code permalink.
Its working, but as soon i use a shortcode for this table (and i have to do this) this review links diaspear.
What can i do to make it work with the shortcode?
a href=” ?php the_permalink(); ? ” permalink
You need to write code in email, because TF breaks code
I already did this.igor got my last e mail on march 16
answered
Hi, (yes, it’s me again, apologies for so many silly questions)
I’m using repick theme…
1) I’ve cloned the demo.. is there anyway to change home page layout from grid to list view?
2) How can I setup a STORE page, is there a documentation? Or Is there a documentation on Ecwid store and how to setup?
3) Want to setup Voucher Page and want to import all the vouchers, they are in CSV format, is there a simple way to do this?
Regards Mayur
1. Yes. Edito homepage and disable “grid index” in page attributes. Then, go to theme option – general option and choose list layout in first three selects
2. As I understand, you need Woocommerce (because you can’t import coupons in Ecwid). Just install plugin woocommerce and follow it’s installation instructions. Also docs for woocommerce http://docs.woothemes.com/documentation/plugins/woocommerce/ but in most cases you don’t need setup anything, leave by default, just setup main pages
3. You need to use our free extension for wordpress all import. Send me ftp, I will add this plugin to your site and our extension. Also user guide http://www.wpallimport.com/documentation/
But, it’s also more easy that you think, because we added extension. You need just drag&drop to correct field each data from CSV
Last question, how can I set up a page like http://rehub.wpsoul.com/offer-archive/? I’m using repick
I have problem with displaying particular icons/rating on my site.
It displays empty box instead of icon/rating. I use CDN and noticed that icons display as they should when I deactivate CDN.
I use Super Cache and CDNSUN so would like to ask what can I put in super cache “Exclude if substring” under CDN settings to exclude that it goes through cdn thus allowing it to display correctly.
http://s22.postimg.org/brdqz67up/rehub_icons.jpgNot sure, maybe this file
rehub/vafpress-framework/public/css/vendor/font-awesome.min.css
But problem can be in another thing. You should check link of icons
There is not option to put path so I put font-awesome.min.css which solved problem. Thanks
Getting a peculiar problem in using sort panel. In my catalogue_constructor page I have sort panel shortcode. In my widget area filter shortcode i have sort panel in dropdown also. But when I go to the page and sort by price for first time output says – “No post for this criteria”. Again if I sort by price or name – the output appears. No matter what I try to do – Always first time it doesnt work. After that it works fine. Kindly have a look… This is the setting I use for my panel http://i.imgur.com/dJe4m3R.png?1
Search panel shortcode will work only with MDTF shortcode, it’s not working with catalog constructor (it can work only after first search in widget when you have some returned items).
There are some possible ways to make it works before searching. What do you have in catalog constructor? Can you send me link?
Sent you the links via contact form. TQ
I was just thinking… I can make first search as a mdtf constant link and point my menu item to that link so that when customer click it first search is already done with all items in it. But in this case I will lose the pagination as per my current setting. So if better solution exists I will go by that.
I checked on local and sort panel works as expected. So, I need admin details of your site to check your settings
sent thru contact form .. Thanks
answered
Got it! Thanks!