59156 comments found.
Any suggestion on how i can align the add to cart button on the shop regardless of the length of title as you see here… http://www.screencast.com/t/INnqcPQd7Y i would like to try and see the add to cart buttons at the lowest possible point so that they all look aligned in their rows
You can set height for title, but this will make button always to be in bottom (even if title is small)
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.pngThis 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
Try to copy meta key for popular posts here http://screencast.com/t/VTFCJUYjSj
I am not sure if this will work in filter panel, because panel uses some data from first tab for common option, but you can try
Thank you for your reply Sizam, but i can’t find the place where to add these meta keys ?? in which menu on the dashboard it exists ?
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 
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. .
Check what js error you have in web console on non home pages http://screencast.com/t/MzANmfjMjh
I will read that in one minute, but I deleted my plugins and started them one by one, testing as I went along. There is 2 plugins that seem to be causing the problems, Better WordPress Minify and Remove query strings from static resources. If that helps.
this is what has come up, I do not seem to be able to add an atachment.
Uncaught ReferenceError: jQuery is not defined bozing.com/:379 Uncaught ReferenceError: jQuery is not defined (index):551 The specified value “Email” is not a valid email address. ?f=wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js,wp-content/plugins/contact-form…:11 Uncaught TypeError: e is not a function ?f=wp-includes/js/jquery/ui/position.min.js,wp-includes/js/jquery/ui/dialog.min.js,wp-content/plugi…:11 Uncaught ReferenceError: jQuery is not defined bozing.com/:859 Uncaught ReferenceError: jQuery is not defined jquery-migrate.min.js:2 JQMIGRATE: Migrate is installed, version 1.4.1 amazon.js:9 Uncaught TypeError: Cannot read property ‘currency’ of undefined
Yes, these plugins can make a js error. First of all, try just to update cache in BWM.
Send me url, please on page with issue
bozing.com, any page but the home page has the problem. The sub menus are under the submit tab, also the sticky header does not work on any other page except home page. How do I update cache I am looking at the plugin, and flushed the cache, how do I cache it again.
I don’t see the same errors, but I am sure now that this is because you use two cache plugins (Fastest cache and Better Minify) which do the same. Deactivate Better Minify
Also, you should reduce number of items in menu. For example, you can place all deals items in sub menu.
That worked when I Deactivate Better Minify, thanks. Why would I and I really do not want to reduce the number of items in menu? I have never come across that before (reduce menu tabs)
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.
You can do this only with Post extension for Wordpress All import plugin (get it in Rehub – Plugins tab).
Note. Just setting post format to review gives nothing if you don’t have review data in post
I am using a plugin called wp ultimate csv, thats ok if setting the post type to review gives nothing i just want to set it to teview.
I just need the format to use in csv on how to make this happen thank you!
BTW where can i see the plugins tab?
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.
Theme is compatible with Yoast, just enable yoast breadcrumbs and they will be used automatically
when I enable yoast breadcrumbs the stock theme breadcrumbs are still there.. but they break and don’t show the full path anymore. it only shows home and the article I’m currently on… no categories.
if I add in yoast snippet into the template it shows the new breadcrumbs and works perfectly.
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