You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't sure whether this is best tracked on GitHub or the old support site, so I'm posting it in both places. To be clear, this is a feature request, but I believe it to be an important one, especially for those making Bootstrap based themes.
"I've been working on converting a bootstrap theme to Hero Framework, and one of the challenges I ran into was getting submenus to work without using the .children class. The easiest solution would be if there was a way to add custom classes to submenus, similar to how you can add classes to the main {menu} tags.
Currently, I'd have to rewrite significant parts of the bootstrap theme to make it work correctly in Hero. Luckily, my client won't be needing dropdown menus right away, but a little flexibility in how the menu system works would definitely be appreciated."
The text was updated successfully, but these errors were encountered:
I made a fix for this in my fork. {menu child_class="bootstrap_child"} will result in .bootstrap_child being added as a class to the ul for child sub-menus.
I wasn't sure whether this is best tracked on GitHub or the old support site, so I'm posting it in both places. To be clear, this is a feature request, but I believe it to be an important one, especially for those making Bootstrap based themes.
The text was updated successfully, but these errors were encountered: