-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3 level dropdowns? #41
Comments
Answering myself, I implemented this fix: 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. |
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?
The text was updated successfully, but these errors were encountered: