Quantcast
Channel: No more smooth scrolling | WordPress.org
Viewing all articles
Browse latest Browse all 10

Reply To: No more smooth scrolling

$
0
0

@aaronyoungren @marreaint If plugin’s “Prevent other scripts from handling plugin’s links” option cannot fix this automatically, you need to do it manually.

Try this:

1. Edit ...plugins/mobile-menu/includes/js/mobmenu.js

2. Find line 165 and change it from:

.not('[href="#0"]')

to:

.not('[href="#0"]').not('._mPS2id-h')

Save the file and test your page.

Let me know if it worked.


Viewing all articles
Browse latest Browse all 10

Trending Articles