• Resolved Jacob

    (@mangojacob)


    Hello, thank you for making this plugin!
    I have trouble getting it to work on desktop. But it does work on mobile.
    Already tried deactivating the cache plugin. And I selected “Prevent other scripts from handling plugin’s links”.

    Any other ideas?

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

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

    (@malihu)

    Hello,

    There another script in your theme that handles same-page links and prevents “Page scroll to id” from doing its thing. The script is this one:

    ...themes/bridge/js/default.min.js

    First, try this:

    Go to plugin settings and add the following in “Prevent other scripts from handling plugin’s links selector(s)” field:

    .main_menu a

    Save changes and test.

    If this doesn’t work, you’ll need to manually edit default.min.js as it’s the only way to prevent the theme script from handling page scrolling (I’ll tell you what to change).

    Let me know

    Thread Starter Jacob

    (@mangojacob)

    Thank you for the quick reply!

    “.main_menu a” does not seem to work. What should I change about the default.min.js?

    Plugin Author malihu

    (@malihu)

    No problem ??

    In default.min.js find the text:

    .main_menu a, .vertical_menu a, .qbutton:not(.contact_form_button

    and change it to:

    .main_menu a:not(.__mPS2id), .vertical_menu a:not(.__mPS2id), .qbutton:not(.contact_form_button

    Save the file, test and let me know

    Also, in plugin settings enable “Force scroll type/easing” option.

    Thread Starter Jacob

    (@mangojacob)

    I changed it accordingly, but still the same issue ):

    Sorry for the trouble!

    Plugin Author malihu

    (@malihu)

    The changes have not been applied on the frontend. You probably need to clear/flush the page/site cache?

    Thread Starter Jacob

    (@mangojacob)

    Maybe I did not clear it properly earlier. But it works now. Thank you so much for your help!

    Plugin Author malihu

    (@malihu)

    You’re welcome ?? Thank you for your review!

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