• Resolved delecroixfr

    (@delecroixfr)


    Hi

    1. I would like to hidden the star review on archive product, but still be showed on product page.

    2. When clicking on image review, the picture is not fit on it’s original size, how to solve it?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author YITHEMES

    (@yithemes)

    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

    Thread Starter delecroixfr

    (@delecroixfr)

    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/

    Theme Author YITHEMES

    (@yithemes)

    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 🙂

    Thread Starter delecroixfr

    (@delecroixfr)

    When I try add it, I always have this answer

    Scrape nonce check failed. Please try again.

    Theme Author YITHEMES

    (@yithemes)

    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!

    Thread Starter delecroixfr

    (@delecroixfr)

    It functiuns, thank you very much.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Review setting’ is closed to new replies.