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

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

By
Cart 38,420 sales
Recently Updated
Well Documented

sizam supports this item

Supported

59155 comments found.

How do I remove the “Latest Posts” title from the homepage like in your demo? Can’t add custom css without it affecting the rest of the site. Thank you.

.home .wpsm-title { display: none; }

Thank you – works like a charm!

I am using the WC Vendor PRO version…

In the Seller Dashboard > Products There is no “EDIT” feature like the demo. I do see “DUPLICATE” “DELETE” “VIEW” only.

Any idea?

WC Vendor – settings – pro

You can check your settings, We didn’t add any changes in plugin

I’m trying to add in social sharing to my category.php template.. so far I’ve identified the sharing comes from post_share.php.. but I have no idea how to edit it. If I call it as is, it doesn’t share the category I’m in, it shares a post..

http://image.prntscr.com/image/1124f9da5e2343a695f8151da1da7df7.png http://image.prntscr.com/image/300829c4604b4e1fa54e8c6ae9bc74ff.png

This is hard task, share buttons will not work on category pages, because it’s not single pages. You can try to use this plugin https://wordpress.org/support/topic/share-buttons-for-categories

or hire us for customization. Price will be $30

What’s the file name that holds that share script?

functions/helper_functions.php (function rehub_social_inimage)

Hello…not a huge problem but I activated the redirect to BP in the User Options but in the login widget, the redirect takes me to the woocommerce account section for both the dashboard and my profile links. Is there a way to redirect each link to the proper Buddypress links?

Because woocommerce also has redirect which is more priority.

You can change this with next code (add to functions.php)

add_filter('woocommerce_login_redirect', 'rh_woobp_login_redirect', 10, 2);
function rh_woobp_login_redirect( $redirect_to, $user ) {
    if (function_exists('bp_core_get_user_domain')) {
        $redirect_to = bp_core_get_user_domain( $user );   
        return $redirect_to;    
    }  
}

I added this code to the functions.php and cleared cache but the redirect is still going to woocommerce.

try to change 10 to 99 or to 1, maybe this will help

Hello Igor,

In the home page i have the sorting options set by default to “Latest”. how can i make the “Popular” option by default ?

thank you

Did you make page with visual composer?

No, it’s the default home page in the repick team, i’ve just created a new static page. and i’d like to show popular products first, not latest, thank you in advance

This possible only with custom home page with visual composer.

http://rehub.wpsoul.com/documentation/docs.html#21

“Register New Account” page is having loading speed issue. After fill-out the signup form and click on “SIGNUP” on the register form for new account. It takes about 10 seconds to receive the message “Your application has been received. You will be notified by email the results of your application. Currently you can use site as Pending vendor.”

This is on my website ; I am hosting on a dedicated server.

I have checked on your demo and fast loading after clicking “SIGNUP” to see the message “Your application has been received. You will be notified by email the results of your application. Currently you can use site as Pending vendor.”

Any idea?

Thanks!

What plugin do you use for social login as seen in one of your demo?

I use wordpress social login

About popup – only one possible issue is that your server has slow speed for wordpress ajax function. Send me url of site, I will check, maybe there is an error

Good afternoon, another doubt , want to buy the system, the need to get all my doubts . I wonder if there is some kind of plugin , like a bank for sellers receive their money. Once released the money from the seller, he already fall into this account within the site so that it can make the withdrawal or transfer to your bank account or paypal ? is possible?

Auto payment for vendors can be done only with Paypal Instant or Stripe.

There is no vendor’s bank account and it’s impossible. Each vendor has own dashboard and he see all orders and statistic. Admin will make payments to vendor manually (or autopayment with paypal, stripe).

You can get more details from plugin’s author https://www.wcvendors.com/ because maybe I am wrong and there is such method as you want

hello sizam please check my mail

Hi,

I’m using the woocommerce plugin to show off products. How can I add the discount button outside the home?

Demo: http://lam.edu.vn

Screenshot: https://goo.gl/9JMrLs

Thank you very much. :)

Edit deal grid module in visual composer and you will see there option to enable/disable buttons in grid

oops. I checked again and I see that you use deal grid module, but for woocommerce. This will not work as you want. You should use woocommerce grid or column module there to have button

Thank so much :D

Please check my mail

The sub items in the menu bar only work when you are on the home page? I assume this is not correct. Please tell me how to fix this. .

Since I deactivated the plugin, on the submit forms, all the paragraphs, letter sizing ect are gone from the write post form. Only thing that is left is media upload? (I wish we could upload photos/attachments here to show what I mean)

You need update cache in your plugin

maybe also in browser

Hi! Great theme! I am importing bulk post using csv but the post type is always set to regular. how can i make it to review?

pls reply asap.

Ok i have installed the wp all import plugin, now what’s next?

How Can i have a criteria in post type review using also csv?

Install Wordpress all import, install Post Extension for WPAI (get it in Rehub-Plugins). While import you will see additional panel “Post Review”, “Post coupon”, etc

Hello, Is it possible to Bulk Post badge?

for example: I have 100 articles on a Forex Broker that is no longer operational, and for SEO purposes I wont delete these articles, but I want to tag all the posts in this Broker category with Post badge “INACTIVE BROKER”.

Thanks, - Uri -

You can try this plugin https://wordpress.org/plugins/custom-field-bulk-editor/

and change posts from category. Change custom field “is_editor_choice”. Set number of field as value. For example, you badge is second here http://screencast.com/t/Tr90BJoPqp18 – value will be “1” (because count starts from 0)

Works like a charm: https://www.diigo.com/item/image/5qqj6/e3xc THANK YOU!

Hey Igor, look at this image it’s from Theme option and for this option I can’t use PHP codes, only javascript and HTML, can you tell me if I can put there specific PHP code? I need to display my affiliate search option there putting the <?php single_post_title(); ?> or something like this https://postimg.org/image/k6wxwxv6n/

You can’t use php code here

Hi. With the update on 14 AUG 2016, is this theme compatible with WordPress 4.6? Is it OK to upgrade?

currently I can’t find any incompatibilities

I have already posted this question before. Kindly let me know how to do it as my site is now live.

We have purchased ReHub Theme for WordPress for Coupon / Deal site. But we are unable to remove the ‘Show full profile’ link from the posters profile. Please tell us how to remove that link as we do not want to show that ‘Show full profile’ link anywhere in the website.

Please treat it as urgent.

and I already wrote answer early. Disable Buddypress plugin

How can I disable the theme’s breadcrumbs? I want to use the ones by Yoast. If there’s no option I can do it manually, just let me know which files I can find em in.

also do you have any tips how I can edit my category template so the top area is styled just like a post?

When you enable Yoast breadcrumbs – they will change default theme’s breadcrumbs (design is the same). You should set all other settings for breadcrumbs in Yoast (including category and other)

2. Try to use blog layout in theme option – general option – category layout

Unfortunately the theme options for category layout only affects the way the feed looks. No worries though I’ve been making a custom version of top_title.php for my category pages and almost have everything the way I want now. Cheers!

Does this theme have and email opt in before the customers get the coupon?

no, users have access to coupons without any restrictions

check my mail

Hi. This has started happening since I updated to Rehab 6.2.8 and Wordpress 4.6 yesterday. I have Revendor child theme. 1. Activate Buddy Press 2. Customer or vendor signs in and the screen goes blank except for my logo and my main menu, but not how it normally looks. 3. Deactivate BuddyPress 4. Customer or vendor signs in and everything appears to work normally.

or send me ftp access

Thank you. I went into my cpanel and deleted the buddy press file and reinstalled. I also turned of Debug. I initially don’t appear to be having the same issues as before so am testing the site and will let you know if I come across any more problems. Thank you for your help!

Ok. If you can, please, write about this problem in topic https://www.wcvendors.com/help/topic/undefinite-notice-on-all-pages/

I hope that authors will see that this problem is real issue on many sites and it must be fixed urgently

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