59207 comments found.
Hi Like your theme, but have some presales Question:
1) Is it possible to charge a monthly fee from the Vendors (payed membership for the vendor). Can you say when did your theme support this feature
2) Is there a profile page for vendors? Can the vendors introduce themselves?
3) Is there also a (buyer)rating for the vendors. (also showing on the Profile page 2))
4) is ist possible that a vendor an a potential customer can chat? for some service or presales questions?
Thanks in advance regrads, Thomas
1. Yes, you can use membership plugins. S7 Member for example, or PaidMembership PRO, both have free versions
2. I plan to create child theme special for multivendor sites and you will see how it works. I plan to connect BuddyPress and WC Vendor plugins. BP will be for profiles. So, yes, vendors will have powerful profiles
3. There are several plugins for this https://srd.wordpress.org/plugins/buddypress-profile-rating/
4. Yes, BP has chat extension + private messages (recommended). Check it http://recash.wpsoul.net/members/u8tgk/ In 6.2 I will also add some info from vendor profiles to BP profiles.
Follow updates. ETA is near month
ad 4) like at ebay
Hello Igor ! I have a question. For a good price comparison portal with over 10,000 products created with wp allimport is working better with post or WooCommerce ?
What can you recommend to me?
Woocommerce will be better for importing.
Hi,
How can I make Favorite Count to show on post thumbnail in the main theme, like it’s in the rething and repick themes. I did the exact settings for favorite plugin as it says in documentation, but the counter doesn’t show up, I can only get them displayed inside the post.
Thanks, Mantas
not all modules have this. Try posts grid in columns, for example. also, you can tell me what post module you have – i can write how to add there favorite button
Thanks for the response. I’m trying to achieve this with Visual Layout builder on Grid style posts builder. I’d appreciate if you could write how to add a favorite button there. Thanks!
Oh and I would prefer if it only appears when someone hover over the image (same as share buttons)
Hi, I just wanted to let you know that I’m still waiting for your response to solve this issue.
Let’s make this step by step.
First of all, download blank child theme. it’s in full theme package inside bolus and child theme folder. Then istall it. Write to me if you are successful
Thank you for the response. Yes I’ve had it installed and activated.
Now. Copy next file from parent theme to child theme
inc/parts/query_type3.php
File must be in the same folder structure inc/parts
Just did that as well.
..
Now find
<?php if(rehub_option('repick_social_disable') !='1') :?> <?php echo rehub_social_inimage('minimal'); ?> <?php endif;?>
and insert after
<?php if(function_exists('get_favorites_button')) :?> <div class="favour_in_image"><?php the_favorites_button(); ?></div> <?php endif;?>
It works, thanks! Now I only need to make it centered: https://gyazo.com/a2ebe61f3c529cec1799a398cf6ba437
must be by default. can you send me link?
Is there a way to send you the link privately?
yes
.small_post .favour_in_image{text-align:center}
you can place this in theme options – general options – custom css
Thanks a lot for your awesome support!
Hi, Can I put a review box in a Page? (not post or review post) Thanks
I mean a rating box… on a page instead of a post
2. You can. You need to change file admin/metabox/post_type.php
add your custom post in line
'types' => array('post'),
so, it will be
'types' => array('post', 'page'),
thank you
Hi Igor,
Can i get the link of ReCash’s clone zip file here? Or do you recommend me to wait for v6.1?
Thanks!
Yes, wait for 6.1. WIll be on next week
What do you mean by “redirection”?
I mean, I want to disable the option to press on the text that appears with the name of the store.
No, you can’t do this
.woocommerce-ordering{display:none}
¡Perfect! Thanks 
I want to set to establish a multisite wordpress shop for different countries. Is there some kind of incompatibility rehub theme for this purpose? and if there is no limitation to it you can install the same theme .it purchased for each domain, de, fr, is it?
yes, you can use it for multilanguage sites and for subdomains
How can i switch from Thumps Up to temperature again. The old style was very good. ;(
.table_cell_hot.fullwidth_cell {opacity: 1;}
.hotminus:before{content: "\f088";}
.hotplus:before{content: "\f067";}
.gradus_icon:before{content: "°"; font-size:100%}
you can place this in theme options – general options – custom css
Hello,
I would like to have a GIF as the Featured Image in some of my posts, and to appear on my Homepage. However, from what I read Wordpress does not support this, but there may be some workarounds.
I’ve tried both the GIF resize plugins that I can see you have recommended before, however they did not work.
I’ve found the following in a forum:
“It is perfectly fine to use animated gifs in any capacity you like in WordPress, even as featured images. When you upload an image, WordPress will process it into various shapes and sizes, as specified by your theme and possibly some plugins as well.
The version of image that gets displayed is determined by your theme OR, if not specified, WordPress core (thumbnail = 150×150). The image is then displayed by the theme with the function the_post_thumbnail() – by default, this will use the ‘thumbnail’ size, which is generally the smallest size available.
To ensure that your uploaded gifs are displayed as uploaded (without any processing), you need to modify the_post_thumbnail() in your theme templates to instead read the_post_thumbnail( ‘full’ ). This will instead use the original image with no processing whatsoever.”
Will this work for the RE:Pick theme? and if so, which page should I alter it in?
Cheers
In functions.php of theme find
$image_url = bfi_thumb( $image_url, $params );
and delete this (it’s in 4 places).
This will work. After this – all images will be without resize and as “full” image size (this can slow down site)
I’ve also noticed that re:deals or re:cash has gone from Demo Stacks? Will you bringing it back soon?
Yes, they will be again from 6.1
Please see the link to my site for an image.
http://www.lancegoodie.com/is-there-a-way-to-center-the-logo-between-the-top-and-bottom/Is there a way to center the Logo in between the Top and Bottom?
I removed the padded from the Logo area. (see image below) I would like it to be centered in reference to the Advertisement.
And, is there a Way to Enlarge the Logo?
No matter what size photo I use, it makes it about the same size. I would like it to fill more space.
The Rehub themes are my favorite and thank you as always for your help.
First of all – you need to add padding. Second – try “full width logo” in header layout.
What is the CSS code to enable author box to appear below content on pages?
Theme option – global enable/disable. Remove checkbox from “disable author box”
Hi have some Problem to Import the demo Data Please help
What problem do you have?
Is there a way to have the same template as on Repick homepage (grid with filters) for the main Hub theme? Or at least to make the author avatar visible in the post meta?
If you mean filters – yes http://rehub.wpsoul.com/documentation/docs.html#filterpanel
If you mean design of grid – no, this is only for repick
Hi, may I ask if the “New child stack for local business websites” is coming soon? estimated weeks, months or year? Thanks.
Near week
Thanks, kindly update us when it is released. Regards.
Hi there, I like your theme but I saw on gtmetrix that the demo site is scored down because the image sizes are not specified in the img tags. Why is that?
Is there a back-end demo anywhere so that I can see the admin otions?
SOme modules uses dynamically generated images to make images better fit to containers. This doesn’t reduce speed (this is for improving speed). As you see points are still good. 97% is good result
URGENT: I get ERROR CODE all over my website after latest update of Content Egg. Please check asap!!
HELP !!! Latest Content Egg update gave me visible error on my entire website. Please check asap!!!
Sent you previous version
Hi, today i tried to edit a post with visual composer but i could not do anything. VC didn’t work either with the classic mode or the backend or the frontend. So i deleted the VC and then i updated rehub to the latest version. Now i want to install VC again but i don’t get any notification for VC on my Dashboard. Also i try to search it in the plugins but i can’t see it. I only see wpbakery with qtranslate and wpglobus VC.Has something changed? Thanks
This is because you disabled notice early. You can download theme folder on computer and find VC composer inside theme folder/plugin/js_composer.zip
i have downloaded theme update earlier and i can see the js_composer.zip. I made FTP to the server and updated to the latest version of Rehub. The js_composer.zip is included. What exactly do i have to do to install the VC on my Dashboard? Can you please explain?
delete previous version and then upload js_composer.zip as new plugin file http://screencast.com/t/qKIGkjDWEOh
Ok it works now, thank you.