Open killerrin opened 6 years ago
This works great! Thanks
Superb. Thank you!
Hello, thank you, it works! Unfortunately, the "li" elements & classes ( menu-item menu-item-object-post current-menu-item active) are missing. I've tried to solve it, but it doesn't work....can you help? Thank you.
In case anyone wants it, I have managed to modify this nav-walker to support Multi-level submenus.
The submenus are written to fit to this submenu support css/script module: bootstrapthemesco/bootstrap-4-multi-dropdown-navbar.
The steps to support it are just changing a couple lines within the
wp-bootstrap-navwalker.php
file.Replace
start_lvl
with thisReplace
end_lvl
with this