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.

Hi. In the post page i set featured image as a perceft size but in the top table constructor page the thumbnails look terrible in every post image. how to correct this? i tryed to change the size in settings, media thumnail but it did not do the job good…

Top table uses cropped images with 1:1 ratio. Other sizes will look ugly in tables. You can configure your sizes with next changes

file

template-toptable.php

$width_figure_table = apply_filters( ‘wpsm_top_table_figure_width’, 120 ); $height_figure_table = apply_filters( ‘wpsm_top_table_figure_height’, 120 );

here you can control height and width size

You can also try to disable crop in theme option – global enable/disable

Also, you should change css

.top_rating_item figure>a img {width: 120px; height: 120px;} .top_rating_item figure {width: 126px;height: 126px;}

change to your own sizes and place in theme options – general options – custom css

How to create a child theme with rehub?

blank child theme is inside full theme package

specification-fields.zip plugin can’t be installed. Why? :(

Need more info

Could you help me resolve problem with tabs, in post edit Tabis looking great but on post site does’t > http://imgur.com/dqIv8Ui

I tested it on on other themes and looks like only recash got problem with it.

I meant Could you help me resolve problem with tabs, in post edit Tabis looking great but on post site does’t > http://imgur.com/dqIv8Ui . Without using any kind of shortcode , cause I will have to make more than 100 edits fot simple tabs ….

table { border-collapse: separate; padding-bottom: 1px; width: 100%; margin: 10px 0 20px; border-spacing: 0; font-size: 14px; } table tr:first-child th { border-top: 0 none; } table tr th, table tr td { padding: 10px 15px; border-bottom: 1px solid #e8e8e8; text-align: left; } table tr th { background: none repeat scroll 0 0 #f5f5f5; color: #111; font-size: 15px; font-weight: 700; text-transform: uppercase; } table tbody tr td { background: none repeat scroll 0 0 #FAFAFA; } table tbody tr:nth-child(2n+1) td { background: none repeat scroll 0 0 #fff; }

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

It looks now soo beautiful .

Like always , You Are The Best !

ps. I think this should be as a default in theme & ” First image in post as a featured image ” ( if feature image is not chosed ), it’s just couple line of code, but gives great features :)

Hi Could you tell me how make first image as a featured image ?

can i let user put more than place in submit page ?

Not clear what you mean

now, in submit listing page http://gahzny.com/submit-a-listing/ user can add his address on map . what if he need add more than address , Branches of his store for example ?

You can edit form and add another field which you want

Hi,

I really like your theme and the possibilities it seems to have for linking to affiliates.

I am wondering how you get the different prices for a product on a page, such as http://rehub.wpsoul.com/product/woo-album-4/

There is a box with 4 prices (in this example only Amazon prices). Is this 1 product with 4 merchandisers and prices in it?

And is this the same info as on the review page in the Deals Box at the end of the page http://rehub.wpsoul.com/woocommerce-product-review/ ?

How is this done? Woocommerce, something else, as 1 product or multiple?

Would be nice to know, I am really thinking of buying this theme.

Kind regards,

Pieter

That’s good to hear. And would it be possible to add custom affiliate links myself (no automation necessary) or import a csv file or other file with prices per product?

For Content Egg – no, it will be hard.

But you can import deals to woocommerce (deal per product). For this, we have another instrument https://www.youtube.com/watch?v=QSuTOSEeF_Y

I mean, that it’s possible to combine several instruments on the same site. This is why I call theme – Hybrid theme

Hi, How can i make the size of the grid image in RE:Cash larger like the one in RE:Pick? I just would like to the image to use up the space in the box instead of leaving huge margin around the image. Thanks.

.offer_grid .offer_thumb, .offer_grid figure{margin: -15px -15px 15px -15px !important; height:auto !Important} .offer_grid .offer_thumb img, .offer_grid figure img{width:100% !important}

After this code, you can use only images with ratio near 4:3, all tall images will be stretched

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

I have noticed that for recash theme , all custom elements in visual composer are disabled :/ how to active them?, because I can’t creat my dream home page without it .

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

all of them available in recash, maybe you disabled them in settings /wp-admin/admin.php?page=vc-roles

Well thanks to your link I activated them, but I see this page first time so i have no idea why these options were off :/ .

Like always, you are the best ! :)

Hi,

Yesterday all day and today I am trying to find an answer how could I make a list of woocommerce products, which were submitted only by subscribers. I am a little bit confused about this, so I believe you could move me on the right path, because I am just a beginner of coding.

Let me explain it in details. I have a community page, where people can see how many points they accumulated, a leader-board of all users and etc. In case because users can submit deals(coupons), on this page I want to display only deals, which were submitted by users, that have a role – subscriber.

If I understand correctly I have to create a meta key for coupons, which were submitted by subscribers. After that I can easily call it by using “List of woo products” in Visual Composer. Is it correct way to do it? Please assist me.

To get user role I am using this code:
<?php 
$user = new WP_User( $post->post_author );
$author = get_the_author();
    if ( !empty( $user->roles ) && is_array( $user->roles ) ) {
        foreach ( $user->roles as $role )
                echo "";
    }

    if ($role == 'subscriber' ) {
        // some condition
}
?>

1. Affiliate Egg – I am not sure what link I need to send you. Your license is deactivated and you can activate it again on new site

3. Text can be changed as all other localization strings. Use Loco translate for this. (you can translate only some strings, plugin has search for this)

4. Yes, function must be added to functions.php of child theme

5. Ok, I will add such option in update

1. Thank you. Now Affiliate Egg works as expected. Sorry for that. It was my mistake.

Now, when this plugin is active I have one question related with it.

On my site I want to display only products, which are for sale. Is it possible to create some additional filter and show only discounted products?

It means, that the products are displayed on page, if affiliate Egg has two prices (new and old).

Also I want to pay the money for additional works you made. Can you please submit your bank account by this email: info@savelex.com

3. Thank you for this suggestion to use Loco translate plugin. I honestly didn’t know the plugin like this on the whole exist :)

I am not sure if this will work, but I think it must. here settings for visual composer module to show only posts which connected to affiliate egg and has old price http://screencast.com/t/yKSsMiFfsQ

Don’t forget that you must have enabled option to save data from AE to post meta (in settings of plugin)

can forum and slider be enabled in re pick?

Please, Can I use a third party plugin like Doc Plus – Woocommece Doc Viewer Wordpress Plugin?

You can use any plugin with theme

Hi,

how can i make the footer full width? You can see my setting here -> https://picload.org/image/rrrdgllp/footer.jpg

Thx

You have unclosed tag inside content, widgets. I can’t check because you closed site from non loged users

Thx. i have find the problem. I forget a in the newsletter widget

So we can no longer attach thirsty affiliate offers to our reviews, and all existing reviews are no longer attached to the thirsty affiliate offer we had originally attached? See screen shot below: https://drive.google.com/a/netcatzmarketing.com/file/d/0ByLP0XQOHZMpWXI5N1J1cllQaGc/view?usp=sharing

All of our buttons in our sidebars with the offer are gone plus all of the offer boxes within the reviews are gone! So now there is no way for readers to click through to the merchant on any of our reviews!

Don’t say we can attach them at the bottom of the review, because I do not have the time to go through over 250 reviews and update them!

really need to get this resolved….

so we are going to have to combine these files (old and new) each time we upgrade now, until we get our entire site migrated over to woocommerce?

But I didn’t change offer_product and it supports TA

http://screencast.com/t/zmdf96EeKd

If you saved post after update to new version, you need to assign TA offer again

2. Yes, you need to set this file each time after update. To combine two files – use old file and add next code

                array(
                    'type'      => 'textarea',
                    'name'      => 'review_post_pros_text',
                    'label'     => __('PROS. Place each from separate line (optional)', 'rehub_framework'),
                ),
                array(
                    'type'      => 'textarea',
                    'name'      => 'review_post_cons_text',
                    'label'     => __('CONS. Place each from separate line (optional)', 'rehub_framework'),
                ),    

after this code http://screencast.com/t/xm8aH8ISsGfI

Do you have 1 offer per post or you have list?

Hello :)

Is ” Rehub ” compatible with ” UberMenu ” ? .

^** If you don’t know then could this UberMenu creating some issues with Rehub ? .

Cheers

Yes, it’s compatible

Hi, It takes a long time to reveal a coupons. it seems that something is not right…

For me, speed now is much much better

there is one way to increase speed of search, but not so easy. I will update this in future.

Ok Thanks, I wait for this update ;)

Cash child theme and list view: how I can change the hot meter look to slider like here: http://repick.wpsoul.net/phasellus-nec-sem-in-justo-pellentesque-facilisis/ on homepage list view and post details page. I’m average developer so if you can give code and instruction what file modify.

You need to compare single.php file of recash theme and repick theme. You will find there function which shows hotmeter and thumbs meter, they have logical names

Thank you so much! Would still give me advice what file I need to modify home page listing (recash)?

inc/parts/query_type1.php

Hi i am searching solution for:

1. i have different domain name for ReCash type theme and ReDirect Type theme.. ok ? Example: For ReCash domain is abc.com and for redirect : xyz.com

2. Do i need to buy different licence to install on my different domains?

3. or i can use the same theme with all benefit under one theme .. please help.

I want to use all of theme as different sites as you mentioned in the demo ReCash. ReDirect. etc…

or alternate is : ABC.COM==> FRONT PAGE DEFAULT

REDIRECT THEME REDIRECT.ABC.COM AND RECASH.ABC.COM ..

IF THIS IS THE SOLUTION THAN HOW TO DO THIS? HOW TO SET RECASH THEME AND REDIRECT THEME ON SAME DOMAIN WITH SUB DOMAIN SETTING? SO I CAN TAKE ALL THE BENEFITS AT ONE PLACE :)

Thank You

Yes, you need to buy separate license for domains if you want to have support for them. Also you can use single license on unlimited subdomains

Hi sizam how to resolved these the sidebars are showing under the rest of the content I just try to add a product to the site and see were the side bar shows http://a69.3b6.myftpupload.com/canon-eos-rebel-t6-dslr-camera-with-ef-s-18-55mm-f3-5-5-6-is-ii-lens-ef-75-300mm-f4-5-6-iii-lens-and-deluxe-accessory-bundle-3/

I don’t see correct code in theme option – custom css.

Must be

@media (min-width:1560px){ .header-top, header .logo-section, nav.top_menu, .top_theme, .footer-bottom .container, .footer-bottom.block_foot, footer#theme_footer.block_foot, footer#theme_footer .container, .block_style #main_header, .block_style header .logo-section, #branded_img, .content, .content.no_shadow, .separate_sidebar_bg .content{width:1530px;} .sidebar, .side-twocol, .vc_row.vc_rehub_container > .vc_col-sm-4{ width: 336px} .separate_sidebar_bg .content .vc_row.vc_rehub_container > .vc_col-sm-8, .separate_sidebar_bg .main-side:not(.full_width), .main-side, .gallery-pics, .main_slider.flexslider, .vc_row.vc_rehub_container > .vc_col-sm-8{width:1170px;} .centered-container .vc_col-sm-12 .wpb_wrapper{max-width:1530px;} }
}

thank you very much keep these code at hand Im sure lots of people will ask you for it thanks

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