brew
brew copied to clipboard
3 level dropdowns?
I have a main menu with a structure Level1item _Level2 item __Level 3 item Level1item
Only levels 1 and 2 show, even though i changed the depth to 3 in bones_main_nav(). Any clue as to what can be the issue?
Answering myself, I implemented this fix: https://github.com/jeffmould/multi-level-bootstrap-menu though only the php and css, the js seemed to break my menus
Might be worth integrating to brew?
I'd also like to see this merged, just came across a need for a 3rd level drop down. Will check this out tomorrow
FWIW, I could not get those menus working properly on mobile devices. I ended up implementing Smartmenus with their bootstrap extension to make it work
@kemie I tested smartmenus in IE8 and they don't work very well.
Both my implementation and the official demo worked fine on ie8when I tested them.