Hello enfold!
I’ve made this website a while ago: https://www.wudae.com/
Now just one of the anchor points is action weird. (all the other ons are good)
When you click ‘gratis proefles’, the scrolling goes way to far.
You can see the first time it goes to the correct spot, that is because I allready scrolled in the page, when you refresh, it will go faulty.
Any help?
Hey marccoef,
What browser u at?
I tried at Firefox and I couldn’t reproduce anything.
Best regards,
Basilis
Hey Basilis,
Even on firefox I can reproduce the problem.
Here is the problem on Chrome (and all other browsers), not only my computer.
[video src="https://marcvandecoevering.nl/problem.mp4" /]
Greetings
Hi,
Thank you for the update.
It’s because of the masonry items. The items only display once the masonry container is visible on the view port so the whole document is shorter than it actually is on page load. This makes the anchor position inaccurate. Please add this css code to make the masonry items visible on page load.
.av-masonry-entry {
opacity: 1;
visibility: visible;
}
Best regards,
Ismael
Thanks Ismael,
Unfortunatly nothing changed. I refreshed my cache as well.