• Resolved PLP1963

    (@plp1963)


    Hallo,

    i use Page scroll to id in the sub-menu
    the first time clic on the sub menu the first Grandi serie e assemblaggi working good

    but the other 2 link of sub-menu working bad

    if repeat the same 3 click working good

    Can you help me please

    Ettore

    The page I need help with: [log in to see the link]

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

    (@malihu)

    Hello Ettore,

    I checked your page and currently, the smooth scrolling functionality is handled by your theme (not “Page scroll to id”). Your theme has its own function for smoothly scrolling the page which prevents “Page scroll to id” from doing its thing.

    The script that does this is this one:
    ...themes/thegem/js/functions.js
    (function start on line 406)

    Try this:

    Go to “Page scroll to id” settings and enable “Prevent other scripts from handling plugin’s links” option.

    Also, your site is lazy-loading images, while their placeholders do not have any fixed dimensions set. This means that every smooth scrolling plugin and script (including the one in your theme) cannot scroll to the correct position without several clicks.

    This happens because every time an image is lazy-loaded, while the page is being scrolled, it’s pushing the content below it further down. So when you click the link it starts going to the target’s position but by the time it gets there, the target’s position is different because a bunch of images have loaded before it and have “pushed” further down the document.

    Hope this makes sense.

    In plugin settings, try enabling “Verify target position and readjust scrolling (if necessary), after scrolling animation is complete” option, which might fix the issue automatically.

    Let me know

    Thread Starter PLP1963

    (@plp1963)

    Hallo Malihu,
    now it’s working very good
    i also do some modify in theme optiones about scroll
    THANKS A LOT!!!!!!!!!!!!!!

    Plugin Author malihu

    (@malihu)

    You’re welcome ??
    If you need more help let me know

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘first bad second good’ is closed to new replies.