Dear Enfold,
I recently purchased your theme and am having some trouble.Is there a way for the Masonry widget to Preload the feature image? It has a harsh load when you scroll down. I disabled the animation for this section and they seem to load hard.
Hey beachcitiescryo,
Please try the solution posted in our documentation: https://kriesi.at/documentation/enfold/masonry/#disable-masonry-loading-animation
Hope it helps.
Best regards,
Nikko
Thanks for the article Nikko, I have already disabled the animation via the Animation on load option under the widget. The problem is the image do not pre load or load when the website loads. The images only seem to load when you scroll to that section and it creates a harsh load making things look a tad ugly. I’m trying to resolve that.
Hi beachcitiescryo,
Can you try adding this css code in Quick CSS, located in Enfold > General Styling:
#top .av-masonry-entry {
visibility: visible !important;
opacity: 1 !important;
}
Best regards,
Nikko