Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Non-Nav Menus

Home Forums Older releases 1.0.x Non-Nav Menus

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3043
    myregistration
    Participant

    Is it possible to create a non-navigation menu using Smartmenus? I am using bootstrap as well. I’ve created one but the submenu control has a caret icon that is opened and nothing happens when it’s hovered/clicked.

    Update …

    By assigning class “sm” to menu’s main

      and $(‘.sm’).smartmenus(); to initialize it in JS, the menu now opens but there is a + beside the menu title and the caret is still in the open direction. Also the menu is hovering over the main menu instead of beside it. Any advice? Thanks!

      Thanks!

    #3053
    admin
    Keymaster

    Sorry, but I’m not sure what exactly you are trying to achieve. If you like, please post a link to some kind of live demo and explain how exactly it should work. But please note that if you are using the Bootstrap addon, it only supports navbars.

    #3058
    myregistration
    Participant

    Basically, I wanted to use SmartMenus to create a nested select menu. The HTML select optgroup only goes one level. It seems totally possible with SmartMenu, but only with Navbar. Why do you require the use of navbar? Maybe others might find this feature useful as well?

    #3074
    admin
    Keymaster

    Currently the Bootstrap addon supports just navbars since by default they have very similar HTML markup to what SmartMenus needs – a regular unordered list. And SmartMenus’ main use case is as a global website menu which in Bootstrap corresponds to a navbar.

    There are a few other cases where Bootstrap supports dropdowns but they use pretty different markup – i.e. they have a separate target element that triggers the dropdowns, etc. Possibly, in the future, the addon might be enhanced to support those cases too (via popup menus http://www.smartmenus.org/docs/#isPopup) but it’s not as straight forward as just supporting navbars.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘1.0.x’ is closed to new topics and replies.