Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #972789

    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)

    The scrolling happens here

    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?

    • This topic was modified 7 years, 1 month ago by marccoef.
    #973457

    Hey marccoef,

    What browser u at?
    I tried at Firefox and I couldn’t reproduce anything.

    Best regards,
    Basilis

    #977372

    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

    #977760

    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

    #977972

    Thanks Ismael,

    Unfortunatly nothing changed. I refreshed my cache as well.

    #978484

    Hi,

    Thanks for the update.

    Did you toggle the css/js compression in Enfold > Performance panel? Please provide the login details in the private field so that we can test the modification.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.