59155 comments found.
Hello!
I have a problem with the KK star rating, I can´t vote anymore and I don´t know why. See an example at the bottom of this post: http://www.planificaelviajeperfecto.es/blog/5-razones-las-viajar-solo-al-menos-1-vez-la-vida/
I was using this plugin previously and never had problems. Can you advise, please?
maybe you need update plugin.
this is error code which you have https://github.com/kamalkhan/kk-star-ratings/issues/10
hi admin, one more question. how i change this? standard is that in product tabs the “vendor info” shows first and is open by default. can i change to this that the “more products” from vendor is in first place and open by default and vendor info in secound place? just switch up, see printscreen. —> https://imgur.com/a/700rz
thank you for your help on sundays 
i find a perfect solution
WooCommerce Product Tabs Manager : https://wordpress.org/plugins/product-tabs-manager-for-woocommerce/
what do you want to edit?
I just want to know how it is implemented. Because I’m trying to make a similar option in coupon modal window for displaying description.
it’s ajax function and it will not work inside coupon
More easy will be to use toggle container and place content in hidden tab
example
<div class="r_offer_details"> <span class="r_show_hide">Trigger for toggle</span> <p class="open_dls_onclk"><?php the_content;?></p> </div>
but you must add it properly inside coupon code.
Hi, I am interested in your theme of rehub price compare. I want to know some more things about this.
1. Can I upload product in .csv or need to upload one by one? 2. Can I integrate tools for coupon code? 3. Can this theme auto Feed all the prices, reviews, photos and all details automatically from the vendor websites? 4. Can I create wallet and cash back offers to the logged in members? 5. Can I send advertising email to the members? 6. Is this theme is with full security to prevent any type of hack?
Please ans. Me on rahulsjain325@gmail.com as early as possible as I want to buy this theme if all above requirement includes in this theme.
1. yes, you can
2. What tools?
3. Possible but only with additional plugins like Affiliate Egg or Content Egg PRO. Or your csv feed must have such data
4. no, but it’s in plans
5. yes
6. we try to use only secure functions and as much security check as possible
2. I want to create coupon website. So these theme full fill all the criteria for that. Or Can u please suggest me best coupon theme which I can integrate with this comparison theme 4. Which best plugin can I use for these?
May I get personal mail details of yours at where I can discuss more about my requirement?
you don’t need any plugin or other theme for this. Here things which you need
http://rehubdocs.wpsoul.com/docs/rehub-theme/affiliate-settings/coupon-functions/ http://rehubdocs.wpsoul.com/docs/rehub-theme/affiliate-settings/bulk-import-of-offers/Hiiii, 1. I want to buy rehub price comparison and content egg pro. Can you please offer me best price? 2. Also can you please provide support to add wallet account and cash back offers in wallet like paytm? 3. Is this content egg pro will work with Flipkart, shopclues, infibeam, paytm, snap deal etc. All the Indian e-commerce website as I want to create price compare website for Indian market? 4. Can I add pluggings like data feeder, Google analytics and all? 5. Please suggest your best theme for recharge website.
Please reply me on mail: rahulsjain325@gmail.com
Hey I m waiting for your reply for further decisions
1. will be sale day 25 dec – 27 dec
2. It’s not available now
3. With Flipkart and Paytm, for other shops – you will need also Affiliate Egg
4. Yes, you can. But if you use datafeedr, I don’t think that you need CE plugin
Hi, I am interested in your theme of rehub price compare. I want to know some more things about this.
1. Can I upload product in .csv or need to upload one by one? 2. Can I integrate tools for coupon code? 3. Can this theme auto Feed all the prices, reviews, photos and all details automatically from the vendor websites? 4. Can I create wallet and cash back offers to the logged in members? 5. Can I send advertising email to the members? 6. Is this theme is with full security to prevent any type of hack?
Please ans. Me on rahulsjain325@gmail.com as early as possible as I want to buy this theme if all above requirement includes in this theme.
Hello,
I am using WPBakery page builder and cannot see the front-end option available. I am guessing that this is disabled, if so please could you enable this for me.
Many thanks, J
theme option – general and you will find option
Hi,
How to show stars rate, brand logo, stores text, attributes in the compact grid. I want like this https://www.screencast.com/t/cuwdUuQpo
I tried but it is not working https://www.screencast.com/t/zXNPK5Gcsi
website link – http://mygadgetzprice.com/
—-—-—-—-—-—-—compact_grid.php-—-—-—-—-—-—-—-—-—
<?php if ( ! defined( ‘ABSPATH’ ) ) exit; // Exit if accessed directly ?>
<?php global $post;?>
<?php if (rh_is_plugin_active(‘content-egg/content-egg.php’)):?>
<?php $module_id = get_post_meta($post->ID, ‘_rehub_module_ce_id’, true);?>
<?php $unique_id = get_post_meta($post->ID, ‘_rehub_product_unique_id’, true);?>
<?php if($unique_id && $module_id):?>
<?php $itemsync = \ContentEgg\application\components\ContentManager::getProductbyUniqueId($unique_id, $module_id, $post->ID);?>
<?php endif;?>
<?php endif;?>
<?php
$columns = (isset($columns)) ? $columns : ’’;
$aff_link = (isset($aff_link)) ? $aff_link : ’’;
$disable_btn = (isset($disable_btn)) ? $disable_btn : ’’;
$disable_act = (isset($disable_act)) ? $disable_act : ’’;
$price_meta = (isset($price_meta)) ? $price_meta : ‘admin’;
?>
<?php $comparebtn_enable = ’’;?>
<?php if(rehub_option(‘compare_btn_single’) !=’‘) :?>
<?php $comparebtn_enable = true; ?>
<?php if(rehub_option(‘compare_btn_cats’) != ’’) {
$cats_array = esc_html(rehub_option(‘compare_btn_cats’));
$cats_array = explode (’,’, $cats_array);
if (!in_category ($cats_array, $post->ID)) $comparebtn_enable = false;
}?>
<?php endif;?> <?php if ($aff_link == ‘1’) { $link = rehub_create_affiliate_link (); $target = ’ rel=”nofollow” target=”_blank”’; } else { $link = get_the_permalink(); $target = ’’; } ?> <article class=”col_item offer_grid mobile_compact_grid offer_grid_com<?php if ($disable_act != 1) :?> offer_act_enabled<?php endif;?><?php if ($disable_btn == 1) :?> no_btn_enabled<?php endif;?><?php echo rh_expired_or_not($post->ID, ‘class’);?>”> <?php echo re_badge_create(‘ribbonleft’); ?> <figure class=”mb15”> <?php $offer_price_old = get_post_meta($post->ID, ‘rehub_offer_product_price_old’, true ); if(!empty($offer_price_old)){ $offer_price = get_post_meta($post->ID, ‘rehub_offer_product_price’, true ); if ( !empty($offer_price)) { $offer_pricesale = rehub_price_clean($offer_price); //Clean price from currence symbols $offer_priceold = rehub_price_clean($offer_price_old); //Clean price from currence symbols if ((int)$offer_priceold !=’0’ && is_numeric($offer_priceold) && (int)$offer_priceold > (int)$offer_pricesale) { $off_proc = 0 -(100 – ((int)$offer_pricesale / (int)$offer_priceold) * 100); $off_proc = round($off_proc); echo ‘ ’.$off_proc.’% ’; } } } </article>
?> > <?php $showimg = new WPSM_image_resizer(); $showimg->use_thumb = true; $showimg->no_thumb = get_template_directory_uri() . ’/images/default/noimage_250_180.png’; ?> <?php if(isset($custom_col)) : ?> <?php $showimg->width = (int)$custom_img_width;?> <?php $showimg->height = (int)$custom_img_height;?> <?php else : ?> <?php $showimg->width = ‘250’;?> <?php $showimg->height = ‘180’;?> <?php $showimg->crop = false;?> <?php endif ; ?> <?php $showimg->show_resized_image(); ?> </figure> <?php do_action( ‘rehub_after_compact_grid_figure’ ); ?><?php echo rh_expired_or_not($post->ID, 'span');?>><?php the_title();?>
<?php rehub_create_btn(‘no’, ‘price’) ;?> <?php if ($price_meta == ‘store’):?> <?php WPSM_Postfilters::re_show_brand_tax(‘logo’); //show brand logo?> <?php endif;?> <?php echo rh_best_syncpost_deal($itemsync);?> <?php do_action( ‘rehub_after_compact_grid_price’ ); ?> <?php do_action( ‘rehub_after_compact_grid_title’ ); ?> <?php if (‘post’ == get_post_type($post->ID) && rehub_option(‘exclude_cat_meta’) != 1) :?> <?php $category = get_the_category($post->ID); ?> <?php if ($category) {$first_cat = $category0->term_id; meta_small( false, $first_cat, false, false );} ?> <?php endif; ?> <?php do_action( ‘rehub_after_compact_grid_cat’ ); ?> <?php WPSM_Postfilters::re_show_brand_tax(‘list’);?> <?php printf( __( '%s ago', 'rehub_framework' ), human_time_diff( get_the_time( 'U' ), current_time( 'timestamp' ) ) ); ?> <?php do_action( ‘rehub_after_compact_grid_meta’ ); ?> <?php if ($disable_act != 1) :?> <?php echo getHotThumb($post->ID, false);?> <?php if($comparebtn_enable) :?> <?php $cmp_btn_args = array(); $cmp_btn_args[‘class’]= ‘comparecompact’;?> <?php if(rehub_option(‘compare_btn_cats’) != ’’) { $cmp_btn_args[‘cats’] = esc_html(rehub_option(‘compare_btn_cats’)); }?> <?php echo wpsm_comparison_button($cmp_btn_args); ?> <?php endif;?> <?php do_action( ‘rehub_after_compact_grid_actions’ ); ?> <?php endif;?>compact grid can’t have any attributes, because posts don’t have attributes. Use woocommerce grid
https://wpsoul.com/make-smart-profitable-deal-affiliate-comparison-site-woocommerce/#general-shop-pagesthey have customization for posts. Use woocommerce grid for the same functions and you will not need to customize core files of theme
Ok. I want to see the woocommerce grid php file. Where it is?
why do you need php files at all? I wrote that attributes are possible to add to woocommerce grid without any customization and php code changes
https://wpsoul.com/make-smart-profitable-deal-affiliate-comparison-site-woocommerce/#general-shop-pagesHi, Could you please respond to the following for https://pumpkindeals.com/: 1. Percentage calculation in the deal posts on the front page is not correct? How can I correct this? 2. How do I make sure %age discount is also visible on the deal post page i.e inside it like https://pumpkindeals.com/DealID=2958/2017/12/17/learningtoys-nextx-baby-musical-toys/ 3. How can I make the actual price in above example $26.99 bit more darker so that it is visible properly on the front page. 4. How can I change the color of the %age discount on the front page. 5. How can I make sure the price has $ sign in front of them. 6. Can I have a badge for Woocommerce products? 7. I want to see time ago on weecommerce product page also. Please suggest how. Below is the link. https://pumpkindeals.com/deals/ 8. How can I bring thumbs up and thumbs down and comment bubble on woocommerce product grid? 9 How do I bring Wishlist on the deal post grid? And how do I make it work, It is not even working inside the deal post page. Link below https://pumpkindeals.com/
1. checked several – don’t see issues
2. not clear what is age discount
3
.offer_grid .price_count del{color:#555} you can place this in theme options – general options – custom css
5. what is age discount?
6. You can add currency in price field
7. currently no, but maybe we will add in future
8. only with customization of file inc/parts/woogrid but i don’t recommend to do this
Thank you for response. Please find below my comments 1. Please search “Touch & Learn Musical Bee” on the front page. Actual price was $34.00. Deal price was $12.88. My Percentage calculation is (34-12.88)100/34 = 62% (after rounding off). The offer box shows 65%. Similarly Search Nivea in the search box of the front page. Actual price was $25. Offer price was $12.5. My Calculation (25-12.5)100/12.5 = 50%. The offer box shows 52%. Please let me know am I doing in mistake in my calculation?
2.I meant percentage discount. Like 62% in the first example in point 1 or 50% in second example above.I want them to be visible in actual deal page. Apologies I should not have used %age. I sometime does this mistake while casual interactions.
3. Thank You!!
4. Again I mean percentage. Currently the color is green. How can I change this color to say red color.
5. Thank you. I am able to add $ sign
6. Regarding badge in woocommerce field, please let me know when you make this update as I am more comfortable with dealing with woocommerce products.
7.Regarding time ago in the woocommerce product boxes. Please let me know if this is possible or are you recommending not to do this?
8. Regarding thumbs up and thumbs down in woocommerce products, are you saying you do not recommend this? If so, could you please let me know the reason.
9.We have an option of wishlist for woocommerce products but not for regular deal posts. My idea is if someone likes a deal they can add it to their wishlist and then they can review it later to see if they actually wants to buy the deal or not. Please let me know if this is not possible. I see this Wishlist heart inside the deal post but there is no place a person can select use it. Seems like it is redundant. Please see the heart sign in the below link. This is what I am talking about. How do a person select this heart https://pumpkindeals.com/DealID=3215/2017/12/22/musical-musical-bee/
1. how do you add offers? I don’t see that you have any currency, so, i guess you use wrong way
4.
.grid_onsale{background:red}
you can place this in theme options – general options – custom css
6. Currently, it’s not in top priority, so, I think 2-3 months
7. You can customize file inc/parts/woogridpart.php
Check file inc/parts/compactgrid.php and find there code which is responsible to show date
8. Because products already have wishlist and compare. Too much actions on the same object is always bad thing
9. http://rehubdocs.wpsoul.com/docs/rehub-theme/shop-options-woo-edd/wishlist/ http://rehubdocs.wpsoul.com/docs/rehub-theme/how-to/how-to-add-favorites-posts-button/
hello i am using rewise theme but i want to change my theme to recompare theme i import the demo but it’s not work
what is not working?
there is no recompare child theme. You can use rewise theme and have all the same function and design
i import the demo file i want same as re compare site what should i do?
you can import demo from Rehub – demo stacks
You must update theme first to see new demo links
also, better to update support
yes i will update my support next week and yes link is available and i import the demo file but nothing was change in my website
currently, not clear what problem you have. provide details
Hi, on sidebar and Below content related post widgets are stressing the images out. Is there any option to solve this problem? Thanks in advance. – http://prntscr.com/homy0d , http://prntscr.com/homywk
Stretching **
I need direct link to check
I was able to modify the deal grid layout for most part, but i am not able to get rid of the date on that grid. The one which shows “2 weeks ago”. Is there a way to get rid of that?
.date_for_grid{display:none}
you can place this in theme options – general options – custom css
hi together, i have a challenge with my setup. i would like to offer our own products, so we have a product in woocommerce and i only want to show as price comparison the amazon price on our site. now i have the problem when i setup a normal product with content egg amazon, in the category overview or product carousel there is always the text “best deal at amazon.de”. and we want to get rid of it.
it would be great if we could have the product layout like “content egg list” and our own offer would be on position 1 and amazon offer on position 2. is there a way to do this?
there is no second offer inside content egg list. But you can enable list layout in theme option – shop settings.
.compare-domain-icon{display:none}
you can place this in theme options – general options – custom css
or can i create a post instead of a procuct to have our product price in the list?
or can i create an affiliate product
post will have the same logic, only one price will be listed. But we have plans to make new price style for lists and will be visible top 5 prices instead of button
How do i customize the grid? I want to add a button , take out the author name and like button.
what grid?
Hi,
I deleted mobile_compact_grid class from public_html/wp-content/themes/rehub/inc/parts/compact_grid.php to float this image in center https://www.screencast.com/t/Hu91qbeM. But still it’s showing in the page while inspect – http://mygadgetzprice.com/ https://www.screencast.com/t/pviUj16rthis file can be also in child theme
Its working thanks.
1.I am using amazon module and post layout with categories for showing the product on the page but the images are not displaying on the item https://www.screencast.com/t/ApxSACdni as well as in the post https://www.screencast.com/t/DMIzQhhS and I want like https://www.screencast.com/t/B9fVgf2v6Q
2. How to remove green color tick mark for the pros list https://www.screencast.com/t/DMIzQhhS and I want to add like this https://www.screencast.com/t/B9fVgf2v6Q
3. How to remove admin name mygadgetzprice and category name(Mobiles) https://www.screencast.com/t/DMIzQhhS 4. To add Compare Label as “Compare” Instead of “Add to Compare” https://www.screencast.com/t/B9fVgf2v6Q1. of course, because you don’t have any featured image in post
2. you can only add icons, you can’t add custom icons without code customization
3. theme option – global enable/disable
4. http://rehubdocs.wpsoul.com/docs/rehub-theme/theme-install-update-translation/translation/
It’s a bit customized Post layout – Content Egg AutoContent.
If you need auto post images, you can enable this in settings of modules of Content Egg. Each has option to save featured image of post.
Also, I recommend to use Woocommerce posts for price comparison if you need similar layout, because we have plans to add more layouts to woocommerce. Posts will be for simple deals and review websites.
https://wpsoul.com/make-smart-profitable-deal-affiliate-comparison-site-woocommerce/Thanks for that I am waiting such Post layouts.
But I see woocommerce only for product and if I use woocommerce product I can not able to do similar layout what I provided earlier (Post Layout) and whatever I do it is coming under Description (toggle)
I can not see Woocommerce posts. where it is?
Woocommerce has also product layouts
http://rehubdocs.wpsoul.com/docs/rehub-theme/shop-options-woo-edd/product-layout/Hi, My website(https://topbestof.com/) is live getting 1 year & getting lots of search traffic on my site, currently using permalink with Postname only, Now i am planning to use Category / Postname on my website because i want to run different niche topic along with I want to run Deals, coupon section, price comparison section, & shop section. which permalink should i go, i want your opinion here taking SEO perspective 1. Postname 2. Category / Postname Please explain me & help me here I want to use your theme features wisely.
Postname is the best. If you change it to category, all your traffic can be lost.
1. what if i do redirection 301 to redirect all old link to the new URL so will all my seo effort will switch to the new URL 2. i have different niche along I want to run Deals, coupon section, price comparison section, & shop section i want to keep them in respective section & niche in subdirectories. & if i keep them then is it good for the SEO Purpose to Rank Best in different NIches & different section. I have visited various sites like https://gadgets.ndtv.com/ here you can see they have gone with category subcategories then postname becuase they do have different niche there. & they are ranking well So help me here what should i do
you can make redirect, but it’s a big chance to lose traffic even with redirect (but can be restored after some time)
If you need to separate sections, more easy will be using woocommerce for price comparison and posts for coupons.
ok so you mean to say i will lose traffic for the old post & later on, it will restore the same traffic.
usually – yes
Thanks Sizam
Hi, what if i will use plugin CPT UI will it slow my website. Currently, i am using postname as a permalink. And if i will use this plugin then will i able to make different permalink slug. like topbestof.com/mobiles/postname, topbestof.com/reviews/postname, topbestof.com/laptop/reviews/postname instead of changing default permalink structure.
this is the same as changing permalink structure for google
1. how many custom post i can make for a different niche if i use the custom post ui.
2. will it slow my website speed if i will make lots of different niche custom post (suppose 20 different niches in number if are there). Where the different niches is only for blog.
3.is it a good idea to go with CPT UI or to change permalink getting good amount of search engine traffic having 100 post.
Please help me here
1. unlimited
2. yes, but it’s not huge slow down, maybe you even will not see difference
3. There is no any difference in CPT for seo. Default Post is also CPT. Site structure and content is key for seo
Good morning,
I entered a product category description, but the text is positioned above the product list.
How I can move the text below the product list?
Best regards. Mauro.
only with changing file woocommerce/product-archive
you must change position of
<?php do_action( ‘woocommerce_archive_description’ ); ?>
http://rehubdocs.wpsoul.com/docs/rehub-theme/child-themes/how-to-customize-your-theme/Hello, Im waiting for christmass discount! boxing day deal or new year 50% Off let me know any plans?
will be 40%
when will that be? which day! 25, 26 or 31?
25-27 december. maybe also will be some discount on ny week, but 20-30%
Hi, I have 2 questions:
1- Do you have a repository for translated files? I am looking to add Brazilian Portuguese to my site. 2- I would like to have 3 languages on my site English, Brazilian Portuguese and Spanish. Is it possible to have a dropdown with different languages controlled by the user OR geolocation that automatically switches languages based on users location (still want to have a dropdown so users can choose their language and currency)
1. Yes, but we don’t have Portuguese now
http://rehubdocs.wpsoul.com/docs/rehub-theme/theme-install-update-translation/translation/if you want, you can help us to translate, we can even pay for this
2. You can use WPML or any other multi language plugin
Hi, I have 2 questions: