-
Hello,
My Navwalker isn't displaying and I cannot seem to find the reason behind this. I have done several changes and tried to find solutions but cannot find the reason.
header php:
-
#### Steps to reproduce the issue:
Downloaded wp-bootstrap-navwalker
and followed the instructions perfectly
#### What I expected
A dropdown menu that downsizes perfectly on mobile devic…
-
hello,
i can't access the wp_boostrap_navwlker it seem result not found on php..
thank you
-
#### Steps to reproduce the issue:
#### What I expected:
#### What happened instead:
I'm designing a website from a new theme putting it into wordpress and i'm using the wp_bootstrap_na…
-
Steps to reproduce:
Apply nav_menu_css_class filter and try to get third argument $args from it
What happens:
Wordpress throws "missing argument 3" error.
-
In order to get a search widget in the top-right of the header navbar, it needs to go before the closing tag of the container generated by the navwalker. Is it possible in some way now to use a param …
-
Hi There,
I'm a little confused as to how it maps menu items to buttons on the Bootstrap Navbar. I'm attempting to use a sub-navbar [like this](http://www.bootply.com/HqtmsMHmuu), but obviously styl…
-
Hi. When I add the "Register Custom Navigation Walker" code to my functions.php file and upload to my site, my client's site oddly shows the Navwalker Github page below the site's fixed menu. I've use…
-
The current header.php, on line 73, says this:
`'walker' => new WP_Bootstrap_Navwalker(),`
It should say this:
`'walker' => new Understrap_WP_Bootstrap_Navwalker(),`
Othe…
-
Hello everyone!
I am having trouble with a collapsible menu. I am working on a very basic wp theme where the navbar shows normally in a regular browser (which it does perfectly), and once resized …