Okay
  Public Ticket #1159299
yith wish list
Closed

Comments

  •  3
    Daniel started the conversation

    Hello,

    i update oxygen template and now i don't see wunshlist heart right up site.

    And i see black heart left down site on produst category. It is not corect after version corectly show heart.

    After update don't work fotogalery of product corectly. Show nothing and i see zoom icon on left up site. I clik this icon and show nothing. and back is not working:

    http://printin.gallery/herzchenklein/product/baby-sicherheitsloffel-mit-wunschname-2er-set/


    Product category foto is so rastered:

    http://printin.gallery/herzchenklein/shop/

    Before update show corectly and sharp.


    Thanks for your help



     

  • [deleted] replied

    Hi Daniel,

    I see you are using W3 Total Cache on your site:


    (view large version)

    That may causes these issues to happen. Can you please clear the cache and any CSS optimization plugins cache.

    Product category image

    You can add this code in functions.php

    function single_product_small_thumbnail_size_large() {
    return 'large';
    }

    add_filter( 'single_product_small_thumbnail_size', 'single_product_small_thumbnail_size_large' );

    By default on product category, shop_catalog image is used, which can be configured on WooCommerce > Settings > Products > Display

  •  3
    Daniel replied

    Now it is goot quality when i add php code, but i have one more space between:Handgenähte Haarspangenand Baby Lätzchen und Schuhe


    in shop cattegory: http://printin.gallery/herzchenklein/shop/

    Thanks

  • [deleted] replied

    Hi Daniel,

    Do you mean space between category items and row?

    Can you please add this Custom CSS:

    .items .row > .products-category-entry:nth-child(2n + 1) {
    clear: left;
    }
    This should solve this issue