59155 comments found.
Hi Can you help how to download flipkart and amazon xml data into woocommerce
It’s not working
You need WPAI Pro plugin to import offers to products. Or try this http://www.keywordrush.com/en/docs/content-egg/WooCommerceIntegration.html
Take URLs from Flipkart API documentation and help me with screenshots.
Yes I have pro
Hello…. I am waiting for positive reply for a long time
I don’t know what answer you expect to see.
How to import offers from xml http://rehubdocs.wpsoul.com/docs/rehub-theme/affiliate-settings/bulk-import-of-offers/
Also, amazon doesn’t have any xml, so, I don’t know which xml you mean.
I am talking about flipkart xml
if amazon does not have xml, how to get bulk data into woocommerce from amazon
See Actually my aim to download product feed into my database from different e commerce websites and display them on search and update automatically in a regular intervals.
The both plugins have a nice documentation: http://www.keywordrush.com/en/docs/content-egg/index.html
All advanced questions about Content Egg & Affiliate Egg work, please, write to plugin’s support support.en@keywordrush.com
This is the place of theme support, the plugin has separate developer team and we can’t answer questions about plugin’s work here. We answer about plugin only if questions are related to theme integrations for plugins.
you have two choice for Flipkart and only one for Amazon
For Amazon – you can use bundled Content Egg. http://rehubdocs.wpsoul.com/docs/rehub-theme/affiliate-settings/content-egg-plugin/
For Flipkart – you can import xml with http://rehubdocs.wpsoul.com/docs/rehub-theme/affiliate-settings/bulk-import-of-offers/
or using Content Egg PRO (not included in theme, but we provide discounts).
Much better to use second way with CE PRO, because it uses official API of shops, more stable and have much more functions, like price alerts, price comparison, specification parsing, more than 10 variants of output.
But CE is not import tool. We think that just import from shops is worst way in affiliate marketing. It’s just quick way to get ban. Content Egg has much smarter way and based on keywords. See why
https://wpsoul.com/sites-autopilot-make-money-making-site-easy-wordpress/It is not wise enough to buy rehub theme. I understood this after experiencing your theme for one
what do you mean? I wrote you all ways which you need to use. What problem do you have?
I misunderstood by the affiliate articles which were written for this theme and discussions on this page . I think I have wasted $59—This is my personal opinion.
If it’s your personal opinion – this doesn’t mean that this is correct opinion for other users. I wrote you ways which you can use, there are two ways, both are working and many buyers use them without problem. There are also some other “hidden” ways, usually, I help with them for buyers when they ask this, but I don’t see that you want any help from us, instead of this, you prefer to claim and spam. So, better for us to finish our relations. I answered in email.
See Time and again I am telling you, not able to download flipkart data with wp all import. I am not ready not spend on other plugins. I am not getting proper reply on the first instnce when I asked. You will understand when you go through my posts. Please tell me the other ways too (hidden). Its not the matter of money, I am worrying about time that I have invested in.
Ok. But why you can’t download flipkart data? Where do you have problem? You need to go to flipkart account, find page where they provide xml feed. It will be link on xml feed. This link you can use in plugin. So, tell me more details
I am not able to login to my flipkart account. Otherwise, I would have given you screen shots. I request you to try once on your own.
Currently, still not clear for me. So, you decided that you can’t use theme because you have problem with account on Flipkart??? But how does this depend on theme? Write to flipkart support, restore access to account, then, we can continue.
Also, flipkart doesn’t have option to divide all deals. So, you can import just all products at once. do you understand this?
I think, for you, will be better to use affiliate network. I know many buyers from India use Vcomission. So, try to register there, they also provide xml files and have all Indian shops. They also provide xml files
Hi I did not reply on this post yesterday itself as I was not able to login to my flipkart account. Now I have mailed you. Please check it.
answered
Hello,
The theme includes the content egg? free / premium? The Affiliate egg includes?
Can I use the them for comparison of services? like website hosting?
The last question, I mean if can I add automatically/manual affiliate links to the by the plugin to the post
1) Only Content Egg free
2),3) You can create Offer Post with specifications then add them to a comparison. This does not necessarily require plugins because the plugins are configured more for the stores.
Hmm.. I would like to add some comparison, so it will be nice to get them automatically,
maybe your theme has some comparison table? I think to use it for affiliates, like hosting and more.
can this theme help me?
provide examples of sites which you need to parse
I can’t find any specifications on this site
Sorry.. This is not the link I wanted to send.
Look at this, can I do something like?
https://www.pcmag.com/article2/0,2817,2424725,00.aspalso hostings don’t have real specifications, because each hosting plan from the same hoster has different specification.
You can create hosting compare site on theme, but only with manual work. You will need to create reviews, you can enable review criterias, enable reviews in comment section. You can create offers from hostings as woocommerce products, then assign them to posts, like here https://www.screencast.com/t/BuHVKYwofs
you can create table with comparison of hostings, you can add specification of each hosting plan in hosting post and compare them, you can allow users to compare dynamically, you can create custom comparison charts, show latest user reviews on home page, add custom labels to hosting posts, add create top of best hostings. But I don’t see any possible way to make this automatically
I don’t understand on the second link, you can’t enter? so…
https://www.google.com/search?q=hosting+comparison+2017the first organic result
looks like they have different content for different counties. I opened page from cached results of google. And my answer is the same
I want to use it for services and not for products.
I tried to see if I can use the theme for comparison of services, like web hosting, SAAS softwares and more?
I don’t want it for Amazon/ebay
So can I use it for services? plus user reviews?
yes, you can. But you will need to add all data manually
With the Repick childe theme i don’t like how the tags pages display the page title as category:”category name:? is there a way to change this? I would also like for this to be an h1 tag instead of an h1.
Any advice would be much appreciated
you can change this in file archive.php
Thanks for your response. Can you give me the lines of code i need to exchange to change for it to display as an h1 instead of h5 and for it to not show category:”category name” and just the name of the category on the category pages?
Sorry I know basic html and css but php is out of my realm of work. Thanks for your time in advance.
You do not need a PHP skill for this. HTML one will be enough.
Do i just go to appearance > editor > archive.php then modify it there?
hmm i changed all the h5 to h1 in the repick archives.php file and they are all still displaying as h5? Wondering if I am doing something wrong?
if you need for categories – file category.php
ok thanks i got it to change to an h1 now i’m trying to remove category. I know the line i need to edit is the one that follows
div class=”wpsm-title middle-size-title wpsm-cat-title”>
<?php _e('Category:', 'rehub_framework'); ?> <?php single_cat_title(); ?>
Do i just erase ‘Category’ ? or do i change it to’’ with nothing inside or completely delete that part?
<span><?php _e('Category:', 'rehub_framework'); ?></span>
or replace ‘Category:’ with yours. You can also change this word with help of Loco translation: http://rehubdocs.wpsoul.com/docs/rehub-theme/theme-install-update-translation/translation/
im reinstalling my site with a different site name (ex: abc.com/wp change to abc.com) and had to reinstall rehub plugin, but after reinstall it doesnt show up in my console. is there any licensing issue? is there any way to move my license to the new address? thanks
what is rehub plugin?
we don’t have rehub plugin, we have Rehub theme
hey my friends, hope things are going well over there. A quick question/suggestion – would it be possible to make the “more products” or “related produts” as a carousel so customers can see more products? I understand this is more of a custom work but am asking just in case it may be possible. thanks!
http://imgur.com/a/sZKBpyes, it’s possible, but yes, it needs custom work.
Hello,
what bonus plugins are included ?
Theme also has several paid plugins in bundle (you don’t need to buy them): Visual Composer, RH Frontend PRO (frontend submit), MDTF (extended search filters), RH Buddypress member Types (for advanced Buddypress Member types), WPSM Specification (for creating custom tabbed layouts and specifications in posts), Revolution slider + import tools for WPAI plugin (for bulk import of xml, csv feeds)
Hello Support,
I want same functionality as on below URL : http://www.bookingbuddy.com/en/tabs/?origin=30246&destination=OSA&mode=air¤cy=&af=1274192#date1=2017-09-04&date2=2017-09-11&travelers=2&rooms=1&oneWay=1&preferNonstop=0&flightClass=economy_coach&time1=12&time2=12&isValid=true&taparam=EBBGoogleUSSP_K134617112_A4408730583_NS&sg=a&supai=146196509011&supsn=g&suppos=1t1&supdev=c&mcid=39406&mode=air&af=1274192How can i implement in Rehub Theme
we don’t have flight search in theme. But there are many affiliate networks which provide similar widgets which you can use on site.
can you please suggest some..
I know only russian speaking. But most of them have affiliate program, just search in google fly search site, then go to affiliate program link on site
is this a woocommerce theme or can i add the woocommerce plugin and payment gateway
theme supports woocommerce, but it’s not required plugin for theme
I am getting this error when I try to edit any post
failed to load content css
Failed to load content css: http://shopofever.com/wp-includes/js/tinymce/skins/wordpress/content.css?ver=4.8.1
maybe because your wordpress is not properly installed
I reinstalled everything but same problem
Because there is no such file ‘content.css’ there. Only ‘wp-content.css’. Check the plugins. It’s also possible that you made some customization that changed the file name when it was including.
I changed the wp-content directory to files, which settings should I do now?
If you changed the name of the system folder then you must change all paths in files. Try this method: https://bizdirect.pw/archives/41 instead yours.
I’m having two challenges with the theme setting it up.
1. I set up the demo data and it looks great. Ive purchased all the dokan plugins and activated theme. But when I click on pages -> Home -> nothing shows up so I can edit the page to my liking. Can you help me understand the error on not seeing the visual composer to make changes to the homepage?
2. I’m getting an error message when click on “Rehub” then “Theme options”: This is what shows
Fatal error: Class ‘VP_Util_Text’ not found in /home1/nehemiah/public_html/justblackthat.com/wp-content/themes/rehub/vafpress-framework/views/option/set.php on line 28
Can you help me on what I need to do?
it’s because theme was not uploaded. Reinstall theme.
The whole theme or just the dokan one? because if you go to justblackthat.com the demo data is there
I have all three installed, rehub, rehub child theme, and Rvendor. The Rvendor one is the one activated.
you need to reinstall only main theme Rehub
How can I add “Reveal Coupon” buttons in a post?
I need to add more than one coupon button in a post, but I can’t see any options to do that in WPS Shortcode Generator.
Thanks
Offerbox in shortcode generator
thanks
The star rating bar is extending out of the box .
it’s not our theme’s output. You have own custom plugin for reviews. write to author of plugin, we support only default woocommerce review system
images not loading in demo
demo not installing properly
I need more details and links
i have already sent details to Igor Sanzharov , sizamtheme@gmail.com
New issues has popped in with menu bar …http://prntscr.com/g8e4k4
The menu bar width is very large . It is not same as demo ..
I am not sure even now whether the whole demo is installed . Each time after installation the page becomes blank and i enter default rehub password
because you enabled logo in sticky menu.
try to use alternative way of importing
enable full width in right panel
Hi, I have who client who wishes to male a coupon site, but i need to know when using your theme is it possible to make all products/coupons link to all affiliates automatically….eg any affiliate can post any product from any vendor on my multistore site on their social media page and still get the their comission for the referral….. everyone i have spoken too say no, their themes/systems only allow affiliates to promote products and coupons that are assigned to them… i do not want to limit what my affiliates can promote, and i dont want to sit assigning each product to an affiliate….Can your system do this
Best Gary
I guess you need affiliate system for site. it’s more plugin related question than theme. You will need to use one of woocommerce affiliate plugin. investigate these plugins https://www.google.com/search?q=woocommerce+affiliate+plugin
Any news on the release of the Booking Theme? I am really looking forward to that.
it’s almost ready, but we are working for demo now. I guess, it will be available in 10-14 days, in 7.1 version.
Somehow the default menu has some sort of glow on it.. When I set my own color, this glow disappears.. How do I put that back on?
send link
Hi, Admin why my custom post type post doesn’t show on the category page?
not clear what category page you mean. Custom posts have own archive pages and only if you enable them when you create them
I mean my some post have other custom post types and I have added those in the mobile category but my which post are listed in custom post types those are not showing in the mobile category page. see the screen shot: https://prnt.sc/g8azlk
it’s not clear how you added custom post to category. Category is just for posts
Hello,
I can’t figure out how to customise the login modal I want to add a line of text telling people to check their spam.
theme option – user option – Add custom message
Theme options -> User options – Add custom message
hello i need help the theme not allowing me to access following plugins 1) WooCommerce 2) w3 total cache and lot of my old plugins its happened after installing demo clone Please can you help me its very urgent
not clear what you mean “access”. need more details
Is it possible to add breadcrumbs to pages and posts automatically?
Download and install Yoast SEO plugin: https://wordpress.org/plugins/wordpress-seo/ Static pages do not have breadcrumbs by default.
posts already have breadcrumbs
okay, what do i have to do to get breadcrumbs on pages? I already have yoast seo, but will i not need to activate it someplace?
With customization of template only, e.g. page.php
<?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;
?>
add to page.php
this code supports yoast seo breadcrumbs
what do you mean..? You say “this code”, but what code do you mean. Shall i Use yours or the one shown on yoast.com?
use my code, it’s specially made for theme
I have now added it to page.php. Where will i then see the breadcrumbs ? Or are they invisible and only for seo puposes? (im using the page for visual layout builder template)
visual_builder.php
shall it then be placed in head or body?
In the body before loop.
and where is the loop
?
That is the loop: http://prntscr.com/g9rpo8
Is there a way to present the breadcrumbs smooth? so that it fits well into the design?
not clear what you mean. it’s basic styling which fits all design
yeah its function is fine. but you know – it would be great if it looked like the design of the theme,instead of having a “raw” design
I can’t understand how breadcrumbs can have any design. It’s just links and they are universal design. If you want to style them, you have full freedom for this