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

    (@malihu)

    Please post your site/page so I can see what happens and help. In the meantime, you can try enabling “Prevent other scripts from handling plugin’s links” option in plugin settings.

    Thread Starter onepage72

    (@onepage72)

    Plugin Author malihu

    (@malihu)

    The theme script below prevents “Page scroll to id” from applying the offset etc.:

    ...themes/Divi/js/custom.unified.js

    The only way to fix this, is to manually edit custom.unified.js and change the function selector that does this. If you want to do this, edit the script, find the text:

    a[href*="#"]:not([href="#"]), .mobile_nav

    and change it to:

    .nothing a[href*="#"]:not([href="#"]), .mobile_nav

    Copy/paste exactly the text above (no spaces etc.).

    Save the file and test your mobile menu.

    Hope this helps

    Thread Starter onepage72

    (@onepage72)

    The problem is still unresolved.

    Plugin Author malihu

    (@malihu)

    OK change:

    .nothing a[href*="#"]:not([href="#"]), .mobile_nav

    to simply:

    .nothing

    Save changes and test.

    Thread Starter onepage72

    (@onepage72)

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Plugin is not working in Divi Mobile menu’ is closed to new replies.