59210 comments found.
I just purchased your theme and very excited. Forgive me for the ignorance but I’m trying to import demo data and looking at the domumention but was hoping for a link. I can not find where to register nor find instructions.
To make quickly copy of demo site, you should register your license first. Go to Rehub – Registation for instructions. Then, Go to Rehub – Demo stacks. You will find all instructions there.
please advise
these tabs are in admin panel http://screencast.com/t/TcD3X8Wds
Thank you. sorry I did not see that in the dashboard.
I have imported revise demo stack data from using rehub login credential. After successful import by default the admin user id now changed to ‘rehubdemo’. I have although changed it to my password and email id but not able to change admin user id as it has locked.
pls advise how to fix this to my own user id
there is description how to do this in the same place where you got demo clone (Rehub – demo stack)
Dear author, I am new to Wordpress and I need link for demo tutorials, description and video for setting rehub theme properly.
Thanks a lot.
Hi there,
great theme btw! using re:pick not sure how to formulate my question..
Im trying to get my favorites “wishlist” to adopt/use the hyperlink i gave to the images or/and the (brand logo URL) this instead of the get_permalink as i have no need to get users in the post itself for certain posts..
have checked the favorites developers forum and searched through the .php files hoping that somewhere i could connect the dots.. but no joy,
thanks in advance
what favorite plugin do you use?
the pre-installed one from favoriteposts.com
Check file favorites_list.php in root folder of theme. You will see function inside which is responsible to output wishlist
i checked that but i was not sure which string needs to be changed and to what, am not familiar with it, have checked for the option that i want on php.net but am not getting any wiser it only crashed my wordpress twice, so was hoping that it possible for you to be more precise what i need to edit
this depends on link which you want to replace. You wrote “brand logo URL”, but what is the link? where you find it?
maybe im explaining it wrong, i have the grid layout, the image and the (button text) go to a referral/affiliate link, but when people save it in the “wish list” and after scrolling through they click on the item it brings them to the post/permalink and i want them to land on the affiliate link instead… i hope it clearer.
Yes, now it’s clear. Use favorite template of page for favorites page and change in template
get_the_permalink($favorite)
to
rehub_create_affiliate_link()
have changed it in favorites_list.php changed to rehub_create_affiliate_link() but when clicking the links in the wishlist it opens a new page and shows the wishlist, not sure what im doing wrong..
echo ‘’; echo get_the_post_thumbnail($favorite, array( 50, 50)); echo get_the_title($favorite);
hope its pasted correctly now echo ‘’;
this is what you must have http://screencast.com/t/GcvyglnNr44O
that exactly how i replaced it, but it opening new wishlist in new tabs for me instead of the affiliate link.
send screenshot of file with your customization
hereby.. double checked all settings and all should be fine http://www.screencast.com/t/nKyO4VWwN
how did you add affiliate link to post?
copied it in OFFER URL and in BRAND LOGO URL… should i add it somewhere else?
also ticket box “Make link from image to affiliate post instead link to post”
Please, send admin access in the contact form. Provide also in message: your issues and link on current comment (you can know it if you press on time in your comment)
Can you help me put the name of the person sending the offer on the side of the image? like that http://i.imgur.com/PALxpTK.png
<?php global $post; $author_id=$post->post_author; ?> <?php echo get_author_posts_url( $author_id ) ?>
Did not work very well, I just need the name of the author of the post and not the link of his profile, I like the example of the right.
http://i.imgur.com/WDNxp3w.jpgif you use it in loop, this must work
<?php echo get_the_author_meta(‘nicename’);?>
Dont work =/
<?php global $post; $author_id=$post->post_author; $author_obj = get_userdata( $author_id ) ?>
<?php if(!empty($author_obj)){ echo $author_obj->user_nicename;} ?>
Work, thank you !
when I use the ‘Posts grid in columns’ for my home page, it shows the row as uneven because some images are larger than others, and they take up more space. is there a way to fix the space taken by each image to keep the row even?
I guess you have disabled croping in theme option – global enable. Also, you can use Rewise or Revendor sub themes which has another design for this module
thank you
Hello Sizam, Flipkart module in content Egg stopped working after the recent update. Also please check mail.
and what error code?
sizam, Can you suggest any plugin or coding on how we can have an SMS option similar to content egg price alert box which will notify user when price changes.
Appreciate, if you could include this in your theme update
Do I need to purchase AFFILIATE EGG separately???? Why it’s not in the theme itself as I have seen in your demo tutorial.
What demo tutorial do you mean? In all tutorials and in description of theme I added info that Affiliate Egg is not bundled, because it has another license. I don’t want to increase price of theme just for plugin, because 90% of buyers use theme for another purpose and not need a plugin
How do I fetch description automatically in post?
what description?
Hi, im trying to insert ADS CODES in the CUSTOMIZABLE HEADER but its not working in the side of the logo, just above… Its possibile to fix to be side to the logo?
send link
this header layout doesn’t have ads zone in header

HI, its something strange…
The ADZONE works in GOOGLE CHROME, but DONT work with FIREFOX…
any reason?
Check firefox ads blocking extensions
Hi there, I wondering if you guys could help me out, I’ve put Homepage 3 of REdirect up on one of my pages, however i can’t seem to get rid of the menu bar at the top and some empty space above and below that.
theme option – header option – remove top line
ERROR: The username or password you entered is incorrect. Where do I translate? I can not find in PO file
Well, it’s wordpress notice, not from theme. It must show translated string if you set correct locale in wordpress in settings – general
Please, could you tell me where I find this text? Because already search in wordpress does not find anything.
I don’t know files where it’s placed, but you can change with filter http://wordpress.stackexchange.com/questions/25099/change-login-error-messages
Is it somehow possible to add a List of specific posts via Shortcode, based on Tags?
Just like “Categories directory” or “List of recent posts”, but with the option to “Include” Tags instead of Categories.
use VC, it has such filter in all modules http://rehub.wpsoul.com/documentation/docs.html#21
thanks! but I want to add such lists into posts. As far as i know VC only works on pages … is there a solution for posts, via Shortcode for example?
it works for posts, you can set this in settings of VC.
Also, you can just copy shortcode from page and insert it in post
Hi there, I cant use wpsm_is_guest and other conditionals in additional button in header? REMOVED the ” [ ] ” to shows here at themeforest
Its working on the TEXT of the button, but don’t work with links…
wpsm_is_guest GUEST /wpsm_is_guest wpsm_not_vendor_logged NOT VENDOR /wpsm_not_vendor_logged wpsm_is_vendor BANNER /wpsm_is_vendor
wpsm_is_guest /wp-login.php?action=register" /wpsm_is_guest!
send screenshot of your code, because TF breaks it
the text changes, but the LINK dont
this is code in your editor. I need screenshot of theme option where you place code
Because you just CANT SEE the entire code
https://seunordeste.com/principal/wp-content/uploads/2016/12/teste2.jpganything?
this is what I mean. You placed shortcodes for url field and for label. This will not work. If you want to use shortcodes in header – choose layout with codezone for header.
Hi, I updated REHUB to newest version and have issues with several basic functions in backend + archives.
With any process like deleting a woo product, updating a post, searching content, saving a option the page reloads to a white page with empty -tag. This is also the result with one of my custom taxonomies in frontend.
With the last update I already had an issue: I was not able to search media in the library, neither in the post nor in the media overview. I hoped it would be fixed with this update but now it’s even worse.
The first problem is solved (it was my kitten), but the one with the media library is still existing. No matter which term I search for – even the latest images – it give no results.
Please, send admin access in the contact form. Provide also in message: your issues and link on current comment (you can know it if you press on time in your comment)
Hi, I purchased your ReHub theme specifically for the business locator page in your Re:Direct Homepage design. I downloaded the theme and installed the demo data. Unfortuneatly, this layout is the only one not included in my sample data. Can you send me this template? Thanks for building an awesome theme! Dave
You should configure it according to your data. This is why I didn’t add it to demo clone, because in this case, it will use my location which is not correct for you
https://wpsoul.com/creating-business-directory-site-with-search-filters/#toph2_6Hello Author Shortcode box is not working , Example : http://imgur.com/EJXbexO , i saw browser console part : http://imgur.com/ubF8t0J , i think some script blocked by server or scripts not loading properly , And One More thing in the Console part , i findout [404 error] beside code , but in my FTP all files are exist . but here it shows 404 . : http://imgur.com/gH9WML5
Please Resolve My Issue
I guess your server doesn’t allow load files in popup. You should ask your hoster to allow this for this folder
I Discussed this issue with my hosting provider , They Said ’” we don’t know what kind of modules you need from server end , so i will give you server info , so please show to developer , he can get some idea , if possible so we will change it ”” , So i sent you Server details via Contact Form , please check your contact form .
You can write them next.
I guess that problem is that server doesn’t allow to load direct php files in admin popup with jquery function
.load()
We have plans to use another function, but this will be only after new year
i was reading the comment a few posts up about the “cashback” feature. I am really interested in this as well. I have a question though, is this really allowed by the affiliate programs. From my past research, I don’t think it is. Definitely not with Amazon. I looked into it a while ago, and sites like eBates and others obviously do some big negotiation to make it work for all of them.
Yes, you are right, and this is a reason why it’s impossible to create universal common sollution. Anyway, there are some affiliate systems which allow to do this