• Resolved jinghaot

    (@jinghaot)


    As the link given, the 3 product sliders have problem showing the original images after lazyload. The lazyload plugin has been deactivated but the issue still persists. Please assist on this issue. Thank you.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @jinghaot,

    Thanks for your query. Hope you are doing well.

    We have visited your website and found that the lazyload is getting from your theme which is occurring the issue. Please take a look at the screenshot. So you have to disable the lazyload from your theme settings to fix the issue. If you are unable to do that then please use the following code in your current theme’s function.php file.

    /**
    *  Disable WordPress default image lazy load
    **/
    add_filter( 'wp_lazy_loading_enabled', '__return_false' );

    The above code will forcefully disable the lazyload. Hope it will work for you.

    Let us know if the issue is resolved or not.

    Thread Starter jinghaot

    (@jinghaot)

    Hi @bayejid00,

    The code greatly helped with solving the issue. You have my deepest thanks for this. Thank you very much.

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @jinghaot,

    Glad to hear that the above code helped to fix the issue. Thanks for appreciating us. If you are happy with the plugin and support, please share your experience in the plugin’s review section.

    Your each and every word will motivate us to keep doing the hard work and provide the best support as promised.

    Have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘LazyLoad in image of slider won’t show the original image’ is closed to new replies.