Plugin Author
malihu
(@malihu)
Hi,
I can’t really help unless I see your page. Can you post your site/page URL so I can check what happens?
yes url :
https://oyatek.fr
Thanks
Plugin Author
malihu
(@malihu)
There’s another script in your theme that’s handling the dropdown menu links. The script is:
...themes/essentials/js/essentials.js
and the function that affects this is in line 2791. This function is the reason that you need to double click the link in order to work.
I think you can test this by temporarily deactivating “Page scroll to id” and testing to see if the link still requires double click in order to jump to the target anchor.
Let me know when you test this so we try a couple solutions.
I have the same problem disabling the plugin, I will contact the support of the theme. Thank you
Plugin Author
malihu
(@malihu)
No problem 🙂
You can also try disabling “Prevent other scripts from handling plugin’s links” option in plugin settings and adding:
a.dropdown[href*='#']:not([href='#'])
in the “Prevent other scripts from handling plugin’s links selector(s)” field.
Save changes and test as this might solve the issue. If it does, we might need to adda small js script to auto-close the mobile menu when the link is clicked.