jprieton / wp-bootstrap4-navwalker

A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.x navigation style in a custom theme using the WordPress built in menu manager
GNU General Public License v3.0
40 stars 56 forks source link

li elements & classes missing #9

Open lukas78 opened 5 years ago

lukas78 commented 5 years ago

Hello Unfortunately, the "li" elements & classes ( menu-item menu-item-object-post current-menu-item active) are missing (dropdown-menu items).....can you help? Thank you.

<li id="menu-item-413" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-413 nav-item dropdown">

<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Über uns</a>

<ul class="dropdown-menu" role="menu">
    <a class="dropdown-item" href="">1</a>
    <a class="dropdown-item" href="">2</a>
    <a class="dropdown-item" href="">3</a>  
</ul>

</li>
boutzamat commented 5 years ago

+1