Home New Guten Forums WoodMart support forum Weird issue on iOS

Weird issue on iOS

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #446871

    henalon123
    Participant

    Hi there, we recently see a weird issue on our website shop page.
    The issue is visible on iOS devices only. Working perfect on Android and PC.
    The issue makes the first 4 products in the shop page to show blank images, we figured out that if we disable our cdn so the problem goes away, but that’s weird, why only for the first 4 products.
    We attached a screenshot of the problem, as well as link to our website shop page and admin access in the private area.
    Best regards.

    #447172

    henalon123
    Participant

    We suspect it’s related to lazy loading, because when we disabled lazy loading in Woodmart settings > Performance > Lazy loading so the problem is gone, can you please check it out? We sent you admin access in the private area already.
    Best regards.

    #447225

    Hello,

    Yes, that is right. It is caused by lazy loading: https://ibb.co/kcVyHKv

    Please check the site admin access we cannot log in.

    Best Regards

    #447226

    henalon123
    Participant

    Sorry we wrote it wrong, you can check the correct one in the private area here.

    #447478

    henalon123
    Participant

    Any news?

    #447553

    Hello,

    Please add this code to the functions.php of the child theme:

    add_filter( 'wp_lazy_loading_enabled', '__return_false' );

    Then clear the cache on site and in the browser and check, how it works.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)