• sam69

    (@sam69)


    I doubt i’ll get a response here as the plugin looks abandoned but you need to check the category images because they are blurry. If you check source, the plugin is pulling the THUMBNAIL size image.

    Please fix or it’s too bad as it worked great but we’ll have to remove it from all our sites.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sam69

    (@sam69)

    Btw, manually setting the image and it’s crystal clear
    Wordpress version 4.8.3
    Plus latest version of Woocommerce

    • This reply was modified 7 years ago by sam69.

    Hi Sam,
    I was having the same issue which I managed to fix by changing line 99 from:

    echo get_the_post_thumbnail( $product[0]->ID, 'shop_thumbnail' );

    to

    echo get_the_post_thumbnail( $product[0]->ID, 'shop_catalog' );

    Hopefully this (or an equivalent) will be used in the next update, but best to keep an eye on future updates in case we need to change this again.

    Hope this helps!

    Kind regards,
    JP

    Hi JapeNZ,
    Thanks for this fix it works well.

    This is more of an issue with Woocommerce or my WordPress theme rather than this plugin though. I really need to find where shop_thumbnail is defined. I’ve tried changing the Woocommerce Thumbnail size in the new settings under Appearance but this doesn’t affect shop_thumbnail. So frustrating why this issue never seems to get resolved.

    But I’m really pleased with this workaround, thanks again!

    Kind regards
    John

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘BLURRY category images’ is closed to new replies.