Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hello,

    Please add this JavaScript to the After Update textarea on the plugin settings page

    
    jQuery('.product-image:not(.image-loaded) img').attr('src', function (){ return jQuery(this).data('src'); });
    

    Regards,
    Dima

    Thread Starter igormacerlodesigner

    (@igormacerlodesigner)

    Wow! It worked, thank you! Your plugin is very good!

    Hello, I have the same problem. without the product image.
    I try to add this JavaScript but not working.
    https://eatme.co.th/shop/

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hello,

    It is because you have another structure and your code is:
    jQuery('.man_product_photo').css('background-image', function (){ return "url(" + jQuery(this).data('image') + ")"; });

    Regards,
    Dima

    It worked, Thank a lot! Your plugin is awesome!

    I am also facing the same issue. Here is the url: https://hypedealsdirect.com/shop/

    Can you please provide the script to fix it?

    Also, this only occurs when I enable jetpack lazy load as it changes the default image classes. I would suggest adding the fix to the permanent plugin code for an option to be compatible with Jetpack Lazy Load. Thanks for making this great plugin ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘problem with product image after loading’ is closed to new replies.