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
great plugin!! thanks so much, it works very well, but I'm having an issue when the navigation turns into a collapsed one- the navigation changes where I want it to- but when I click on the symbol it doesn't open the collapsed menu.
The bootstrap menu works fine when I deactivate midnight.js but is it possible that there's an overflow or height issue?
The text was updated successfully, but these errors were encountered:
I figured out that it shows the collapsed navi by .navbar-collapse.collapse { display: block!important; } but then it's automatically collapsed. When I define the $('.fixed').midnight(); and give my .fixed class a condition it overrides the midnight plugin... any ideas?!
Change the data-toggle from an id "#target" to a class ".target" and that should fix it.
When Midnight is run, multiple instances of the ID are created, one for each different midnight section. Bootstrap can't target the proper ID.
The only problem this creates is that because Midnight creates a fixed height, you get unsightly scrollbars. Need a way to run the recalculate function of Midnight with the shown.bs.collapse and hidden.bs.collapse events from Bootstrap.
great plugin!! thanks so much, it works very well, but I'm having an issue when the navigation turns into a collapsed one- the navigation changes where I want it to- but when I click on the symbol it doesn't open the collapsed menu.
The bootstrap menu works fine when I deactivate midnight.js but is it possible that there's an overflow or height issue?
The text was updated successfully, but these errors were encountered: