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.

Hi,

How can i disable the auto changing images in a normal post slider? i am using the wpsm_quick_slider, it looks like this: [wpsm_quick_slider ids=”837,834,836”]

It keeps changing and constantly resizing the post.

Thanks in advance

js/custom.js

find

slideshow: true,

delete this

HI

I am interested in your design. I want to know if you support to integration recash with rehub together.

I want to built a tech news site, and also want to share some tech deals.

thanks

Recash is not separate theme, it’s child theme, so all functions from Rehub will work also in Recash

Hello,

how can I add pagination to the title off top reviews page? Something like “Title | Page 2 of 3 | Website name”. It works for pagination of category or tags, but not for TOP RATING REVIEWS.

I use plugin YOAST SEO.

Thanks

Yes, it looks like Seo by Yoast can’t check some variables on pages. I posted issue here https://wordpress.org/support/topic/page-variables-dont-work-on-paginated-pages-in-title

Dobryj den, Igor. Filtry na jetoj stranice http://botonline.ru/comparison-table-with-map/ ne rabotajut na mobilnoj versii. Redirekt na glavnuju

answered in email

Hi Igor, ¿Why I can not see the label Featured! in my coupons? http://prntscr.com/bht4xy / http://prntscr.com/bht4u0
This well with this configuration? http://prntscr.com/bijje1

Yes, this must work

Thanks!

Hi,

There is a clean & efficient way to go multilingual : “Multisite allows you to create several websites from one WordPress install. Each website can be set up in its own language, providing cleanly separated site translations.” Ex : webdomain.com/us, webdomain.com/fr etc

Can i use one rehub licence for all these sub websites for multilingual purpose?

Is there a Merge Code for sidebar to populate the current posts WooCommerce Offer?

When I use the sidebar widget “REHUB TOP OFFERS”, I’d like to display the current review posts’ associated product’s associated offer(s) only.

There should always be an offer for every product.

And, I highly doubt I’ll ever create a review for a product that has no offer.

NOTE: I’m using offers for each product as my basic affiliate link, in addition to time-sensitive deals or coupons. Therefore, every product should have at least one offer.

However: If there are no offers for a product, and I create a review post for the product and the sidebar includes “REHUB TOP OFFERS” (designed to only show the offers for the associated product), this widget would not display at all.

ok. this is possible with code customization.

How do you assign woocommerce offers to post? Is it here http://screencast.com/t/E1QTKtLl

Yes, that’s exactly where. (I’ll email you directly to pay you.)

I want to create the top list of the products added in this post (Added trhough affiliate egg and content egg) I used [wpsm_toplist h4] , but its not working at all. Please help. When i mannuall add content in h4 tag, then it works but doesnt work with shortcode products. Please advice. http://www.reasonablerate.in/bestselling-air-conditioners-ac-india-2016-reviewed-at-reasonable-rate-with-offer-price-and-reviews/

Top list works for dividing post’s content. To make list of product – you don’t need it, there are output shortcodes as list. http://screencast.com/t/supquyE3

I plan to register this Themes, but it won’t register. Please what is wrong?

I have registered other themes in the past, but this particular themes seems to exclude my imagination

what error do you have while registration? Theme uses official API of Envato.

How can I enable breadcrumbs on all pages, categories and forum pages? At this moment it’s only enabled on posts.

1. You need to customize page.php, category.php pages and add

code

    <?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;  
    ?>

after

< div class="main-side page clearfix">

2. Additional Deals panel is moved to woocommerce fields. There is a link on docs in notice http://rehub.wpsoul.com/documentation/docs.html#31

3. Thank you that you found this. Try now

Perfect, thank you for making it work!

One more question if you don’t mind: Is it possible to have both buttons (‘read more’ and ‘price’) in post meta? like this: https://i.gyazo.com/8340afe714c30998238c771849a8f71f.png

Only with code customization. And I can’t write you universal code, each module requires separate customization. If you want hire us – this will have price $20

Can you please change or add a way to change the heading to the comments section? Every time you update the theme, we have to go in and edit the text that says “We will be happy to hear your thoughts” to what we want it to say. This makes updates tedious. It would be great if you could add that into the admin somewhere.

it was added half year ago. Check theme option – localization

Hi Sizam

I sent an email few days ago and this is a remainder. My question was, how can I make the posts on the main page’s grid supports RTL languages? Do I need to edit the code or there is an option somewhere? Thank you

It must support be default (just use RTL as main language of your site). If not – provide link, I will check

hi

please tell me how do i install the updates you do on the theme ?

Hello, thanks for the great theme. I have got a question for the Newsletter widget, can you give me the right code? This is the code from mailchimp website:

<!- Begin MailChimp Signup Form -> <link href=”//cdn-images.mailchimp.com/embedcode/slim-10_7.css” rel=”stylesheet” type=”text/css”> <style type=”text/css”> #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ </style> <form action=”//dealbazaar.us13.list-manage.com/subscribe/post?u=6fc2418c8cf57abe2577c2b91&id=1ed344f7c6” method=”post” id=”mc-embedded-subscribe-form” name=”mc-embedded-subscribe-form” class=”validate” target=”_blank” novalidate> <label for=”mce-EMAIL”>Subscribe to our mailing list</label> <input type=”email” value=”” name=”EMAIL” class=”email” id=”mce-EMAIL” placeholder=”email address” required> <!- real people should not fill this in and expect good things – do not remove this or risk form bot signups-> <input type=”text” name=”b_6fc2418c8cf57abe2577c2b91_1ed344f7c6” tabindex=”-1” value=””> <input type=”submit” value=”Subscribe” name=”subscribe” id=”mc-embedded-subscribe” class=”button”> </form>

<!-End mc_embed_signup->

You need insert form in place

<!- YOUR FORM HERE ->

What is the original code that is used at the demo theme?

Comments here doesn’t allow to place correct code.

Do you have problem? I wrote you correct code.

Send me code on email

Please, get in touch through the contact form

Hello. Am I able to both upload theme and visual composer through envato tool kit? And when i use envato tool kit. Will my theme settings then dont change?

Currently I can’t support Envato Market plugin, because it’s not my plugin. Usually, I don’t use it. I just delete theme from admin page and install new version.

Check all methods how you can update theme http://rehub.wpsoul.com/documentation/docs.html#5

But what when i want to update my visual composer then? I have updated my theme now. But i have not updated my visual composer? how to do that.

Are there plans to have some support for StackCommerce? Products via StackSocial, CitizenGoods and SkillWise?

we will investigate this, but I don’t promiss to make it very soon

Thanks. If I learn anything, I’ll pass along. Cheers.

This plugin may help. Either seeing how they connect to StackCommerce or by including support for the plugin https://wordpress.org/plugins/stackcommerce-deal-feed/

Sizam, after updating WooCommerce today, my products layout is messy. http://www.portaldomontador.com.br/montadores-de-moveis/ My Rehub version 6.0.4 What should i do? C. Perin

Update theme

Hi, I was wondering can Adsense be easily added to this theme. To place on right and left or maybe between posts?

Yes. Theme has 7 ads area + sideout widget + sticky widget. Also possible to add ads between posts, but this is more harder. You need to place two post modules on page. First module must show, for example, 3 posts, second module must have offset 3.

Hello, i just purchased the item and installed it. And used WP clone to clone the demo site and now i cannot log into my site. Can i get the original id & password?

solved

Hello Sizam, could you help me with changing the heart symbol with Re:Cash to something different (maybe degree symbol)? How do you do it?

.gradus_icon:before{content: “°”; font-size:100%}

you can place this in theme options – general options – custom css

Hi sizam, just tried it and it has had no effect. Still hearts instead of degrees. Is it possible to change the icons at all? So for example use own icons instead of text?

The same question is for smileys and thumbs up/down (we would like to use our own).

THis must work. Send me url on page where you added

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