Discussion on REHub - Price Comparison, Multi Vendor Marketplace Wordpress Theme

Discussion on REHub - Price Comparison, Multi Vendor Marketplace Wordpress Theme

By
Cart 38,425 sales
Recently Updated
Well Documented

sizam supports this item

Supported

59156 comments found.

repick- when importing prices with CE AE is there a way to mask the prices

1- Rs 8976 to Rs _976 (one number hidden)

2- 8976 to ** (4stars)

There is no such file. Each page can use different module. I can tell you if you send links on pages where you want to hide

I see price at 3 places

1. At the homepage grid https://www.myextrasavings.com/ 2. Inside posts it shows 2 times https://www.myextrasavings.com/electric-baby-nails-trimmer/

.price, .rh_price_wrapper, .price_simple_col{display:none !important}

and you have cache plugin, you must update cache

Hi guys,

it is resolved

Sorry, Thanks

Hi, in Latest version, there is no flipkart, tatacliq, snapdeal modules

Not sure what you mean. These modules are part of Affiliate Egg plugin, not theme. Can you explain where you expect to see them?

Hi, how to add link to this code : [wpsm_button color=”green” size=”medium” icon=”none” target=”_blank” rel=”nofollow”]Buka Bisnis[/wpsm_button]

Helo sizam, please reply, thanks

You can add parameter link=

ok done. thanks

Hi how can i avalable price history rehub theme : where can i put code?=> [content-egg module=Amazon template=price_tracker_alert] please let me know

In any place of content. Many product layouts also have auto enabled price history and you don’t need to use any shortcodes

https://wpsoul.com/make-smart-profitable-deal-affiliate-comparison-site-woocommerce/#product-layout
http://prntscr.com/mbcdow http://prntscr.com/mbcdwu In first link we have talk for the problem that i need full long stright bar of search bar . You have given some code to paste the solution but when i paste it will make ugly as given in second screen shot so . How to fit in screen little bit smaller search bar so that it fit properly in my phone view My site https://www.pricestall.com
.logo-section .search form.search-form input[type="text"]{min-width:10px}

Hello,

How can I turn on the “Post offer” function for blog posts?

theme option – global enable – Meta panels and add there Blog and posts

why there is gap between image and title : http://prntscr.com/mbaz7a , using repick theme. see live : https://teddylist.com/test/

Oh. Yes, repick is for 3 columns only. Enable other child theme if you need multiple columns

but this problem is not in ‘columns of woocommerce’ why its only in grid. and there is already 4 column but not in proper way.

Yes, it’s problem in columns. Repick grid is modified grid and is made for 3 columns only in row

Hello

How can I change the font size in the custom code area in ‘Theme – Shop settings please?

I would like to make the colour attribute in the product grid on my homepage smaller

https://theoutdoorzone.co.uk/

Thank you thatt works

Hello Is there a way that I can turn off the following globally please so that the options are not available

1. Wishlist 2. Favourites

Kind regards Jule

Yes thank you this has worked for wishlists… I can’t see the same for favourites? Ia this possible please?

Kind regards Jules

Sorry, I meant s it possible to remove the Compare scales globally?

theme option – dynamic comparison and remove comparison page

How can i edit manually ( sort or order ) TRENDING area

How do you create comparison page?

How can i edit manually ( sort or order ) TRENDING area : https://prnt.sc/mbcagq

there is base for ordering field in options for widget. You can use it with keys http://rehubdocs.wpsoul.com/docs/rehub-theme/list-of-important-meta-fields/

How ccan i ad the google adsense to my website ? I followed up the instruction but it broke my website , It’s as easy as copying and pasting.

1 Copy the code below 2 Paste it into the HTML of www.onlinelinkshop.com, between the <head> and </head> tags 3 Tick the box and click Finished when you’ve completed it Can i get some help please Thank you very much

Insert code in theme option – general – Js code for header

hi can we have this style http://rewise.wpsoul.net/top-page-with-review-list/ for content egg

you can’t have because CE doesn’t have review score for offers

It will be nice if you add the for content egg as well

You can’t add this to content egg because plugin is not for adding reviews. It has another purpose

Hi, I use Pick with woocommerce and want a four/five columns layout but it dosen’t work. It is only two or three (with and without sidebar) How can I can get a four/five cols category listing? This should be the correct position in backend: (Theme options -> Shop settings -> How to show archives -> As 4 columns full width)

It seems that the css classes are not set correctly. If I manually set this in dev tools from col_wrap_two to col_wrap_fourth or col_wrap_fifth then it works.

Thanks in advance Matthias

Repick grid is made to be big and huge images. If you need 4,5 – use rewise or disable all child themes

Thanks for your reply. I need this 4 col layout in pick. It seems that rehub-pick/woocommerce/loop/loop-start is the right postion for customization. So how can I make changes update save?

It’s very hard. Even if you do this, grid will look very narrow and ugly. It must have enough space for big elements. We don’t recommend to do this

In rewise child theme

The product category drowpdown in the product search form shows categories in alphabetical order. I want to change this to show the custom order I have set in back-end (Products >> Categories).

I guess I have to add or change something in the following piece of code in product-searchform.php…

<?php wc_product_dropdown_categories(array('show_count' => 0, 'parent' => 0, 'show_option_none' => __("All categories", "rehub_framework"), 'class'=> 'rh_woo_drop_cat rhhidden rhniceselect', 'id'=>mt_rand())); ?>

...but I cannot figure this out.

Never mind. I figured it out. You have to add

'orderby' => 'order', to the code above

So the code would be…

<?php wc_product_dropdown_categories(array('show_count' => 0, 'parent' => 0, 'show_option_none' => __("All categories", "rehub_framework"), 'class'=> 'rh_woo_drop_cat rhhidden rhniceselect', 'orderby' => 'order', 'id'=>mt_rand())); ?>

yes, it’s correct

Hello! I have an issue with the last update v7.9. I can’t access the theme options page. Any solutions to fix it? I can use an old version but the shortcode button isn’t available because of the wordpress update.

Please, write private message with details of your site in Support Hub https://sizamtheme.support-hub.io/

You can login there with the same Envato account details for more fast verification

https://www.screencast.com/t/9aG1d6sMh2V

Finally I reinstalled an old version of Rehub. I also installed classic editor and the shortcode button is available now. It should be ok for now. Thank you for your quick reply.

I want to change/override the fallback product images in rehub/rewise that show when there is no product image both on the search/archive pages and on the product pages.

I tried…
  • creating folder /images/default/ in both grandchild and child theme and uploading my images there, but that does not seem work.

  • Woocommerce >> Settings >> Products tab >> Placeholder image URL field does not work for this either.

Is there a way to do this without over-writing parent theme files and use grandchild functions file instead?

yes, but it’s quite hard to do. We have plans to add such option in theme option in nearest update

OK thanks.

Dear Sizam, How do i get the 3 search by categorie like this https://snag.gy/4o9xHr.jpg instead of search box ? Thanks.

Dear Sizam, thank you for your response. Please help me again. I’m watching and trying for a couple of hours, but it just does not work. The general settings look very different to me. I do not see any of the same institutions standing in my general settings. In addition, I do not have a woocommerce product filter at all. I can not find this anywhere. can you please explain this to me? thank you

Which general settings do you mean? We didn’t mention it in docs. And if you read carefully, you can easily find where to download plugin in beginning of article

Hi,

How to add coupons in “content egg list” product page?

https://prnt.sc/mb63k0

Thanks

use offer box shortcode in content of product. You can get it in shortcode generator (Button S in editor)

In alternative can i use Coupon Module of Content Egg?

https://prnt.sc/mbiu9y

If yes, how can i add them ?

Thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey