-
AuthorPosts
-
October 9, 2016 at 9:06 am #697018
Hi,
I build a website which contains a page for galleries. In these page are 4 Masonry galleries. If I use a resoltion height up to 1200 px on my display the galleries are loading finde. If I use a screen resolution like 3200×1800 or 2880×1800 only the three first galleries are loading and the last one is missing.
https://www.dropbox.com/s/i89x3wii2fx67yn/Enfold%20Masonry-last_not_loading.jpg
What I tried:
I disabled the animation and set it to load the galleries on page load instead by scrolling with following code:.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; }
That works fine so far, but this is not the required solution. The gallery should be activated by scrolling.
Might it possible to change the point, where scrolling activates the gallery? It seems a gallery starts loading after the bottom of visible screen has mostly passed a gallery. Example: The third gallery on the image above loads very late when the screen bottom already passed the whole gallery. Or in other words: How to set up the galleries loading when the first pixel of the top of the gallery would be visible on the bottom of the screen screen?
Or again in other words: How to change the point when/where these galleries are loaded?Hopefully you understand what I mean. At the moment the site is local hosted so I am not able to share a link.
Thanks in advance for help.
- This topic was modified 8 years, 1 month ago by MrDroos.
October 9, 2016 at 9:37 am #697026Hey MrDroos!
That is happening because the elements are visible on the scroll, so on your page it is not scrolling.
You are right that the effect should be triggered in a different way, when visible.Please do submit that as a feature request, so Kriesi can review it.
We appreciate your understanding.
Thanks a lot
Regards,
BasilisNovember 17, 2016 at 7:27 pm #713706Hi all,
I have simillar problem with non UHD display. There is a bug in detection of the scroll possition if you use more galleries. And if you have last gallery without any content under, you cannot scroll down more and gallery cannot be loaded.November 17, 2016 at 7:39 pm #713711I “solved” it by adding a whitespace or seperator under the last gallery. Not the best solution for everyone, but for me it’s fine. Maybe it’s also ok for you.
November 17, 2016 at 7:59 pm #713723Hei MrDoors,
thanks, yes, I used this solution in some cases also, but now there is so big space where you need to scroll down, that is not the solution.
I know where is i problem. This problem is dependending on image arrangement in the gallery. When I optimized galleries to minify the overflowing orphan image on the last row. I made the situation better! But this is not solution.
So I mean the problem is in the script hwich is counting the height of elements. It fails on clearing of floating elements in the gallery.November 22, 2016 at 9:12 am #715159Hi,
I’m not sure if this is going to work but try to increase the offset value of the avia_waypoints function. More info in this old thead.
// https://kriesi.at/support/topic/issue-with-animated-numbers-2/page/2/#post-573871
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.