Non-working link for Nav Menu Customization on Mobile

I added a plugin that would turn the nav menu headings from a placeholder to a clickable link, while there are submenus below. It works on desktop but isn’t functional on mobile.

I’m referring to the plugin used here

https://colorlibsupport.com/t/correct-menu-structure/page/2/#post-29846

Is it possible for this function to work when viewing the mobile site?

Hi @icecreamdreams,

Thank you for your question.

The top menu item of sub menu is not clickable on mobile browsers which is a default functionality bootstrap framework that this theme uses. you can see it in this example Redirecting…

Actually by default it also doesn’t work on PC browsers but we have developed some custom code to make it work on PC browsers. If we do the same for mobile browsers then users can’t access sub menus because if they click on top level menu item then they will get redirected to that page instead of displaying sub menu therefore we have not implemented this solution for mobile browsers.

To make it work on mobile browsers you can use Responsive Menu plugin and to prevent from having two menus use the css code provided in this thread https://colorlibsupport.com/t/disabling-mobile-menu/

Best Regards,
Movin