Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1471745

    Hello Support Team, I would like to see the photos on my website directly, i.e. not load them first. Lazy loading is already deactivated. But the galleries only load when scrolling. What can I do?

    #1471760

    Hey mary301187,

    If you want your images to load before they are seen, then you should deactivate lazy loading.

    Best regards,
    Rikard

    #1471813

    But lazy loading is deactivate, it affects the home page. The second gallery below

    • This reply was modified 1 month ago by mary301187.
    #1471843

    Hi,

    Thanks for the update. Would it be possible to view the elements in question somewhere?

    Best regards,
    Rikard

    #1471913

    Yes, look at the private content. It´s the second gallery under der Slider with text.

    thank you

    #1471996

    Hi,

    Thanks for that. You have lazy loading active in WP Rocket, try turning that off first of all and clear all caches in the plugin. If that doesn’t change anything, then temporarily deactivate the plugin and deactivate file compression under Enfold->Performance, and activate the option to delete old CSS and JS files.

    Best regards,
    Rikard

    #1472113

    Hello Rikard, unfortunately none of this works. As soon as you scroll down, the gallery is white and then the pictures appear with a time delay.

    #1472140

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-masonry-image-container {
      transition: none !important;
    }

    Best regards,
    Rikard

    #1472149

    unfortunately the problem still exists

    #1472210

    Hi,

    Thank you for the update.

    We added the following css code to disable the fade-in effect of the masonry items and temporarily disabled the Performance > File Compression settings.

    #top .av-masonry-entry {
        opacity: 1;
        visibility: visible;
    }

    Please make sure to purge the cache before checking the page.

    Best regards,
    Ismael

    #1472228

    Hallo Ismael,

    perfect. thank you very much. Can I leave the current settings as they are?

    Best regards

    #1472251

    Hi,

    If everything is working as it should, then you don’t have to change anything.

    Best regards,
    Rikard

    #1472261

    Thank you very much, great help <3

    #1472281

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Photos loading’ is closed to new replies.