Hello there,
I can see a bit of problems with the style of that review modal (that is not bundled with Proteo). I will try to give you an additional CSS to make it more usable (Desktop layout tested)
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main.slick-initialized .slick-slide {
max-height: 60vh;
overflow-y: auto;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-slide-main-flex {
display: table;
width: 100%;
padding: 20px;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main div.cr-ajax-reviews-slide-main img {
display: table-cell;
margin: 0;
vertical-align: top;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment {
display: table-cell;
width: 50%;
margin: 0;
vertical-align: top;
padding-left: 20px;
}
This will be the result: https://prnt.sc/w6yo2r
It functions great, thank you very much.
I would like to hidden the star review on archive product, and all my sliders (I use yith slider, yith recently viewed, yith brand) but still be showed on single product page. The setting to hidden star on wordpress dashboard apply also for single product.
https://www.maisondelecroix.com/product-category/women/shoes/
Ops, sorry I forgot to answer you about it.
Just add this code to your child theme’s functions.php file
remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 5 );
Reviews will be showed only in single product page now 🙂
When I try add it, I always have this answer
Scrape nonce check failed. Please try again.
Hi there,
generally this error is connected to some caching plugin.
I was able to see that you have a premium account on YITH, so I checked your profile and added the code for you.
If the error spots again, you can edit your functions.php file via FTP 🙂
I hope you will appreciate it. Have a nice day!
It functiuns, thank you very much.