Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #677836

    My gallery does not load until I scroll to the bottom of the page. Any tips or help?

    #677869

    Hey apremierdj,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: none; /* Safari 4+ */
    -moz-animation: none; /* Fx 5+ */
    animation: none; /* IE 10+ */
    }
    
    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }
    

    Best regards,
    Vinay

    #678310

    i am sorry but i have added the code and seems to have the same result. please try for yourself

    #679144

    Anyone have another solution I can try to fix this?

    #679225

    FIXED! Activate animation on page load

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Gallery Loading Pictures’ is closed to new replies.