59156 comments found.
good day I want to put a charger with a wait message when the product is consulted and will query the egg content to the pages where the product is located
sorry, it’s not clear what you want. Explain in details, please, better with screenshots
in this url http://rewise.wpsoul.net/home-page-third/ when I give click on a product of Last compact products in a preloader indicating that we are looking for the best prices
I don’t see any preloaders on this page. Provide details, please
I want to put a preload in this page woocommerce products … I want to put a notice that is loading the page but with is content egg I want to know how to put it …
you can use any preloader plugin https://www.google.com/search?q=preloader+wordpress+plugin
How can I decrease the body font size for mobile devices?
@media (max-width:768px){ article, .post{font-size:14px} }
you can place this in theme options – general options – custom css
Hello,
I am using the redirect theme (imported the template/demo) and am trying to figure out how to remove a section from posts which is not required.
The section in question is the overview, screenshot, video, specification and review score tabs. I don’t need to display these so would like to remove them from the posts?
Many Thanks
Tom
Disable wpsm specification plugin
hi, first i want to thank for the good theme. But I’ve got one problem. i use the layout builder and using woo shortcodes for products on my start page. (https://applewatch-ladestation.de). all product shown with this shortcode have an h2 oder h3 tag in it. But i want no h2 or h3 tags for the products shown with the shortcodes. what can i do?
You can change core files. Inc/parts/woo…
I don’t recommend this
is this the only option?
Yes
¿sorry for the translation? I want to buy your subject: I have a recipe website which I have with adsense, and now I want to work for amazon affiliate and adsense: What do you recommend, when I advertise adsense I can put in articles. since I want to put more affiliate stuff in each entry. I wait for your answer
Theme has several ads blocks which you can add in theme option. For affiliate functions, please, read next http://rehubdocs.wpsoul.com/docs/rehub-theme/affiliate-settings/overall-description/
Mucha gracias, en este mes compraré el tema. la verda que este el mejor que eh visto.
Hi Sizam,
i want to change image in repick to clickable and i changed the php to below code. It works for jpg images . But for GIFs it shows image thumb instead of GIF animation. How can i correct this?
<?php
$offer_post_url = get_post_meta( $post->ID, 'rehub_offer_product_url', true );
?>
<?php if($offer_post_url == ""){ ?>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"> <?php the_post_thumbnail(); ?></a> <?php ;}
else{ ?>
<a href="<?php echo $offer_post_url; ?>" target="_blank" rel="nofollow" title="<?php the_title(); ?>"> <?php the_post_thumbnail(); ?></a> <?php } ?>
plugin does not help, it is still same—-that is why i asked ! well this was my third wuestion and i could never get any helpful information from you 
Plugin is working as expected and tested on tens of buyer’s sites. Delete all your custom code and provide us full info about your issue, what you are doing, what you expect, all screenshots, links, etc
https://sizamtheme.support-hub.io/articles/how-to-write-to-support-if-you-need-technical-helpI belive it was verty clear in my first message but once again i will try tell; lets see if you will help this time
.
I use repick theme with the default corner offer post type ( i dont want to use big offer post type) and i want to change featured image to clicable and linking to offerurl.
To achive this i changed topimage php file—-now if you click image it links to offer url by opening new tab! I used below code for this, i changed topimage php [CODE] <?php $offer_post_url = get_post_meta( $post->ID, ‘rehub_offer_product_url’, true ); ?> <?php if($offer_post_url == ””){ ?> <?php the_post_thumbnail(); ?> <?php ;} else{ ?> <?php the_post_thumbnail(); ?> <?php } ?> [/CODE]
**İmages looks ok now and as i want, but animated gifs are not, site shows first frame as a jpg, not animated
-I dont want to use big offer post type for some reasons, if that is what you will offer. -i already use your gif plugin, and it does not work in this condition. any solution?
<?php
$offer_post_url = get_post_meta( $post->ID, 'rehub_offer_product_url', true );
?>
<?php if($offer_post_url == ""){ ?>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"> <?php the_post_thumbnail(); ?></a> <?php ;}
else{ ?>
<a href="<?php echo $offer_post_url; ?>" target="_blank" rel="nofollow" title="<?php the_title(); ?>"> <?php the_post_thumbnail(); ?></a> <?php } ?>
change
the_post_thumbnail()
to
the_post_thumbnail('full')
works now, thank you very much
Hi, for some reason when you visit a vendors store and click the ‘about’ tab the information isn’t there, see screenshot. https://mycrafty.co.uk/wp-content/uploads/2018/09/myCraftyscreen.jpg
Any advise would be appreciated. 
About tab shows info from vendor dashboard, not biography field of user
Hi, how can I change (in my case, lower) the mandatory characters of the password to create the account?
Not clear what you mean, explain in detail, please
When a user registers to the site, the system wants a minimum password of 12 characters, how can I lower the robustness of the password?
more how do I show the password to the user when you type it in the password field?
where user register on your site? wordpress doesn’t require 12 symbols, i guess you are using custom register page
yes, your site
Which custom register page do you use?
I do not use any registry or plug-in, since I installed your theme, on the registration page, the password requires 12 characters I attach a screen.
How can I lower the mandatory strength?
https://ibb.co/d9YDNUthis is not theme page, and not wordpress. it’s woocommerce register page https://wordpress.org/plugins/password-strength-for-woocommerce/
some time ago when I had installed another theme, a developer helped me insert two lines of code into the functions file instead of installing a plugin. can you help me too?
???
Using editor, I apply background. It does display in WP bakery front end editor. It does not display on website front end. I applied background to column and row. Why does it not show on website? How to fix this?
All details are in hub
Dear Author
We need a theme which can register sellers with their contact information and products and theirs details. Then after buyer send request to sellers, sellers have to pay to website to see buyers request. If Rehub is able to do this process please guide us if not please introduce another theme to us. B.Regards,
I am sure that there is no such theme, because it’s too custom needs. Explain logic in details, create technical task and send to our customization team. Price is $25 per hour
You can add woof widget in shop sidebar area in appearance – widgets. Read docs of plugin for details about woof widget
Hi! Is it possible to add a divider and title field to RH frontend form? For example, I have different MDTF fields and I want to divide checkboxes logically, not to have them all together in one list. Thanks
There is no such field currently in plugin
Okay. whatever code i am putting in custom css under general option, it doesn’t reflect on site. Is this probably because of child theme?? It is taking away a lot of time. Kindly help me ASAP.
Which code?
Never mind. I resolved it.
Can I transfer the license to a different domain?
I want to build my live site using a test domain. Then when that is done, I will transfer to my main domain.
Is this okay?
Yes
Thanks!
What is the difference between the Rehub parent theme and the Recash child theme? Is it only the CSS appearance or are there differences in functions and features? Can you please tell me all the differences? I am currently on the Recash theme, but I am thinking of switching to the Rehub parent theme.
Thanks!
If you enabled recash, rehub will be also enabled, because child theme can’t work without main theme
My question really is, what, if anything, will I lose if I disable recash, and only use the rehub main theme?
Flat Rehub has another default modules for categories, it doesn’t have deal grid for category and doesn’t have filter panel for categories. Other things are mostly the same
Ok thanks! For a deal website would you recommend using rehub regular posts or woocommerce products, with the regular rehub theme?
Posts is better if you don’t need price comparison feature, advanced filters and specification. If you need them – use woocommerce
OK thank you. What If I copy the category.php file from recash to rehub main theme, will that give me the look of the recash category grid?
no
quiero comprar sus tema: tengo una web de receta la cual la tengo con adsense, y ahora la quiero trabajar para amazon afiliado y adsense: Que me recomienda, cuanto anuncion de adsense puedo poner en artículos. ya que quiero poner mas cosas de afiliado en cada entrada. espero sus repuesta
Why you not create any cars, vehicles templates?
we don’t see that such template will have enough sales as there are a lot of niche templates on market
Hello – I am building a site with woocommerce and content egg. I am attempting to use the ””List of woo products” module to build a page to show products with the largest discount. I am trying to use the following meta field: _rehub_offer_discount
Below is a screenshot of my settings: https://www.imageupload.co.uk/image/4uqiHowever, when I view the page no products are displayed within the module. Do you have any suggestions? Thanks!
it works currently only for posts. But, no problem, i can add the same key for products in next update
Awesome…that would be great if you could include the same key for products in the next update
1. I am unable to update the custom fields on pages. Whenever I change the data and click “update” and then update the post, it just reverts back to what was in the field previously.
2. Is there anyway to remove the “coupon codes” from the top list and just have a direct link and a link to the review?
Which coupon codes from top list do you mean?
When I create a review page top list it creates a coupon code link
Can you address the first issue as well? This is driving me crazy.
don’t know what you mean. Top list and coupons are totally different parts of theme and they are not depending on each other
1. I really need to update the logos in the custom fields and I cannot do this. It feels going back to the way it was after I hit update. Please tell me what I have to do in order to be able to change these.
2. Here is the link to the review toplist that I want to change: https://www.cappersinfo.com/sportsbooks/I want to remove those coupon code links and change them to direct links to the site.
1. I fixed this issue.
2. I need to know how to remove these coupon code links and just make them direct links.
what is the reason to add coupons and then remove them from list? Don’t add them in Post offer section
Hello, How do i get rid of the product name in the product page breadcrumb? Please see screenshot: https://prnt.sc/kyodtw
no easy ways for this, as it’s core part of woocommerce
https://www.google.com/search?q=customize+woocommerce+breadcrumbsI see many ecoommerce sites are doing this using woocommerce. I just do not want the page title to appear in breadcrumb. Is it still not possible??
Possible with customization
https://gist.github.com/Jany-M/c091959d0c430b865ad7I used this to hide the breadcrumb: .woocommerce-breadcrumb { visibility:hidden; } But it has completely hidden the the breadcrumb. I just want to hide the page title. so i used this keyword to make it a little less: nav.woocommerce-breadcrumb { font-size: 10px !important; color: #0835E9; }
However, i don’t know how to hide the page title only. Any recommendation would be highly appriciated.
I already sent above. You can’t hide it with css, only with code customization. Check page, it has description where to put code