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

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

By
Cart 38,434 sales
Recently Updated
Well Documented

sizam supports this item

Supported

59157 comments found.

Hi,

I’ve juste noticed that (on the recash subtheme), the displayed date of a post is the date of the last edition. How can i set that the date is the date of the creation of the post ? (the one i see when i edit a post in wordpress)

For example, if i post a deal and i want to edit a minor typo/mistake 2 days after, i want the date to stay the same. If i do a major edit (price drop,..) i change the date with the wordpress editor and it will be ok

thanks in advance

theme options – global enable/disable

Thanks ! I hadn’t seen this option even though I looked many time :D

Dear REHUB THEME Support,

I would like to express my appreciation for the REHUB THEME I recently purchased; it is a beautiful and practical theme. Currently, I am using the RE THING theme, but when I go to Customize > THEM OPTIONS > POST GLOBAL SETTINGS > Post Layout, I am unable to change the layout as it remains on the default article style. Does this mean that the POST LAYOUT is fixed and cannot be changed, or is there a way to modify it that I am unaware of? I would appreciate your help, as I am really impressed with the RE THING DEMO THEME.

Thank you!

try in theme options instead of customizer

There are some things you can write to the child-theme’s style.css that won’t work. So, we add the css to our custom CSS styles.

This is inconvenient when you write a lot of CSS.

Is there any way to make the css in child-theme’s style.css apply?

I’ve written a functions.php, but it doesn’t seem to be applying properly.

add_action( ‘wp_enqueue_scripts’, ‘enqueue_parent_theme_style’ ); function enqueue_parent_theme_style() { wp_enqueue_style( ‘parent-style’, get_template_directory_uri().’/style.css’ ); }

if (is_rtl()) {
    wp_enqueue_style( 'parent-rtl', get_template_directory_uri().'/rtl.css', array(), RH_MAIN_THEME_VERSION);
}
wp_enqueue_style( 'child-style', get_stylesheet_uri(), array('parent-style'), wp_get_theme()->get('Version') );

.

Can you reset license please? Mine was run on an expired domain. So please reset it.

License is already active on maximum allowed product instances, please deactivate this license from active instance(s) and try again!

Please ignore this comment and close this ticket since I solved this myself

Hello sizam,

I enabled in my test site the Blog section. What I noticed though is, that the global settings are applying for the the blog posts as well and I cannot change them separately.

For example, if I have disabled the shared icons before or after the post, they will also be disabled for the blog post.

Is there an option to controll separately the global options for the posts which are for offers and the blog posts?

no, because they use the same layouts. but you can do this by CSS customizations

Broken Themes

The following themes are installed but incomplete.

Name Description Rehub theme This theme failed to load properly and was paused within the admin backend.

binumobiles@gmail.com 919895333473 India

Hi!

Can you guys share with me some CSS code that would allow to have all information on BuddyPress “Register” page on only one column instead of the 2 columns we have as of now in Rehub?

I mean… on the BuddyPress register page (one desktop) there is a column or section called Account information, in one side, with information for WordPress itself like username, email and password, and another section called Profile information, in the other column or section at the other side, with information for BuddyPress itself like name, biography and other custom profile fields. On desktop those sections are separate columns, but I don’t want 2 columns, I want only one column, with the Account information section at the top and the Profile information section below it. Can you please share with me some CSS code I could use for that?

Kindly,

it’s possible via some css, but please, update your support first to get customization help

One Click Demo Import is not working, keep getting error

Import Failed Whoops, there was a problem importing your content.

Import Failed An error occurred while fetching file from: https://wpsoul.net/serverupdate/demoimport/rewise-content.xml! Reason: 202 – Accepted.

You are not being helpful at all, where is this section don’t you have a link for this section. Your online documentation mentions next page but nothing jeez

Many thanks seen it

Hi Support,

I am facing an issue with the REhub theme Version: 19.7.4. where I am unable to save any data on the product page under the Review Section. Here is the snapshot https://ibb.co/72z7hxg or https://postimg.cc/JDkvnjCd

Please help. ? I tried to deactivate all the Plugins but the issue wasn’t resolved.

theme options – global enable and remove what you selected in duplicate meta panels

Hello, I am having some issues/requests with the Add Deal form (created with RH Frontend).

1) Is it possible that when entering the URL of a product page from an external merchant site in the Add Deal form, the following information is automatically retrieved and filled in: article title, price, image, merchant name, and description, to create a new deal? If we purchase Content and/or Affiliate Egg, will it work directly?

2) Even if we manually fill out this Add Deal form, it appears that some data is not subsequently populated in the article’s “post offer” module: Name of product, button text, thumbnails… are left empty. However, the display of the offer is OK. Does this affect the website’s functionality or SEO?

3) We cannot enter an offer’s end time; it is automatically set to 11:59 PM. We then have to edit the article and change the time in “post offer.” Why is that?

4) Is it possible for the buttons to display “Go to name of merchant”? That would be better.

5) Is it possible that when adding the merchant’s name with the “Add Deal” form, a specific message appears at the bottom of the article, depending on the merchant site? (Example: if the seller is Amazon => “Amazon shipping costs: €3.99,...” and below “As an Amazon Partner…”)

Regards

You asked how to show different text for different stores, this is why I sent you conditional shortcode tutorial. It’s exactly about your question

You asked how to show something in post loop, so I sent you tutorial about templates.

If you want to show something inside inner posts on all posts, you can use theme options – ads and code areas

ok, i understand a little bit better with the ‘ads and code areas’

But which conditional shortcode should i use there ? I dont see conditional shortcode for dealstores .

It would be something like [rh_is_dealstore taxonomy=”dealstore” ids=166] 5,99€ [/rh_is_dealstore]

...

?

And i would have to write a list of this code for each store and their associated shipping costs

yes, you made correct code

Hello, Where I can download the plugin RH fake activity ? I can’t find it on my dashboard. Thanks

I found it .. please discard my message

In the block offerbox, I want to be able to apply a score of ‘star rating’ in increments of 0.1, and I want to fill in the blank space for the star with that %. How can I accomplish this?

The image below has a star rating of 4.6.

https://prnt.sc/95Ns-U53iUAN

Hi. we do not have option to select 0.1 step for this area. It’s available only in Rating bars

You don’t plan to add this option to your update plan?

yes, because stars 0.1 will have no difference. So, stars have 0.5 step

Hi, I got an email that there is an update available. How do I install it? I see in downloads I can download the entire theme, but not an update?

can you advice me how can I generate a feed URL (eg. mywebiste . com /feed / feed .XML ) so I can create a catalog for facebook commerce manager.

Tools – Export, this will export XML format of your posts.

Also, wordpres has natively RSS feed

Reviewit demo not imported can you help me Please

Hi, did you try Alternative demo import?

Yes I try Alternative demo import

and what do you have?

I’m using the video block post layout for my posts and would like to hide the featured image that you have to click on first to remove the featured image that has the video underneath. Is there away of only showing the video without the feature image overlay?

I feel there will be more engagement on the video if they can see that its a YouTube Video?

There is no such option, and I don’t recommend doing this because it will slow down first loading of page. However, feel free to build own template in template builder

Namaste, request update Plugin section & Bonus plugins, i need Green Popups (formerly Layered Popups) Latest updated plugin. and one question , if I m using rehub theme , then I have required to install Greenshift – page builder & Greenshift Animation addon in my website. because rehub theme already built in features of both plugins. I right or wrong? what is features of both plugins , those are not present in rehub theme? please explain this… Thank u

no reply for this comment? please reply

Green Popup will be removed from bonus section, too much bugs and too heavy.

Animation addon is required for animations. If you don’t use animations on site, you don’t need to install it

Hi, the template shows 2x add to card. I can’t find what is cost this issue.

try to deactivate plugins one by one

Hello.

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