Mobile version of menu drop down question

Hello. Is it possible to change a setting or make an adjustment in the javascript that would allow subnavigation to default to open, rather than having to click on the down arrows? When you just click on the word rather than the arrow nothing happens because I’ve set those pages to just have # for a link since we didn’t need actual pages at the top level for items that had subnavigation choices. It’s not obvious to the visitor to look for the arrow on the far right. I would like the entire button to open the submenu or else have it so that the whole thing is always fully expanded when you click on the hambuger icon (I know expanded is an option for the mobile menu, but it doesn’t expand the submenus). Thanks!

Hi Michele,

Are you referring to to the mobile menu in the BB theme or the Menu module?

Thanks,
Danny

Sorry, the menu module. Here’s where I have it on my testing server: http://a8e.33e.myftpupload.com - the Blog uses the built-in BB theme.

Hi Michele,

You can do this by using the following CSS:

.fl-node-56cc7d2bc1721 .menu .fl-has-submenu .sub-menu {
    display: block !important;
}

Add the above CSS to your custom CSS and this will force open all sub-menus.

Thanks,
Danny

Sorry, I hope you don’t end up hating me – that worked but the customer doesn’t like it that way now. Can I ask why only the arrows are clickable, and not the whole nav menu item? Is there a way to fix that? Thanks!

Hi Michele.

Unfortunately, the reason as to why the arrows are only clickable to access the sub-menu is so that the menu item itself can be a link to a page or post.

I think the best course of action here is for you to try the ShiftNav plugin. I believe it offers this functionality out-the-box.

http://shiftnav.io/

Also, if you have time, would it be possible for you to add this to our UserVoice as a potential feature/enhancement, please?

https://wpbeaverbuilder.uservoice.com/forums/270594-general

Thanks,
Danny