59158 comments found.
Latest update: Hi Igor, this last update has made the Next Gen Gallery stop working. Can you take a look at it. Prior to this upgrade it was working fine.
Thanks! Love the updates
Send me page with issue, please
Video doesn’t help me, I need url. Also, check web console, error must be there, then write it to me
Hello how can i get rid of the Amazon title that imports with content egg above the price. Like here http://repick.wpsoul.net/creative-oldschool-camera/ Thanks 
Use special template for this http://screencast.com/t/cU4CnIetnp
Thanks
Hello I have two questions.
1. How can use on the homepage of my rehub affiliate website the button under my product to go to the products page, and on the product page to send the customer to the website from the affiliate. At this time i can’t use them seperatly. On the hompage i want to use the button as “more info”en on the product page as “buy this item”.
2. How can i update the theme?
1. You can’t do this, but you can disable button, so, it will be only links in title and image which goes to inner page.
Hi, In the [review] box I have both Editor and User reviews on a scale of 1-10.
In some cases the scores are shown with one figure after the decimal point (e.g. 7.6) and in other places the score is shown as an integer (e.g. 7).
I would like all figures to be shown with one decimal point.
Is there a way to make all figures shown with one decimal pint (e.g. 7.6) on the [review] table?
Thanks
Daniel
Show me where you have integer (link will be good or screenshot)
Some values have decimal points, some do not.
Thanks
Daniel
Ok. will be added. I plan update tomorrow
Hello Sizam,
Excellent theme! I have a question:
I have the Repick child theme set up with 3 column grid with infinite scrolling. Works perfect for what I need. However, I would like to be able to replace certain post boxes with other types of content. For example, I want to be able to have the top right grid post be an email opt-in box and other boxes throughout the endless scrolling to be ads instead of posts. How can I do this?
Ads boxes is already done. Go to theme option – repick settings.
For email opt-in – it’s possible only with code customization. You need to customize file inc/parts/query_type_3.php
There are example inside how I do this for ads, you need do the same for email box.
Or you can hire our customization team. I think price will be near $30 for this
Hi,
How can modify CSS in footer ?
I would like to remove underlined links in the footer. I tried to do it in theme options > general options > custom CSS. but this doesnt work.
Thanks in advance.
That’s correct. Show me code which you added
Hi, here is my css code : .footer_widget a:link { text-decoration:none;}
.footer-bottom .container .footer_widget a{text-decoration:none;}
Great !Thanks SIzam
Hi Igor, looking to create this page on my site for my woocommerce shop items but can’t find how to build it?
http://rehub.wpsoul.com/directory-carts/is there a specific code i need?
But this is not a page for product items, it’s for creating catalog pages. How do you plan to use it?
Oh as a parent category to subcategories. So I’d like to have one page where the top categories show, then if you click on one you’d get to the sub categories under it. ie Analytics – then sub categories would be Social Analytics and Web analytics. Does that make sense?
Ok. You can do this, but it’s not automatic.
As I understand, you need cart boxes. THis is a visual composer module http://screencast.com/t/z5KDVxlf
It’s also available in shortcode generator
Hi I am thinking about purchasing your theme but I am would like to create a local deal website where the purchases are made at the brick and mortar businesses. I am wondering if the theme can do the same process like this website http://madisonstamp.com/deals When you click on a deal you get a pop up where the theme send a message to the person phone. Thanks.
It’s possible to create similar site, but we don’t have sms functions. It’s possible to do as customization. As it interesting task, we can offer special price for this customization $40.
But note, in any case you need to have account in sms gateway
Does Rehab have unique content egg modules… (ways to display product) vs If I were to install content egg on a different theme?
Yes, it has many unique templates. By default Content Egg has 4-5 templates (with Rehub it’s near 15)
Hi,
I am using this theme for a marketplace website and want make it multi vender website. Everything going good, but whenever a new vender want to add a new product, it will redirect vender to backend (wordpress backend). I don’t want show wordpress backend to any vender.
can you suggest me how I can enable this function in this theme?
Kind Regards, Travis
What do you use for Vendor functions?
Please have a look here – 1eurobeats.iyfmklanten.nl. in this website any musician (Vender) can register and can upload their sound beats to sell.
Right now if any vender wants to upload a product then he will redirect to wordpress backend and saw admin pannel like a admin saw. this is not good. I don’t want to redirect vender to backend. He should submit a project from frontend. is it possible in this theme?
hope I explain better
Is each product a downloadable product in woocommerce?
Yes Sizam I fixed everything now there is another issue here. Let me explain.
Yes I want to make all product downloadable. I created upload a product using accesspress pro plugin (additionally provided by you in theme) but I can’t make it downloadable. see upload a product form – http://awesomescreenshot.com/0e75qpnl7b
I used these meta tags: _downloadable (checkbox) _downloadable_file (as file uploader) Can you please look into it for me? I can provide you the login details if needed.
Thanks
Also after submitting a product (as a vender) it isn’t showing in shop. I have to update once that product from admin (re publish), then it will displayed in shop.
I found why AP doesn’t save downloadable products. This is because woocommerce stores files in custom meta as array, not as string.
THis can help
http://docs.wedevs.com/docs/wp-user-frontend-pro/tutorials/woocommerce-downloadable-product/Maybe you don’t have enough skills to implement this, I can help you, but only after 6.0 update, because it’s not very simple question
Hi, How can i use a URL Photo (external) for my homepage ? Please see my screenshot: http://postimg.org/image/h0ipb30xj/. I use the Thing Theme and i normaly work with the External Featured Image PlugIn (but it doesn’t work).
Regards
Wordpress doesn’t support this. There is plugin for such thing – Nelio External images, but you need to have tweak for this plugin to make it workable in post archives.
I can create such code for you, but you have expired support, so I can only support bugs for you. If you will have support again, write to me, I will help you
yes i work with the Nelio External images plugin. i had the same probleme with the ReHub Theme. And you gave me this answer: In functions.php find function function get_mypost_thumb_url() {
and code
$image_id = get_post_thumbnail_id($post->ID); $image_url = wp_get_attachment_image_src($image_id, $this->size); $image_url = $image_url0;
change to
$image_url = get_post_meta( $post->ID, _nelioefi_url(), true );
But in Thing Theme i can’t find the ”$image_id = get_post_thumbnail_id($post->ID); ...” Code. Can you help me ?
Regards
You need to add this not in ReThing child, find this in Rehub functions.php
okay but can i also use for the thing theme this code: $image_url = get_post_meta( $post->ID, _nelioefi_url(), true ); ? Or is there an other way?
Rehub theme is parent theme. This means that all code will be available for parent and for child themes.
it doesn’t work have you a alternative for Nelio External Featured Image PlugIn ?
It’s working, because I know some people use it with theme. If you want to have custom code from me for this plugin – you need to update support or try to investigate this code by yourself
okay. I make a update for my support.
Ok. Now, send me ftp access, install Nelio plugin and add to some posts, and disable temporarly cache plugins
Please, get in touch through the contact form to send ftp
How do you change the text “Read full review” on a Top Reviews page to a button? I like the “Buy This Item” button but would like it to say “Read Review”.
Theme option – localization. You can find it there
That only changes the text link. I would like a button like in your example on http://rehub.wpsoul.com/rows-best-reviews-with-sidebar/.
So, do you want to have 2 buttons?
No, just one button to replace the text “Read full review”
But I wrote you where you can change Read full review text. Did you have problem with this or can’t find?
Yes, I saw that, but It only changed the text. There is no button. Would like a button instead of the text. Can there be a button?
Hi,
I bought the theme recently and just got notice of an update of WP Bakery Visual Composer. It doesn’t update automatically so I hope you can provide me with the latest version.
Furthermore how can I get the update in the future? Do I always ask for it or can I get it automatically?
Thanks, Sandra
Latest theme version has latest visual composer
Simple way how to update http://rehub.wpsoul.com/documentation/docs.html#5
Thx!
This latest update has seemed to cause a lot of problems within the header for me. It’s added a search box into the header for some reason which I cant seem to remove. The search box also shows up on the mobile version which looks even worse. The sticky logo also is still very buggy and enlarges the height of the sticky menu. Is there anyway this can be fixed?
There is no such bugs. You need just update your cache
I have emptied and updated the cache several times with no change. It also is causing problems with the search in the header for the extra search logo. The newest update also messed up the way the buy now buttons show for categories which you can see on this page: http://kickslinks.com/sneaker-deals
How can I fix any of these problems?
You didn’t update css cache, I still see css from old version of theme
I see that all static files are on cdn. So, you should update cache also on CDN.
P.s. and I don’t see any issues with header.
With the header the main problem I am having is when i upload a compact menu logo the height of both the header & sticky header for the desktop version increases. Is there any way to prevent this while still having the compact menu logo?
Updating the CDN fixed the buy now buttons and the search for me, thank you for that!
When you use compact logo, it doesn’t increase height of desktop header. I still think that this is cache problem
hi, i am getting alot of failed imports while trying to import the dummy data
Because you import full xml file with products, but don’t have installed woocommerce.
You can also make full demo clone in Rehub – design stacks
I have updated to Rehub 5.8 and after that I need to login twice as admin to see my CMS. First login is acceptable but doesn´t show the Control Pannel. I use iThemes Security Plugin, but I had no issue before V5.8
Hi. But currently (and early) theme doesn’t have anything which change default wordpress login behaviour. Maybe this is in plugin, for example, in woocommerce. Do you have it? Do you have WC Vendor?
Hi Sizan, I have fount it. The plug in 404 to 301 v2.1.4 from Joel James is the ISSUER. I disabled it, cleaned the cache and the problems disapeared. Sorry for antecipating the issue before studying it better. I do not know the relationship to the theme, it seems curious. the plug in worked out before Rehub 5.8
The administration bar only shows in other page different from them MAIN. I have found this. Is it possible some mistake on the theme? Fixing the Missing Admin Bar
The most common culprit causing this problem is a missing <?php wp_footer(); ?> line in your theme. This function is usually found in a theme’s footer.php file just before the tag.
I studied deeped the problem and found the final solution. There were in fact 2 plugin issues. The second one is the WP Notification Bars v1.0.1 from MyThemeShop. So, I would like to adivice developers to check site behavior after a new plug in install. Now my administration bar is fine and I do not need to login twice anymore. There were no relationship to your amazing theme, only plug ins fortunatelly. Good Job! PS. with this second one disabled, I can use the first one (404 to 301 v2.1.4 from Joel James) without matter.
Ok. Also, of course, theme uses <?php wp_footer(); ?> in footer
Hi, Thank you for the great support earlier. Much appreciated.
I have a new question.
I would like to display pros and cons in a ‘Top Table Review’ page.
Is this possible? If so, do I need a code to do so?
Thanks Daniel
You can add this without code customization. But data must be added as custom fields. Are you familar with custom fields of wordpress?
Hi, I can retrieve the custom code values OK, but I can’t see how to make them display as a neat list of pros (and cons).
I have a custom field called ‘Pros’ and it has multiple values stored in it – which I can retrieve OK as a comma separated list. Do you know how can I populate the pro’s list so that it grow dynamically? Each product will have a different number of pros (and cons)
Ignore that! I have worked it out. Thanks for all your help
++
Hi,
For some reason, my font’s are extra black and almost look bold after I switched size to 18. All the fonts listed in theme options are no-names – which should I use to get similar to http://neilpatel.com/2016/03/14/what-type-of-backlinks-does-your-business-really-need-right-now/ ?
Or similar to http://backlinko.com/white-hat-seo ?
I use these 2 examples bc they are both hugely popular for their blog posts/format over almost anything else .
What do you mean “no-names” fonts in theme? All fonts have name. From your example, you can use this font http://screencast.com/t/XtdP20zxI
Hi,
For some reason, my font’s are extra black and almost look bold after I switched size to 18. All the fonts listed in theme options are no-names – which should I use to get similar to http://neilpatel.com/2016/03/14/what-type-of-backlinks-does-your-business-really-need-right-now/ ?
Or similar to http://backlinko.com/white-hat-seo ?
I use these 2 examples bc they are both hugely popular for their blog posts/format over almost anything else .
Hi,
I am trying to modify sublines on main menu. I have seen that I have to modify description of category but that makes nothing.
It seems that sublines have been automatically generated for category descriptions when I installed the theme and now I do not find how to modify these sublines.
Could you help me ?
OK thanks i found it on menu screen, I was searching it on category page…