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?
Hi and thanks for sharing.
I found a couple of minor issues which you might not know about:
Hope this helps.