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

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

By
Cart 38,421 sales
Recently Updated
Well Documented

sizam supports this item

Supported

59155 comments found.

I really like the way the Manuals tab is set up here: https://www.youtube.com/watch?v=rqfg4H3jFXk (5:06 mark)

Is it possible to do this manually or can it only be done through contentegg?

You can’t make content egg content without Content Egg.

P.s. Content Egg has also free version

I guess I was wondering if there is a way to replicate the look of the content egg content within the tabs? For example if I wanted that same look, could I just insert html into the tabs or it wouldn’t work?

But what content do you want to have? Content Egg has more than 20 modules and each module has near 15-20 output templates. So, what content do you want to create?

How do you add the “add to compare” option to a post?

(Rehub theme) tells me that contains copies of some outdated WooCommerce template files.

rehub/woocommerce/archive-product.php, rehub/woocommerce/content-product.php versión2.4.0 no está actualizado. La versión básica es2.5.0, rehub/woocommerce/content-product_cat.php versión2.4.0 no está actualizado. La versión básica es2.5.2, rehub/woocommerce/global/wrapper-end.php, rehub/woocommerce/global/wrapper-start.php, rehub/woocommerce/loop/add-to-cart.php versión2.1.0 no está actualizado. La versión básica es2.5.0,

Update your theme

(Rehub theme) tells me that contains copies of some outdated WooCommerce template files.

rehub/woocommerce/archive-product.php, rehub/woocommerce/content-product.php versión2.4.0 no está actualizado. La versión básica es2.5.0, rehub/woocommerce/content-product_cat.php versión2.4.0 no está actualizado. La versión básica es2.5.2, rehub/woocommerce/global/wrapper-end.php, rehub/woocommerce/global/wrapper-start.php, rehub/woocommerce/loop/add-to-cart.php versión2.1.0 no está actualizado. La versión básica es2.5.0,

Update theme

Set color for overlay in slider.. its not working..

leave blank for slider without overlay.. can we make it white colour

how to change the background of the slider? I change the colour but its could not work www.plazashope.com

http://rehub.wpsoul.com in your demo the picture slider is clear no overlay

Now, I understand your problem. You set 0 opacity for overlay.

http://screencast.com/t/J039KHaYwoH

use second slider to set opacity more than 0

how to change the background of the slider? I change the colour but its could not work www.plazashope.com

I have an existing blog with content, but would like to change my layout to this: http://repick.wpsoul.net but I don’t know how to do it without doing the whole demo stack and it’ll delete my content. Whats the best way to get this layout without deleting my content? Or I think it deletes the content, I don’t remember.

Can you show me your site. In most cases, you don’t need do anything – just install repick child. All fields are the same in both themes

yeah, can I email you the site? I installed the repick child them, now I’m getting this error: “Fatal error: Call to undefined function getHotLike() in /home/andre164/public_html/minecraft-toys.com/wp-content/themes/rehub-pick/single.php on line 36”

You need to update both themes, I wrote to you this early. This error because you use new repick, but old rehub main theme

Hi Igor,

Question….how can I get more related posts on the rehub theme from 3 to 6? And I’d like to add some custom things below the single post page. Like banners, video, etc.

Thanks! Appreciate it.

That was it! Thank you!

Hi Igor, I made the changes as you mention above, but a couple of my reviews are doing this? Can you let me know what would be causing this?

http://screencast.com/t/NBzUxKPfKY http://screencast.com/t/d2IS3y5CtFpS

solved

How can i make the category page show the top 10 reviews in its category (with pagenation) ?

You can do this only with some customization of file category.php

meta key where stored score is rehub_review_overall_score

But you have expired support, so, I can’t give you a code for this, you need investigate customization by yourself or update support

i have updated support. can you please advise? perhaps we can communicate via email as i have a few other questions.

Ok. Yes, we can email. If you want, I can make for you such customization. For this – you need to send me ftp details + disable cache (temporarly)

Please, get in touch through the contact form

Hi,

.. a quick question. How do I hide the mobile menu? I mean once the site is viewed on mobiles or any browser’s width under 1023px? I just need to use a new fully customizable mobile header plugin (that enables multilevel subcategories).

Thank you,

try next

.main-nav .responsive_nav_wrap{display:none !important}

Hi, How to remove, post content form Post grid. See the screenshot below:-

http://i.imgur.com/XDt2FpM.jpg

.small_post>p{display:none}

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

Thanks, but i how to reduce space between posts. See the image http://i.imgur.com/qaetmev.jpg

It must be realigned automatically.

Hi Igor, I want to display the filter results of my MDTF three-column grid page in “equal height item”-style. The standard is “masonry”-style though. What do I have to change in the index.php to let the filter results appear in equal height rows? Thanks a lot!

http://abload.de/img/mdtfmasonrysdqiy.png

I use it for full width page, take a look http://vintage-moebel-ideen.de/ideen/ . I need to have the posts as equal height items, because it looks weird when showing the filtered results in masonry-style (just test this, you can filter in the top).

try to change

<?php include(locate_template(‘inc/parts/query_type3.php’)); ?>

on

<?php rehub_create_column(‘middle’) ;?>

It works. Awesome mate, you’re the best! Thx

Hello,

When I use the “Grid style Posts Block”, the “pagination” at the bottom does not show up. Why is that?

Thanks.

Yes I did. It use to work. Now it doesn’t. I deactivated most of my plugins to test and see if it was plugin and it’s not that. I don’t know what to do.

Ok. Found, this is bug for masonry grid. Currently you can use temporarly fix

.masonry_grid_fullwidth .pagination{position:absolute; bottom:-80px; left:10px}

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

I will fix this in update, so after update, delete this code

Ok thanks, it worked. I’ll delete after update.

How, can I edit “pros and cons” part of user review? In admin panel in comments section I see part “pros and cons” but i can’t edit it.

3. (wpsm_column size=one-half)(wpsm_pros title=PROS:)

Pros item
Pros item
Pros item

(wpsm_column size=”one-half” position=”last”)(wpsm_cons title=CONS:)

Cons item
Cons item
Cons item

1. Ok

2. Yes, theme option – reviews – Enable plus and minus buttons

3. I thought about this early. I plan some updates in this part, so, it will be as you described.

Ok, thanks for your quick answers. Your theme is fantastic.

hello , it’s possible to clear the board in the header?

What board? Send screenshot please which part you mean

Igor, you introduced Added: Posibility to use quick_offer shortcode with ID in 5.7 update. But how does it work? I want to put the offer box with filled meta data from post 816 into another post. What shortcode do I need to use? Thanks mate!

the same as for post, but with id. Example,

[quick_offer id=816]

Sizam:

Rehub file comments.php should use the message (We will be happy to see your thoughts) but instead, you changed the word “SEE” by “HEAR”. This way, translation to other languages fails. Please it is almost nothing, but i have edited my php file to solve it because i use portuguese language. Hope you find time to fix it to Rehub v6.0 Regards.

I am not sure what I need to fix. “Hear” is correct word, I consulted about this with native enghish speaking buyers.

If you have localization file – you should update it (string with “Hear” was added to new localization file).

Sizam, on comments.php inside your theme you used “HEAR” instead “SEE” at the message (We will be happy to see your thoughts). This way the translotion fails. I have edited my php file and changed the word. I know it is just a peanut. If you have time to fix to the v6.0 it wold br great. The problem only occurs on foreign languages. Regards!

Hi,

I get an error message in admin when trying to save changes in settings in theme options. The error says: Unverified Access. How to fix this?

Also where do I put the shortcode that is mentioned in documentation for user login, search and user submit in alignment with logo?

Furthermore, how do I fix a problem that I have with captcha when trying to create a new account on the site? The popup form loads fine, and the captcha works fine, but when click the button I get an error… Cant see it now though, since the login function seems to have problems since I updated the theme.

How can I display Brand and Shop directory (archive) as per your demo? In alphabetical order with logotypes?

Last (for now), I will have an comparison site where the advertisers will not be generated through any affiliate network, but will be contacted and payments will be done directly. How can I list their product offer the best way in a product page. ContentEgg will not work, nor will I use thirsty affiliate since it has been depricated (although I loved the way the comparison lists were displayed on product review page). Is the only way to assign the vendors as shopowners and connect their products by Woocommerce offers?

Thanks,

Fitnes

Hi sizam, I have last night sent about 5-6 messages through the contact form, have you not received them? Do not know what more to do?

Hi. For me, site is broken and problem is in .htaccess of your site root.

Send me ftp, I will check

Maybe also you use redirect plugin which cause the issue

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