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
In bootstrap-menu.php, it appears that add_filter( 'wp_nav_menu_args', 'wp_bootstrap_nav_menu_args', 10, 2 ); is removing the .nav-link class from the markup.
In bootstrap-menu.php, some of the class outputs have leading or trailing spaces which need trimming before being added to the attributes array.
Bootstrap-menu.php is missing the for expanding/collapsing the mobile menu - maybe this is something you intentionally left out?
Hope this helps.
The text was updated successfully, but these errors were encountered:
Hey man, great! I really appreciate your findings. It's also very likely that i'll fix them soon as i use this plugin in recent projects.
For the meantime, you could stick to alpha.5
Currently every new alpha brings new changes (and that's of course desirable for a series of alpha), although lots of people are already using bs4. It's kind of hard to keep dependent work up to date. Hopefully the final release arrives soon...
Hi and thanks for sharing.
I found a couple of minor issues which you might not know about:
Hope this helps.
The text was updated successfully, but these errors were encountered: