• Resolved topclef

    (@topclef)


    I’ve tried multiple ways of making this work including using Elementor’s anchor widget. The page is currently setup using the page scroll Elementor widget with a section called “learnmore”. The button at the top links to “notebusters.net/#learnmore; the target works but smooth scroll doesn’t appear to activate.

    I have selectors: a[href*=’#’]:not([href=’#’])

    Any thoughts on what I’m missing here?

    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,

    There’s another script preventing “Page scroll to id” from doing its thing. The script is this one:

    ...plugins/pixelyoursite-pro/dist/scripts/public.js

    and it seems it’s coming from “PixelYourSite” plugin (not sure what it does and how it does it).

    In any case, you can try a couple of things:

    1)Adding the class pys_block to your “Learn more” button will fix the issue (I checked the script’s code and it seems to bypass links with this class name).

    2)You can also go to “Page scroll to id” settings and enable “Prevent other scripts from handling plugin’s links” option and see if it works.

    Let me know ??

    Thread Starter topclef

    (@topclef)

    Thank you! I tried the “prevent” setting but unfortunately that didn’t solve the problem. I deactivated the PYS plugin (that wasn’t working well anyway) and now scroll works great. Appreciate the quick reply and help!

    Plugin Author malihu

    (@malihu)

    You’re welcome ?? Let me know if you need more help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to Make Vertical Scroll Work’ is closed to new replies.