Tagged: masonry
Hello,
On the first load of the page the items on the masonry elements will show all but if you reload some of the item will get stack on top of the other item and it looks like the other items did not load but it did.
my masonry settings will load all the items from the portfolio and at the moment there are 96 entries. please see the link provided
I have read the old threads regarding same issue but it did not help.
Hey pandaweb,
I believe what you are seeing is the masonry animation, I see what you are talking about only if I scroll to the bottom of the page and refresh. This is because the masonry animation is scroll triggered.
If you believe your visitors will be refreshing at the bottom of the page, and would like to remove the animation try to use this code in the General Styling > Quick CSS field:
.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,
Mike
Hey Mike,
Removing the animation does not solve the problem of stacking some image on top of another image when you refresh the page.
Regards,
pandaweb