Parent menu items not clickable
-
Hi!
My site is not online yet so I ll try to explain my issue as clear as I can.
I m using Virtue theme. My main menu is in the topbar. I ve parent menu and sub menu items, both linked to pages, so both clickable.
But when I reduce my screen and it switch to the WP Responsive Menu, the parent menu items are not clickable anymore. And something weird : if I remove the submenu items (from the Menu Edit page), then the parent menu items are clickable again!
Do you have a solution ?
-
Hi edouardcoleman,
Can you please share your website url so that I can check and see what’s the issue.
Regards
-NirmalWooo I didn t expect such a fast reply! I put it online for you to see the issue:
Hi,
I checked it seems like you have heavily modified the plugin but anyways if you add this line to your style.css of the theme then it should work.
body #wprmenu_menu.wprmenu_levels ul li a { float: none; }Regards
-NirmalThank you for your help.
I added the line to CSS but it still doesn t work. The only CSS modification I did for the plugin are :
#wprmenu_menu ul li a{
font-size: 11px !important;
}body #wprmenu_menu.wprmenu_levels ul li a {
float: none;
}Hi,
Please check your site clearly. Its already clickable. I think you might need to clear your browser cache to see it.
I did what you said and it works perfectly
Thanks a lot your plugin rocks!Edouard
The topic ‘Parent menu items not clickable’ is closed to new replies.