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.

Error after REHUB 5.5 update as mentioned above. VC requires an update to 4.9 – how do we update from the bundled version?

Fatal error: Call to undefined function vc_shortcode_custom_css_has_property()

++ fixed

A couple of things. The upgrade throws an error until users update the Visual composer plugin (just letting you know, as it works when updated).

Secondly, I sent you a message via the contact form about Schema.

Actually, the new changes are perfect for review stars. I like it a lot for the review pages. I am just concerned for news articles that shouldn’t have the product markup, and stars are not required. However, despite the errors in the testing tool prior to the theme update my stars still showed. About a month ago, shortly after the panda update they updated which sites qualified to use stars (i.e. low quality sites could no longer show them).

I can see you have had some difficulty with this, and it matches my initial findings.I don’t know why Google has done this, as nearly all the schema plugins for article type schema do not work either.

I don’t know what the answer is. Perhaps you could partner \ create a more advanced review paid integration that could fund the time that perhaps this needs to properly integrate article and other schema types. I would definitely pay for this, even though I think your current product schema for reviews is good.

Also, at a very basic level, could you add a simple whatif statement to the product schema? I.e. If template type=reviews then show schema, else show no schema?

I will think about this. Maybe I will add option to change default schema for posts. In most cases, this theme is used for product review sites, moneymaking sites, comparison sites, etc. So, product type is the best. Article schema is not enough to be at google news block. But, maybe I will add this like option

Hi sizam,

Could you help to check? As after updating the Rehub theme 5.5 from 5.4 then all my pages completely become blank except for header.

Thanks

Update visual composer to 4.9 Here how you can do this http://rehub.wpsoul.com/documentation/docs.html#5

Hey, Thanks for the great update but i am having issue with icecat shortcode. I am using the shortcode like this: [wpsm_icecat ean=”8595175510925”] but it’s not sowing any output on post. Can you please help me? Thanks!

Hi. Not all icecat products are available for free account. If you see this photo on Icecat http://screencast.com/t/teW6KYQoxcZ – this means that product is available only in pro icecat membership. So, it’s better to find product on icecat and then copy ean

Or get full icecat account

Wow seriously dude… this latest update is amazing. Can’t wait to implement the dynamic compare function over the next couple of weeks.

Awesome stuff.

Yeah. This is what I wanted to implement a long time ago. Need some feedbacks, because function is not very simple, maybe it needs some updates

Yeh, I will let you have my thoughts in due course. Just making sure have a consolidated backup before upgrading in about an hour. Looking forward to giving it a go.

Is there any xml to import the demo content?

XML is available and it’s possible to import full demo clone with all settings and plugins. Download full theme package from TF and find all things in Demo_data folder

Hi, I tried everything to get the social buttons at the top of the posts like in the demo. I followed your instructions in the documentation and did evry step, but no social media icons are shown. Only text “share article”.

Also, I would like to add several pages and categories to my top menu. When I do this the first row only goes untill 50% of the row, and places the rest of the menu in a second row on the left. The right section of the first row is empty. How can I make the topmenu 100% so the entire menu is place in 1 row??

Never mind, Already figured it out reading some other comments. Thanks anyway:)

Hi. How to enable the Frontend editor in the visual composer?

In functions/vc_functions.php delete line

vc_disable_frontend();

Thanks

Pre sales Question ; 1st of all Very nice work with the Re-hub/pick/thing,and I’m still looking into all the goodies. Q01 When I view on iphones the break points seem to have a bug, is this the case ? Re-hub works well…...Re-thing works ok…..Re-pick ..just works eg see : http://www.screencast.com/t/AoNchLa8gPcO

Cheers brandme

Thank you. This was fixed month ago, but I forgot to update this on demo site. This is bug in slogan width, I will update demos tomorrow

V cool CS.. thanks

Is “AccessPress Anonymous Post Pro” required for REHub to work? It seemed a bit clunky to me, so I replaced it with “Visual Form Builder” (free version) which is much better and doesn’t seem to cause any issues.

No. There is no required plugins for theme to work. So, you can use your own plugins.

Hi Igor, I use VC for the design of the header image but I have problem because the image is repeated. How I can order that no repeat the image? http://prntscr.com/9ejkzm What measures should be used for the header image? Thanks,

I use ROW http://prntscr.com/9emr43 and this is the configuration http://prntscr.com/9emrfm The size of image is 1349×411

Under background image upload field you can find select where you can select no-repeat http://screencast.com/t/IINI5pen

Also you can use cover – so, image will fit to width and height of row

Perfect Igor. Thanks!

Hey,

impossible to run lightbox?

http://www.pepiniereduchablais.ch/visite-dun-collegue/

Best regards

It’s working for me. But with some delay. This is because you uploaded photo from your camera ( I think). Such photos have 100% quality and big size, so, it’s weight can be very big. In your case, 2.5 mb. Lightbox wait until full photo will be loaded in browser, so, some delay. Just upload more optimized photo and not so big size. 1000-1200 width is enough for web

OK all its all right. Its the parameter on lightbox plus color: Output Valid HTML5

Hi. The template i use doesnt work for the tob table template. Mdtf plugin maker said it is a rehub fix he cant help me. Contact me pls so i can share site and credentials

Maybe you send me not correct url. It shows me this http://screencast.com/t/hC7ybL5cj

Check please url, also, admin page is not working for me. Check please url and send me correct url

that is the correct url.. what is your email adress to send it to? i really need soon help with this because pls.

If this is correct url – this is not MDTF plugin. and mcdpf_row_price is not shortcode from MDTF. I will answer now on your email, so, you can write there

Hi, Arrow on feature slider are like this http://i64.tinypic.com/1jt1yg.jpg How can fix this?

Looks like you have plugins with flexslider which conflict with theme styles. Send me link on your site

Please, get in touch through the contact form

Was a conflit with another slider plugin used in previous theme :)

Hi,

is it possible to make the “Offer url” and “Offer sale price” fields in the Post offer section ready for shortcodes?

For example in the top list and table

It’s possible, because theme uses two functions in most cases, so, you need to change them. Go to functions/review_functions.php file.

Find there

function rehub_quick_offer(){

find inside

$offer_url = get_post_meta( $post->ID, ‘rehub_offer_product_url’, true );

change it to

$offer_url = do_shortcode(get_post_meta( $post->ID, ‘rehub_offer_product_url’, true ));

the same for price

Then find

function rehub_create_btn ($btn_more) { ....

inside

$offer_url = $offer_url_exist;

change to

$offer_url = do_shortcode($offer_url_exist);

Make this from ftp, because I didn’t test this. Note, that some things can’t work. For example, some function which sort posts by price.

thank you sizam!

HI, how can I update VC ? There is a new version of WPBakery Visual Composer available. View version 4.9 details. Download new version from CodeCanyon.

Theme update with 4.9 will be soon

Ok, So, it’s comes with the theme update ? I don’t need to put any license, user and API there?

Yes. You don’t need license. Check how to update bundled plugins http://rehub.wpsoul.com/documentation/docs.html#5

Hi, i want to use the “List Layout with Sidebar” in the option “Select Main Layout” but the “infinite scroll” does not work on any device for that Layout.

Is that a bug or am i doing something wrong?

lists don’t have option to use infinite scroll. Maybe you use Repick child theme?

Hi, could you tell me how to restrict the height of the main menu drop downs, so they don’t go below the visible area?

I have my categories on the sidebar at present, but for mobile visitors, they have to scroll down past the page content to get to them, as the sidebar is listed after the page content.

So what I would like is maybe some CSS to restrict the height of the drop down, and of course add scroll bars too.

(I already use sub categories, but I have 14 main categories)

Thanks in advance if you can help. :)

OK, do you mean on mobile menu, there won’t be scroll bars? Sorry, I don’t know what “not static” means in this instance. I don’t think sub-sub menus would make sense for me, maybe I can reduce the size of the font and the leading/line height instead? At the moment, it “nearly” fits, and I don’t plan to add any more main categories. :) Thanks.

Yes. Maybe just changing font sizes will be better. Use such code

.dl-menuwrapper li a{padding: 12px 25px 12px 12px; font: bold 15px/15px Arial; text-transform: none}

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

Thank you, I think I can work with that. :)

Hey sizam,

one thing we really would love to see is regarding the MDSF plugin:

If you click on a filter, the page should scroll to the top. This would help even more on mobile devices because the Filter is displayed below the page content.

Any idea how we can achieve this?

Do you mean ajax call?

???? ??????. ?????? ?? ???????? ????. ????? ??????? ? ???? ?? ????? http://wpnice.ru/ ?? ?????. ? ????? ? ???? ?????? ? ?????????. ????????? ? ??????? ??? ???????? ????? ????. ?? ??????? ? ???????????

Hi. You can write on my email. because TF doesn’t allow use russian in comments

Please, get in touch through the contact form

Write empty email first, so I can respond

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