My gallery does not load until I scroll to the bottom of the page. Any tips or help?
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
i am sorry but i have added the code and seems to have the same result. please try for yourself
Anyone have another solution I can try to fix this?
FIXED! Activate animation on page load