Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author malihu

    (@malihu)

    Hi,

    This is probably an issue with the way the page is lazy-loading some of the images. Try this:

    Go to plugin settings and set the “delay for scrolling to target on page load” option field value to:

    1000

    Save changes and test.

    If it works, try decreasing the 1000 value to say 600 or 300 while it’s still working.

    • This reply was modified 2 years, 4 months ago by malihu.
    • This reply was modified 2 years, 4 months ago by malihu.
    Thread Starter Arne Teubel

    (@arnerobot)

    Hi,

    thank you for your help! That seems to have solved the problem.

    https://arneteubel.com/kunden/clasetta/wp

    But I have a new issue: on mobile the anchor-links don’t work every time. When I enter the home page and tab an anchor-link it works fine. If I tab a different anchor-link it scrolls back to the top of the page. When I tab it again, it works fine and scrolls to the target/anchor. And so forth…

    Do you have an idea?
    Thank you!

    Plugin Author malihu

    (@malihu)

    You’re welcome.

    The issue you’re having is because you have multiple elements with the same id in your page, e.g. you have 2 team, 2 manufaktur etc. ID attributes are and should be unique.

    You need to set different target id names for desktop and mobile.
    For example, your desktop “Manufaktur” target section should stay manufaktur but your mobile one should become something like manufaktur-2.
    Then, you should change your mobile menu link URL to .../#manufaktur-2.

    Doing this should fix all the scrolling issues.

    Thread Starter Arne Teubel

    (@arnerobot)

    Thank you! That DID solve the problem – I never realised the theme doubled the content and thus doubled the IDs!

    Cheers, Arne

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Strange scrolling from on some anchors from sub-page’ is closed to new replies.