59207 comments found.
Quick install demo clones. Go to Rehub – Demo stacks in the admin panel and followed instructions…
Not clear what you need
How did you install demo clone but didn’t read instructions which have login account?
rehubdemo/RehubPass999777
don’t forget change your pass
P.s. I added also VC to your site, now shortcodes are working. Looks like some plugins were not imported. I think this is because your site is installed in subfolder (demo installed in main folder). So, some links can be broken. But most things are working
AWESOME, THANKS SIZAM! LOVE THIS WP THEME!!!
Bug Rehub Featured Slider Widget: Although the contribution the Editor recommendation to “no” is, the post appears in the feature Slider! That was not so in the old version!
Can the slider now only filter with Slug?
If you mean featured slider from theme options – yes, it’s only by tags. You can use also visual composer module which has much more options to filter. Also, you need to read important changes https://wpsoul.com/rehub-5-7-update/
Hello,
I want to set up an mp3 digital download store with your bonus theme RE:Pick and i want to ask if it supports the woo commerce plugin on it’s own so I can customize it for sale.
Thanks
It supports
Thanks for the answer, well still wanted to know if you customize for tracklisting that will work with EDD on the RE:pick theme (since it works with woo commerce i guess it does with EDD too) and how much that would cost cos I sent a private mail yesterday and you haven’t answered me yet. mail me at shehuad@gmail.com
Is there any way i can create the mega menu like couponzguru dot com
Any compatible pluggin?
Yes. You can use Ubermenu, it’s compatible with theme. You will have the same as your example, even better
Thanks
Hi, I’m noticing that on my new Review posts, the User Review Ratings (stars, etc.) are missing from the Comments area. They still show up on the older posts from the demo. Please help?
Check my answer in previous message
I recently updated to 5.72, but when I scroll down, my logo gets cut off and the menu disappears. This did not happen in previous versions. I would post a picture, but am unable to do that here.
First of all, update to 5.8.
Second, after update – clean your cache (on site and on server if you have something like cloudflare)
Hi Sizam, looking for a good theme as a business directory. User should be able to rate services from agencies. The main page should be static – like a blog.
Hi. Yes, you can use our theme. But note, theme is better for product/services + reviews/comparisons. If you need something like simple local business directory with map – there are better solution. If you need something for service directory with ability for users to add reviews for each service or product – this is possible with theme. You can also add search criterias (filters) to help users to find service which they need. There are many other possibilities in theme. You can ask me or show example
Hi Sizam, thx for the fast reply. It would be nice to see some examples. I’m looking for something where users can review agencies of a niche – nationwide. Possibly the agencies would need to pay for the listing (not sure about that) whereas the review function for useres should be free. I’m also interested in the forum function. I wouldn’t need space for lots of pictures – it should more look like a business page.
Currently I don’t know sites with agency reviews. But I remember one site which can be very close what you need.
Please, get in touch through the contact form and I will send you link
How do we add the lines in the main menu? like in the one before the update?
.main-nav{border-bottom: 3px solid #fb7203 !important;}
you can place this in theme options – general options – custom css
Hello how i cann update this rehub version on the old one?
Why do you need this?
Hi i have installed rehub
I want to know how to remove the pagination? Also
I am only able to show the Green Badge on 1 Post and not on the other even though both the post are selected as Editor Choice
1. If you don’t need pagination and you need custom home page. You need to use VC page builder for homepage.
http://rehub.wpsoul.com/documentation/docs.html#20 http://rehub.wpsoul.com/documentation/docs.html#21Each module has option to enable/disable pagination
Hello. I have two questions:
1) How can I center the title text “Related Articles” section?
2) In the updated Rehub, the text within the shortcode boxes are larger than the body text. Can I fix this?
Thank you.
1. But it’s already centered. Send me link
2. What box do you mean?
Hello. I mean center the text underneath each image in the related articles section. Currently, it is justified to the left.
.related_articles ul li{text-align:center}
you can place this in theme options – general options – custom css
Hello, I have tried to remedy these three issues on my own and can’t seem to find the solutions. I’m sure they are simple so I am reaching out to ask for your much appreciated assistance. Thank you in advance! For reference, my website is www.vintagenius.com:
1) I see you have search boxes within the menu on some of your dummy pages, I would like to know how i can do this. You’ll see i have a gold search both, which I would like to be able to the menu so that it shows all the time.
2) The row for the post carousel on the front page (titled, “Just Added”) doesn’t show the title information or offer button. I have been trying and trying to fix this but can’t figure out how to increase the height. Also, it doesn’t look right on mobile. It is shrunken and disproportionately small compared to all other page elements. Please help.
3) Finally, I would like to remove the image in the footer with a different image. Please guide me as to how I get this done.
1. Most simple way is to enable header layout logo+code zone + search.
It’s in theme option – header option
2. Maybe you didn’t purge cahce after update. Or send me link
3. theme option – footer option
Thank you! One other question how do I decrease the width of the MDTF drop down menus (see example: http://www.vintagenius.com/womens-shoes/) so that everything is on one line. I looked through documentation and your YouTube vids but couldn’t find answer. Thank you!
This must be done with some custom code
If you use visual composer for this page- click on this http://screencast.com/t/PPVCEFU9EaD
and place next code
.mdf_shortcode_skin_popup .mdf_input_container_block{width:17%; padding:1.5%; margin:0} @media(max-width:768px){width:100%; min-height:1px; margin-bottom:20px; padding:0}
That made no difference. http://www.vintagenius.com/womens-shoes/
Please see screenshot details http://www.vintagenius.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-29-at-11.41.54-AM.png
Try this
.mdf_shortcode_skin_popup .mdf_input_container_block{width:17% !important; padding:1.5% !important; margin:0 !important} @media(max-width:768px){ .mdf_shortcode_skin_popup .mdf_input_container_block{width:100% !important; min-height:1px !important; margin-bottom:20px !important; padding:0 !important} }
Virtual bear hug Thanks!!!!!!
How can I get an older version of the theme? The reason I ask, is because I like having the line underneath the main nav bar. I also want to have the search box without the text in it. Thanks.
You don’t need old version for such things
To add border under main nav
.main-nav { border-bottom: 2px solid #ff7200; }
you can place this in theme options – general options – custom css
2. To delete placeholder ins search – next update will have option to overwrite search placeholder from theme option – localization. Just add spaces in this field, so, it will be empty
Okay, thanks 
P.S. I don’t want to delete search bar. I only want to remove the text in the search box that says “type to search”. I hope this is clear.
Yes, and my answer is the same. I understand that you want to clear only text
Hello. The custom CSS for adding the line underneath the menu did not work. Any tips? Thank you.
.main-nav { border-bottom: 2px solid #ff7200 !important; }
I am using the Rehub theme and have a couple of questions…
1 I have enabled “block width of header” and footer. with sticky menu enabled I would like to keep the menu the same width as the page width (content) when I scroll instead of it going full width of screen.
2 How can I adjust the header height (where the main logo is) ?
Thanks,
Al
1. No, sticky menu container can be only full width, because in other cases it will be not responsive
2. You can add logo with margins. Or you can add padding
header .logo-section{padding: 30px}
you can place this in theme options – general options – custom css
Hi Sizam, I created a category named “Top 10”. Then I created a page, also named “Top 10”. Now, all the posts, that have this category, are shown there automatically (which is nice) but there seems no way to change this page in a static page or even select the amount of the posts. How can I do that? Thanks in advance!
Any ideas??
If you need top 10 of posts – you can use top table or top rating constructor http://rehub.wpsoul.com/documentation/docs.html#34
Hi there. It seems that the demo content installation via WP clone seem to modify some back end admin area WP functionality when they are installed. For example in the posts and pages lists, there is no longer any option to duplicate/clone a post or page, like with standard WP back end. This is very frustrating as I use this function often. Can you confirm how to re-enable this function or fix the issue. Thanks.
Wordpress doesn’t have clone/duplicate function. I think you used custom plugin for this, for example, duplicate post plugin. Enable it again
WP has always had a clone page link as standard functionality in the page and post listing screens, when hovering over the page name. Please see screenshot here of this functionality in a standard WP install without any related plugins. This button is missing from your demo installation version. http://imgur.com/44gQ8cE
Wordpress never had such function. You can check your plugins and you will find plugin which adds this. Maybe Live editor, because I see it on your screenshot
I got a mail a week ago that there is a rehub update available but i didn’t update at that time. Is this still available somewhere?
You can always download current actual version from download section on Themeforest http://screencast.com/t/9UESdPs0Wq (click on your nickname in right top)
So you mean this download feautres all the updates, until the latest one?
I mean that this link always goes to latest version of theme available on TF
Hi, i downloaded the latest version of rehub and then i uploaded the whole folder with ftp to update my site but now the homepage is broken. It is just like the update went very wrong and it seems like i have 2-3 sites in one. How can i fix this? I think i need to go back to the old version. I sent you the link to check the site https://www.dropbox.com/s/cxtbfs3j631j2ys/22-2-2016%2010-23-57%20%CF%80%CE%BC.jpg?dl=0 and another one to see how the site used to be https://www.dropbox.com/s/1j2uqg079yz7xdn/16-1-2016%202-03-57%20%CE%BC%CE%BC.jpg?dl=0 Please let me know what i can do. Thank you
Maybe you made wrong. When you update theme – you need delete previous version (not overwrite).
Check correct ways http://rehub.wpsoul.com/documentation/docs.html#5
Yes you are right, i overwrite the rehub folder with the new one. I made a backup before i do this and then i tried to import the .xml file but it didn’t work. How can i upload the backup file in a right way? Are there are other ways to restore my site?
This depends on your backup. How did you make backup? Theme install or update doesn’t change your posts, theme options, etc. Maybe you need just to update theme.
i made a backup by using the export option in wordpress and i downloaded the .xml file. My posts were not affected but the look of the site was changed. My menu changed too, i see now 3 same menu items for example i see 3 home menu items. How can i update theme in the correct way?
i made a backup by using the export option in wordpress and i downloaded the .xml file. My posts were not affected but the look of the site was changed. My menu changed too, i see now 3 same menu items for example i see 3 home menu items. How can i update theme in the correct way?
If i delete my rehub folder on the server and then upload the new one, will i lose the content and the settings of my site?
no, content always safe
Hi, Sizam
I know you are making the new theme like sliickdeals and hotukdeals.
1. When is the ETA for new theme?
2. I hope you support mycred in this new theme and Repick theme.
For example, when an member click the ”+”(hot meter), the author take +1 point.
Thanks 
1. Near 2 weeks, but maybe more. Depends on testing period
2. Yes, this will be supported
Hi Sizam, how can i find the latest update for rehub theme? Thanks
Click on your name in right corner of Themeforest. Go to download tab http://screencast.com/t/9mlu6Lyb You can find latest versions from all products which you bought on Envato
If i delete my rehub folder on the server and then upload the new one, will i lose the content and the settings of my site?
No. Content, menu will be safe. Even theme options will be safe. In very rare cases you need to reassign menu to menu area