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.

Caret not showing on desktop + 2nd submenus not closing + caret&+ on tablet

Home Forums Older releases 1.0.x + Bootstrap addon Caret not showing on desktop + 2nd submenus not closing + caret&+ on tablet

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3528
    marinel2v
    Participant

    Hello ! First of all, thanks for this plugin, which is really helpful !
    As of now, I have encountered 3 issues, that I need help with…

    FIRST ISSUE :
    The caret (down arrow) is not showing on desktop. I tried to tweak the css with no success. I think the JS is hiding it but I can’t find where, how and why. If I apply data-sm-skip to the navbar, it shows.

    SECOND ISSUE :
    My second levels submenus are not closing when opening a new one, which results in a stacking of those submenus. And if I click on a opened second level submenu, it closes the parent submenu.

    THIRD ISSUE :
    I changed the collapse breakpoint to 992px, and from 768px to 992px, the caret and the + are both showing (on second level submenus). I know I need to apply a display:none; to the span, but where ?

    Here is the website where you can see those issues : http://lesdeuxvagues.com/laloupe

    Thanks in advance for any help !

    Marine

    #3529
    marinel2v
    Participant

    UPDATE :

    I have found where the first and second problems come from… but it makes no sense !

    I applied display:flex; to the ul.navbar-nav (à paraitre -> tout savoir), because I need the menu to take all the width of the row.

    I dont know why, but this specific lines results in the .sm-collapsible applied on load to the ul.navbar-nav element.
    And if this class is not applied on desktop, then my two first problems are resolved.

    But how is the display style messing with the JS ? It doesn’t make sense !

    #3531
    marinel2v
    Participant

    UPDATE :

    This display:flex; problem is only on Google Chrome.
    It works perfectly well in Firefox and Edge…

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