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.

Issue with Tertiary level links on Mobile

Home Forums Older releases 1.0.x Issue with Tertiary level links on Mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2694
    epkatz
    Participant

    This is a great find, but there is one small issue that is making it perfect.

    I’m trying to implement this menu function in Bootstrap v3.3.4 and when it’s on mobile, you can click on the [+] icon to open it and then the [-] to close it; that works fine.
    If you click on the text within the link text, you can open it, the [+] even turns to [-], but when you try to click on the same link text to CLOSE the menu, it collapses the whole navbar.

    It also works the same way on your demo (demo/bootstrap-navbar-fixed-top.html) when you click on “One more separated link”, it collapses the navbar.

    #2697
    admin
    Keymaster

    Hi, if you would like to use Bootstrap’s default behavior (the whole item to act just as sub menu toggle in collapsible mode), you can use the following data-* attribute option:

    http://www.smartmenus.org/docs/#data-sm-skip-collapsible-behavior

    This is also mentioned at the end of the demo page in the “Quick customization” section:

    http://vadikom.github.io/smartmenus/src/demo/bootstrap-navbar.html

    Please let me know if you still have any questions.

    Cheers!

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