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

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

By
Cart 38,426 sales
Recently Updated
Well Documented

sizam supports this item

Supported

59158 comments found.

Hi :) nice work with this Theme, i have one question, i have see that another pages that are using this theme can index the amazon link in the Serps, can you know i can do that

an example:

site:zonaherramientas.com electroestimulador

With one post, they are indexing the external links and showing the Amazon products with the stars.

Thanks a lot!

They use our free plugin Content Egg with combination with theme functions, but it’s strange that google shows external link and review from amazon as part of site. Maybe it’s something new from google.

Hello Sizam,

Via my Filter Panel, I chosen “Taxonomy Dropdown” is “category” and it shows all my categories included “Uncategorized” and others, you can see them at here https://s32.postimg.org/k6ew52j7p/image.jpg or you can see at my home page: http://www.webmasteroffers.com

I would like to show only some categories OR Tags only. How can I do?

I searched the questions and answers here and saw you have answered other at this post: http://themeforest.net/comments/13268663

“3. You can’t add only few categories, but you can add them inside main filter panel links (add filter by taxonomy instead of meta field)”

But I don’t understand at all, could you please help to make it more clear or take some screen shot to show me how to do?

Thanks

Could you please answer my question?

Thanks

Steps next

1. Enable filter panel 2. Choose filter by taxonomy http://screencast.com/t/l6RlW86v3ny4 3. If you want to show category – type in Taxonomy slug – category (or “tag” if you want to have tag). In Taxonomy term slug – type slug of category which you want to show. Example

http://screencast.com/t/WqTmp7RXH6Y

and deactivate taxonomy dropdown

Please, how change COLOR top header (background) menu (explore, help, blog,..)

Theme option – header and menu. All options there

Hi,

I use categories in my main menu and the category description is showing in the menu making it look strange can you help?

Go to appearance – menu. Click to Screen Options in right top corner of page and enable there Description checkbox. After this, for each menu item you can control description

Hello Sizam,

Via my Filter Panel, I chosen “Taxonomy Dropdown” is “category” and it shows all my categories included “Uncategorized” and others, you can see them at here https://s32.postimg.org/k6ew52j7p/image.jpg or you can see at my home page: http://www.webmasteroffers.com

I would like to show only some categories OR Tags only. How can I do?

I searched the questions and answers here and saw you have answered other at this post: http://themeforest.net/comments/13268663

“3. You can’t add only few categories, but you can add them inside main filter panel links (add filter by taxonomy instead of meta field)”

But I don’t understand at all, could you please help to make it more clear or take some screen shot to show me how to do?

Thanks

Yes, I can help, but you should write from your buyer’s account to get help for theme

When will you be done with a new package for rehub Main?

near 10 days

Hello,

How can I put the comparison table links (all links that go into comparison table) to nofollow?

Also, is possible to change H2 of the comparison table post tittles to other?

Thank you very much.

Of course, because it’s inner link to review. Why do you need to make it nofollow? It’s seo mistake

Because I link to those pages with other anchor in the same page, and I preffer google to take the other anchor and no: “reed review” anchor.

This is not correct. Google index all links, even nofollow. Only difference is that nofollow links don’t send seo juice, but such link grabs juice from page. As you have several links on the same page – nofollow doesn’t have any sense. If you want to add it – you can do this in file

inc/top/reviewrow.php

Dear Sir,

I recently bought the theme and really love the layouts. I have a social learning website and I do want to integrate only the visual composer templates you provide in this theme like tabbed content, blocks so as to use them for displaying latest news and trends in learning space there.

Could you pls help me out Hos an I do that?

Thank you for the reply, What I asked is I like the content blocks u provide, How can I Integrate the same to different theme that also powered by visual composer?

You can’t use theme functions on another theme

Is it possible to prioritize Amazon com prices over other networks? I want them to be on top and the one that is displayed in post meta. I understand that currently it shows the lowest price, but I don’t like that sometimes Amazon CA, or UK prices are shown first.

I’m using Content Egg pro, not sure if that matters. Maybe I should contact them instead?

Thanks!

This answers me on my question. This mean that you want to modify data which theme saves to meta fields and there is no easy ways to do this. I can send you example of similar function and point you where you can customize this or you can hire us for customizations. Price will be $25

I would like to try to do it myself, as I’m keen to learn it, if you don’t mind. So yes please send me an example and point show me the directions if you can. I really appreciate your support.

This is example of the same function which sort products in output templates

<?php
if (!function_exists('rehub_domain_filter'))
{

    function rehub_domain_filter($items_list, $domain, $return_both = true)
    {
        $results = array();
        $results2 = array();
        $domain = preg_replace('/^www\./', '', $domain);
        foreach ($items_list as $item)
        {
            $d = parse_url($item['url'], PHP_URL_HOST);
            $d = preg_replace('/^www\./', '', $d);
            if ($d == $domain)
                $results[] = $item;
            elseif ($return_both)
                $results2[] = $item;
        }
        if ($return_both)
            return array($results, $results2);
        else
            return $results;
    }
}

list($d_items, $items) = rehub_domain_filter($items, 'amazon.com');
usort($d_items, 'rehub_sort_price_ce');
usort($items, 'rehub_sort_price_ce');
$items = array_merge($d_items, $items);
?>

You need to do something similar for function which saves data to meta. You can find it in functions/review_functions.php

rehub_save_meta_ce()

Hi, I downloaded the theme and started making some customizations in the theme backend theme settings but none of them are appearing on the live version of the website. I can see the changes when I go into the customize editor mode. Can you help me get the theme going? Thanks

Hi, never mind the changes have now appeared. Thanks

I’m still having a lot of trouble understanding the steps required to build out the profile pages in the redirect child theme. I’m making very slow progress but the guide is very confusing. For example, I’ve read the part about video groups and photo groups and don’t understand it at all. I’m completely stuck and it’s very frustrating.

Thank you. Yes, I didn’t realize I had to first create a custom field and then use that as the shortcode for the specification.

No. Not as shortcode. You need to create custom field and then, choose type of such custom field and place key of field. Then, plugin will generate shortcode for whole specification table, you can use this shortcode in post to generate specification table. You can create several specification tables for post. On my demo site, I created several tables, one for values, one for image screenshots, one – for videos.

Also, plugin can show values of taxonomies (for example, categories, tags, etc)

Yes, thank you. This is working now, I understand.

Hello, how can I have related posts for the default custom post type, blogs? I really want to be able to show related posts there but it looks like this isn’t currently supported.

if you mean – Redirect theme – I will add this in update

Great, thanks!

Hi, I’m trying to use WooSideBars to choose unique sidebars for my posts and pages. I’m trying to select the Blog Categories under the Taxonomy Terms section as a Condition for one of the sidebars. Unfortunately, when I select one of the categories it doesn’t seem to work.

I was able to use the Post Type and it worked. I’ve double checked all of my settings and don’t see an issue. Also, it would be great to be able to use Blog Tags as a Condition but that doesn’t show up as an option.

Send me admin access, I will check

What is the difference between the Blog and the Posts? Also, when using Blog it is adding blog into the link like: domain.com/blog/post. If I need to use the Blog type in order to not have Specification Tabs appear for posts that aren’t profile pages, how can I remove the /blog/ from the link?

Also, how can I add the Blog Categories (from post type Blogs) to the sidebar?

Blog is special post type for Redirect child theme. I made this to divide Posts (which are used in theme for main reviews and profiles) and news part of site. I don’t recommend to delete /blog/ from links of custom post type, because in this case link will have the same structure as profile’s posts.

To create custom category widget. Create custom menu in Appearance – Menu and add there categories from blog post type. Then, add menu widget (or Rehub:Better menu widget) and choose there your custom menu

Thanks!

Hello, can I use this theme for multiple website where I am the sole owner of these websites? Thanks!

There is no restriction in using theme on sites

alright thanks….

Hi, I’ve replied your email on the demo with my userID. Look forward to your help.

If I buy this theme can I use it on two domains?

Yes, but support and bonus plugins are for one domain per license (but you can use subdomains for single license)

Can you tell what are the bonus plugins? The plugin with the rating is with the theme or is a bonus plugin?

bonus plugins (you can get it only if you register license for site):

1. Specification fields and post layout plugin (for creating more complex specifications and dividing post on tabs http://redirect.wpsoul.net/leindeloff/ ) 2. Extensions for wp all import plugin to make more easy process of importing xml feeds of deals from affiliate systems) 3. RH Frontend – to make frontend posting for users

Hi, i don’ understando how insert the top list with links like in this page http://rehub.wpsoul.com/example-of-top-list-post/#first-gadget-title-for-awesome-phone

is not very well explained . May you help me?

many thanks

Fulvio

Just add shortcode on page

[wpsm_toplist]

that’s all. Theme will divide sections, create top list and add formating to headings automatically. Dividing will be based on heading h2

http://screencast.com/t/N5UyL8M4HZF

where i should add it? In any place? on top? is not working. Can you better explain?

In any place where you want to have top list to be generated

When using “woo commerce product carousel” with Page Builder, I specify product category entering slug but carousel then shows all products from all categories. How to list only specified category products?

old page builder is not supported now, use Visual composer. You can also use just shortcodes. For example, for woocommerce carousel

[woo_mod cat=37]

where 37 is Category ID

You can place this shortcode in content module of old page builder

I tried with shortcode but again it shows all product categories.

checked, but can’t reproduce this. Send me admin access

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