Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1293993

    Majority of the times (if not all), when I load my homepage, the images in the masonry don’t always automatically load. You have to scroll further down to the point where the masonry gallery is off the screen, then scroll back up for it to load. Is there any fix for this?

    #1294475

    Hey Sal,

    Thank you for the inquiry.

    It might not be working properly because of the hidden layer slider. Does it show correctly when you temporarily remove the hidden layer slider?

    You can also use this css code to set the height of the layer slider to zero while it is not yet visible.

    @media only screen and (min-width: 768px) {
       div#layer_slider_2 {
          height: 0;
       }
    }
    

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    #1294827

    That unfortunately did not resolve the issue – any other suggestions?

    #1295098

    Hi,

    Did you purge the cache and toggle the Performance > File Compression settings after adding the css code?

    Does it work correctly when you temporarily remove the layer slider? Please post the login details in the private field so that we could properly check the issue.

    Best regards,
    Ismael

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