59215 comments found.
Hi There, The register pop up is not working so I assigned the login/register on the header to my account page instead But:
Register side of my account page is missing – it only has the login side. www.mydomain.com/my-account/
The rehub log widget has the resgister pointing to wp-signup.php which shows wordpress sign in?
Thanks, John
I guess that you didn’t enable registration in Settings-general
under membership, I checked the box anyone can register and default is subsriber
under membership, I checked anyone can register and set the default to subscriber and save it again – it still not working – it was working fine when I did not update to the new version
send me link on site
Hi, what i need to make affiliated links automatically for my url stores, like amazon, ebay… there is any way to make it simply? i just need to put my Tracking ID on the urls, what plugin do i need, affiliate egg or content egg?
and is it possible to add Tracking id to the url when a user send a deal or i need to moderate the entry to add the tracking id?
Do you mean links from user generated post submit form?
yes, from submit a deal button. will it work with content egg?
No, it’s not connected with CE. This is possible with one code, but you must have all available affiliate parts. For example, it’s possible to change
http://amazon.com/product?tag=blablaon
http://amazon.com/product?tag=youraffiliateidbut if user post a link withoout ?tag= – code will not change link.
I have plan to add such tutorial on wpsoul.com. This is for my next article on site
any chances of TataCliq, Pepperfry, industrybuying in content egg
Content Eg is not for direct shops without API. It’s possible only for Affiliate Egg. You can try also to find these shops inside OptimiseMedia which is supported by CE
I mean parser in AE and Affiliate link from Content egg… Like we do with Paytm, snapdeal etc.. TataCliq is needed as it is hot in market for price comparison.. industrybuying and pepperfry can be delayed..
Ok, I will add this to TODO list
Hy there! Is it possible to add a horizontal widget area between the menubar and the content area? thx
No, but there is a trick for this. First of all, theme has branded area under menu. You can add html or shortcode there in theme option – ads option – global branded area
Then, if you need widget there, you can try to use plugin https://wordpress.org/plugins/widget-shortcode/ which converts widgets to shortcode
Is there an easy way to add the price to the “related products” at the bottom of each product page? right now it only shows the name of the item which may not generate as many clicks
But it shows full box with prices. http://screencast.com/t/zvpFFBLYMCn Maybe you use old version of theme
How can i disable the Where To Buy Section at the end of every post(Re:Pick Theme) !
theme option – repick option – Enable button instead offerbox
Or enable checkbox in the end of Post offer section
How to make this page? http://recash.wpsoul.net/favorites-posts/ My website don’t have it tks
Is there a way to hide the badges inside the post? I just want to show on grid. Another question is can we display the badges on on middle of grid product thumbnail instead of top left corner?
Yes, before I can give you answer, you should write from your buyer’s account
Hi,
When a user submits a post, they are not able to submit an image. It says they do not have permission.
How do I enable this? I’ve looked in theme options, users, and settings and cant find how to change it.
RH frontend – settings
I am interested in this theme but the preview page is not loading. There is no way to tell how this theme would function…:( ””
But I don’t see any problems with demo. What link are you trying?
Hello again, just posted about a problem with ReHub theme, but realised it might be the plugin content egg.
Originally said the Flipkart specification template was not working. The content egg plugin seems to be working (added compact product link to the example link : (http://mobilewirelessheadphones.com/parrot-zik-3-wireless-headphones/)
Looking at the logs seeing an issue / error : Mon Oct 17 20:24:18 2016 [client 176.24.223.154] PHP Warning: Invalid argument supplied for foreach() in /home/ssols/web/mobilewirelessheadphones.com/public_html/wp-content/themes/rehub/content-egg-templates/Flipkart/data_specification.php on line 25, referer: http://mobilewirelessheadphones.com/wp-admin/post.php?post=182&action=edit
Is this the theme or Content Egg?
Thanks Steve
6.4 fixes this. Resolved.
I am using the address input field on RH Frontend Publishing Pro. On the form it displays a google map: http://fieldtripreviews.ca/submit-a-field-trip/ How do I get the map to display on my post when someone submits an address?
What meta key do you use for map?
Do you want just to place map in each post or only for some of posts? Where do you want to show this map in post?
I’m not sure what meta key to use. I tried using my custom key “location” but this just displays the text that is typed in the form. I would like a different map showed in every post based on what address the user submits. I would like the map to show up on the post page, probably at the bottom of the post.
So, this map will be inside each post. Right? You will use post as business profile or something like this. Right?
Yes, that is correct.
If you want to add real locator with map search and form – it’s better to install GMW plugin. https://wordpress.org/plugins/geo-my-wp/ then enable Post Locator extension in plugin
Then, you can check shortcodes of plugin in settings of plugin, grab single map shortcode and place it in theme option – ads option in area under post. If you have problems with this – send me admin access
Good day,
Great plugin, well done!
I am playing with some of your features and wanted to use the specifications layout from Flipkart. Seems the product has specifications on Flipkart site but no specs appear on the site. See this for example : http://mobilewirelessheadphones.com/parrot-zik-3-wireless-headphones/I have a basic Amazon product card and then a Flipkart specification tag. The headings are shown but no content. Is there something specific I need to do, or is there a change in the API?
6.4 fixes this. Close.
Does the theme come with a product comparison table type feature? Or can you recommend something? Cheers!
What is table type feature?
A table where you can compare several products?
yes, you da man! Where is this option??
I found the option for top table comparison, but how can I make my own table from scratch without using posts etc?
Do you want just static table? Not dynamic? Because dynamic table means that you will compare posts
Simple static tables. I’m using the table maker plugin, but its a bit bland looking. Any other alternatives?
TablePress plugin
These three options of the theme not working for me. http://screencast.com/t/NfubYIT8cs8 I need breadcrumbs on pages, got this error in webmaster tools on all pages.
I also need help about the content egg. I want to know that, post level sync is possible? I mean like I post 3 posts two of them were limited time deals but rest one is a review. Now in those two posts(limited time deals) I want to keep the discounted price only for forever but in that review post, I want price gets updated time to time. How can I achieve this?
These three options are not for pages. If you need breadcrumbs for pages – you need to edit page.php file and add there
<?php
$crumb = '';
if( function_exists( 'yoast_breadcrumb' ) ) {
$crumb = yoast_breadcrumb('<div class="breadcrumb">','</div>', false);
}
if( ! is_string( $crumb ) || $crumb === '' ) {
if(rehub_option('rehub_disable_breadcrumbs') == '1' || vp_metabox('rehub_post_side.disable_parts') == '1') {echo '';}
elseif (function_exists('dimox_breadcrumbs')) {
dimox_breadcrumbs();
}
}
echo $crumb;
?>
2. Last theme version has option for synchronization. Now you can choose what to synchronize: lowest price offer, nothing or you can choose one of Content Offers in post for synchronization
Hi Igor,
There is a bug in the product price sync module. The Sync modules select the least price for the products & show them at the top. But what about products having their prices in different currencies. It just shows the least price by value. For example a product is having price 3000 in Indian currency & 34 USD. It just shows 34 on the top & that too with INR symbol for the product price which is wrong.
Hi Igor,
I have few suggestions regarding the theme. Let me know how dies it sound to you.
1. I checked the recent update of the theme where in everything is automated for the post. For example: User just selects the product & everything like Images, Specifications, Videos, users comments starts appearing in different modules. I guess currently this feature is for post only. Is it possible to do this with Products as well? Because after selecting the products, it takes a lot of time to put them on different tabs on the product details page & same thing is repeated for every product. It will be good if this is automated for Products as well where in user should have option to select which merchant data will appear in which module. This should be one time settings & it can also be customized for each product separately. If user doesn’t customize it product wise, the global settings should be applied.
2. Currently the way we search for the products for all the merchants in content egg. There should be front-end widget for this which can be placed on UI & when user searches for the products, data from each merchant should appear in separate columns. This will also help affiliates to earn for the products which are not available on their website. I understand, this will not help in SEO but once the user has landed on the website, it will increase the chances of conversion as user can search for the any products & can compare their price on the fly.
Thanks, Atharveda
Hi Igor,
Did you get chance to look at these points ?
1. Yes, theme check lowest price, but can’t convert prices to one currency, because this will have too much load on server. In posts where you have several products with different currencies – it’s better to use manual choosing which of products to sync or disable sync at all
2. With our new Post layout feature and auto post layout for Content Egg – no need to use woocommerce products now. If you use Posts for blog and woocommerce for offers – now you can use Posts for deals and enable separate post type for Blog in Theme option – affiliate. You can still have old offers inside Woocommerce – no problem with this
3. Yes, many people ask for frontend search. We will add such widget, but currently, we must finish many other things for Content Egg, like price alert, price history, etc
Thanks Igor. I will do explore post for deals now.
Hi Igor
I’m unable to translate the text “Best Deal on” into product post, you can see in http://www.directupload.net/file/d/4511/frtw8ytq_png.htm, I’ve tried in different ways trough LocoTranslate (theme, content egg pluging, etc) I also tried into Theme setups, etc but I can’t find where translate this string
Could you please help me with this issue?
I know, I missed it in localization file. Will be in update in next 2-3 days
Ok
I think something similar happens with Repick homepage sort by menu (latest, hottest, popular and random)
Thank you!
Hi, I’ve updated the theme and child but still I’n unable to translate,
BR
Did you synced localization file in Loco translate?
No I didn’t I synced and now works fine, but still Repick homepage sort by menu (latest, hottest, popular and random) are not translatable
Thank you
It’s inside not main localization file. Check rehubchild localization file
Pre-purchase Query- Hi, we want to buy this theme, could you please confirm what are the plugins are free with this theme. We are looking for Content Egg plugin along wth this. In few YouTube videos, we have seen that some plugins are free with this theme.
There is free and PRO version of Content Egg. Both have the same functions, supported by theme (so, all functions from video are available in free version), but have different modules https://wordpress.org/plugins/content-egg/
We also can provide some discount for buyers
So we can say, with the theme we will not get PRO version of the plugin?
yes, pro version is not bundled as it’s required separate license code. Possible only to get discount for plugin. Check free version, maybe it will be enough
i want to buy 2 rehub theme licenses and 2 pro content egg licenses.. please let me know how much discount you can give to me..please contacf – skcwebworld@gmail.com
Theme license doesn’t have any discount (not allowed by Envato). For Content Egg – I can give you 35%
25% is already off..http://www.keywordrush.com/en/product/purchase/302... please let me know if you can provide..additional 35%.
25% is only if you already purchased something on site. If so, you can use CLIENT10 to get + 10% discount
I have already purchased 2 theme.. please let me know if you have some better offer
I don’t see that you purchased themes.
I have purchased below theme- INNOVATION: Multi-Concept News, Magazine & Blog Theme Engine – Drag and Drop News Magazine w/ Minisites
this is not my theme
Hi, I have now purchased your theme.. please provide me the discount coupon of 35% off…as promised above
use coupon WARRIOR35
if i register the theme on a local server, can i register the theme later on the live server?
yes