Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #792067

    Hello,

    I added pictures on my product page but for some reason some of them appear blurry. I don’t understand why.

    The pictures are high quality and appear well when I click on them but on the thumbnail they are blurry.

    I tried many things and regenerating the thumbnails as well but without success.

    Any help would be very much appreciated!

    #792098

    Hey Oby4455,

    Can you try adding this code at the bottom of functions.php:

    global $woocommerce;
    
    if( version_compare( $woocommerce->version, '3.0.0', ">=" ) ) {
    
    	function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) {
    	    return $img;
    	}
    
    	function avia_woocommerce_post_thumbnail_description($img, $post_id){
    	    return $img;
    	}
    
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #792103

    Hi,

    Thank you for the quick reply. I added the code you gave in functions.php but the website stopped working when I did it. I removed the code and it’s working again.

    I added the code at the bottom of the file like you told me.

    #792116

    Hi,

    Hmmm, can you try the solution I posted in this thread: https://kriesi.at/support/topic/picture-on-single-product-pages-blurry/#post-790948

    Best regards,
    Nikko

    #792664

    Thank you. I tried and I get the same error as in the first code you gave me “us-supplements.com is currently unable to handle this request.
    HTTP ERROR 500″….

    #792669
    #792849

    Thank you for taking the time to work this out. It’s working great now and I hope Enfold is going to solve this issue in the next update.

    Only issue is that the light box feature for the products images disappeared with the Child theme. Is there a way to put it back ?

    Thank you again!!

    #793157

    Hi,

    In the next update, you’ll be able to select between the theme’s default gallery and the plugin’s new gallery features. Please don’t forget to remove these modifications when the update is released.

    Best regards,
    Ismael

    #795057

    Thank you. I just updated Enfold to the last update yesterday and the lightbox feature is back!

    #795527

    Hi @Oby4455,

    Great, thanks for the feedback :-)

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.