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

59156 comments found.

How to create paginated post with with ‘Next’ and ‘Previous’ page buttons?

It must work. Do you have live link?

Yes, see here http://goo.gl/dj7Ku5

.page-link a{display:inline-block; border: 1px solid #e0dadf !important; float:none} .page-link{display:block; text-align:center; border:none}

Hey,

leider wird die Schriftart (Fett) nicht mit übernommen, wenn ich bei mir den Beitrag aufklappe.

Können Sie sich eventuell mit mir in Verbindung setzen?

Gruß,

Florian

Hi. Support is only in english, I tried to use google translate, but only one thing that I understand is a problem with bold fonts. Can you give me more details?

Hi Sizam,

To show you the full issue I have been facing with wp-clone, please view this link.

http://www.joleenseamdownloads.com/ACTAv5/Picture1.png

Hence, was thinking if there’s any possibility of obtaining a Backup Buddy copy of the demo stack of Rehub Main instead?

Or perhaps seek advice from you how to solve this issue?

I spoke to sitegrounds (my hosting server) and they have helped me increased the Maximum execution time, Allowed memory size exhausted.

Look to hear from you soonest.

Thanks!

Hi Sizam,

To show you the full issue I have been facing with wp-clone, please view this link.

http://www.joleenseamdownloads.com/ACTAv5/Picture1.png

Hence, was thinking if there’s any possibility of obtaining a Backup Buddy copy of the demo stack of Rehub Main instead?

Or perhaps seek advice from you how to solve this issue?

I spoke to sitegrounds (my hosting server) and they have helped me increased the Maximum execution time, Allowed memory size exhausted.

Look to hear from you soonest.

Thanks!

Hi Sizam,

To show you the full issue I have been facing with wp-clone, please view this link.

http://www.joleenseamdownloads.com/ACTAv5/Picture1.png

Hence, was thinking if there’s any possibility of obtaining a Backup Buddy copy of the demo stack of Rehub Main instead?

Or perhaps seek advice from you how to solve this issue?

I spoke to sitegrounds (my hosting server) and they have helped me increased the Maximum execution time, Allowed memory size exhausted.

Look to hear from you soonest.

Thanks!

Done that

Link got updated but…

When I click “Restore backup”

This same error message shows:

The plugin encountered an error while extracting the zip file using php zip archive,the following error message was returned:

Error Message : No such file

Temporary files created in SITE-ROOT/wp-content/wpclone-temp will be deleted.

How do I fix this?

Done that

Link got updated but…

When I click “Restore backup”

This same error message shows:

The plugin encountered an error while extracting the zip file using php zip archive,the following error message was returned:

Error Message : No such file

Temporary files created in SITE-ROOT/wp-content/wpclone-temp will be deleted.

How do I fix this?

answered in email

I am having so much trouble uploading your demo stack.

I use backupbuddy plugin. Could you pass me a Backup Buddy rehub main demo stack for restoration?

I already answered in another comment. You can send me admin access if you have problem

I have sent you my admin access. I still can’t figure out how to solve the problem

Answered. It looks like you are trying to use not correct way of backup. I also have several account on Siteground and all of them are working good with Wp clone. Answer to me in email

waiting for update :)

Hey, please let me know where I can register for the demo data.

Hello, could you please send me the link to the “Rehub – Registration tab”. Thanks.

found it :)

Can I use Post Type Video but also have review at the end of post?

No, but you can add video slider in top of review post (enable checkbox in top of review options for this)

i used demo stack but lost all my post and pages. I tried to important a saved copy of my pages and post but it can’t upload

demo clone install means that you create full demo clone on your site with all pages, posts, plugin settings, options which overwrite existed data. This is why demo clone must be used only on new sites

If you have xml file of your existed pages, posts – you can import them on demo clone, because all files, images will not be overwriten

I have a banner in my header. Is there a way to disable it for mobile and tablet?

@media (max-width:1023px){ #main_header .mediad{display:none} }

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

I created new image cause last one been deleted :/ > http://fpv.tv/rehupg.png

2 things left:

(Images are already done )

Can we show up knowed from re:pick ” Sort by ”.

Can we hide catagory name on category page , and add breadcrumbs ?

Thanks for all your work , you are Awesome !.

For this, you need to customize category.php

Instead of

<div class="wpsm-title middle-size-title wpsm-cat-title"><h5><?php single_cat_title(); ?></h5></div>

add

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

For filter panel – it’s more harder. What filters do you want to have?

Hi, With your rehub theme, can i build a website which runs all amazon, ebay, etsy affiliate programs?

yes, but I need more details about your needs

hi i installed your demo stack using wp clone and now i can’t login to my admin panel.

because you didn’t read notice before install

Here login details

rehubdemo

RehubPass999777

Thanks very much. Your theme is the best i have seen with multiple functionality

How can I fix this.

Fatal error: require_once(): Failed opening required '/home/.../domains/....com/public_html/wp-content/themes/admin/../vafpress-framework/bootstrap.php' (include_path='.:/usr/local/php70/lib/php') in /home/..../domains/....com/public_html/wp-content/themes/admin/admin.php on line 8

check this file in your theme folder. Is it exist?

Is there a way to link to a row from a button or “http://” link?

Thanks

What row do you mean?

I would like to click a button or picture and have it scroll down to a row that is created in Visual Composer. See pictures on web link.

http://www.easywebsiteguide.com/test/

Well, there is sollution for this.

Each row in VC composer has option to add custom ID. Add it (must be unique).

Then, in button link add next link

customid

where customid is ID of your row. Also, you can try to add custom class to button “rehub_scroll”

Hello Sizam,

I use REHub – Dir

1. How I can delete author thumbnail, author name and post date from header of post. I need more place for categories of post, bacuase of author names and post`s date I have no place for affiliate button.

2. Is there any way to adding reviews post with automatically generated review criterias? Everytime I add review criterias manualy.

.single_top_main .admin_meta, .single_top_main .date_meta{display:none}

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

2. Yes, use this plugin https://wordpress.org/plugins/duplicate-post/ to duplicate existed posts (you can create draft post with all settings and duplicate it)

Is your theme capable of something like http://shutupandtakemymoney.com/ or http://www.thisiswhyimbroke.com/ – Basically there are no posts for each product. So when you click the product, it just goes to affiliate link. I know you can circumvent this in your theme by just make everything you click go to an external link, but thought there is a workaround so you don’t have to create a ton of new pages/products since that’s just using unnecessary resources.

Yes. you can use repick child theme http://repick.wpsoul.net/

It has option to have a link to external site instead of link to post from image and title

For the category pages here – http://recash.wpsoul.net/category/green-food/ – Is it possible to have them as columns like the home page instead of rows?

yes. theme option – general option

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