wp-bootstrap / wp-bootstrap-navwalker

A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
https://wp-bootstrap.github.io/wp-bootstrap-navwalker/
GNU General Public License v3.0
3.37k stars 1.94k forks source link

Divider not working in v4 #301

Closed ge022 closed 7 years ago

ge022 commented 7 years ago

Steps to reproduce the issue:

adding a Link menu item with a URL of # and a Link Text or Title Attribute of divider

What I expected:

a divider to show up instead of the text

What happened instead:

text showed up

Am I doing something wrong?

pattonwebz commented 7 years ago

Hey @ge022,

You're not doing anything wrong - dividers, headers and icon support is reworked for BS4 version and I have not managed to make dividers work correctly as of yet. Work will continue to add support for every feature available in Bootstrap 4 however at the moment icons and disabled links are the only link modifiers that are working :(

ge022 commented 7 years ago

Okay, thanks for letting me know.