Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: WordPress

Home Forums Older releases 1.0.x + Bootstrap addon WordPress Reply To: WordPress

#2576
admin
Keymaster

OK, just got the chance to test it. It looks great in general and needed just few minor tweaks to output proper HTML code for use with SmartMenus jQuery + Bootstrap addon. I did the changes so just get the updated version from here (apart from those changes it’s identical to the original code):

https://github.com/vadikom/wp-bootstrap-navwalker

The only other thing you may need to tweak is the depth parameter if you have more sub menu levels – e.g.:

wp_nav_menu( array(
	'menu'              => 'primary',
	'theme_location'    => 'primary',
	'depth'             => 3,
	// ...

Cheers!