• wooki27

    (@wooki27)


    Hello,

    I installed the plugin which works perfectly on PC but on mobile when I have a menu in a sub-menu, you have to double click for it to work, how to correct please?
    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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?

    Thread Starter wooki27

    (@wooki27)

    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.

    Thread Starter wooki27

    (@wooki27)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Double click on mobile’ is closed to new replies.