Page 1 of 1

Responsive Menu and Responsive Dropdown Menu problem

Posted: Wed Jul 21, 2021 1:23 pm
by me.prosenjeet
The website structure is something like this image below and Im facing this problem when Im using:
Responsive Menu and Responsive Dropdown Menu
Image

The above two menus work fine on Desktop version of the website but on mobile version, the "about" tab when clicked, it opens the 'community' and 'testimonial' dropdown and 'about' page doesn't open.

Similarly, when "projects" tab is clicked, the 'c' dropdown shows and "projects" page doesn't open and again when 'c' tab is clicked to open, the dropdown 'b' and 'c' opens hence the main 'c' page doesn't open.

I know its quite confusing...
Please watch a live demo here. https://lucknowwebs.com/responsive-menu/home.html

Please suggest a better Menu to take care of this problem as the clients structure can not change.

Re: Responsive Menu and Responsive Dropdown Menu problem

Posted: Wed Jul 21, 2021 1:29 pm
by Pablo
Please see the help:
Main items with sub menus should not have a link because then the click/touch will trigger the link instead of opening the sub menu (touch devices do not have 'hover' functionality).

Re: Responsive Menu and Responsive Dropdown Menu problem

Posted: Wed Jul 21, 2021 1:31 pm
by me.prosenjeet
Thanks a lot!