-
In the WP Menu Editor the input for title is what is used to add icons and link modifiers to nav items. Special classes (such as icons or divers) that were added also output as title attribute for…
-
Hi, I have been reading documentation and issues and I don't seem to find a case where the menu links/items are an icon only. That is there is no "link text". I simply want the icon alone (i.e. fa…
-
The WP menu editor allows you to add custom classes to menu items, but some of the bootstrap classes are intended to be placed on `` instead of `` which is where WP adds them. This could be worked a…
-
#### Steps to reproduce the issue:
Dropdown
Action
Another action
Something else here
…
-
Hi, i've try implementation with 2.0.4 version in to Sage, all menu looks normal but when i click dropdown menu not working.
#### Error Console
outlayer.js:39 Uncaught TypeError: Cannot read …
epull updated
6 years ago
-
Hi there,
I have correctly installed and implemented this navwalker on a Sage 9 install (thanks for #1 - very timely!) and for my navigation output, it's a basic unordered list, however the dropdow…
-
Hey I mentioned this in one of my own repos (https://github.com/wp-bootstrap/wp-bootstrap-navwalker/issues/259) regarding potential introduction of an XSS vulnerability in the walker. This is the line…
-
The `$classes` variable is not reassigned to the result of the filter `nav_menu_css_class`.
As a result, logic that relies on the state of the `$classes` array cannot be manipulated and relies on pot…
-
I put "breaks" in quotes because the function [`sanitize_html_class()`](https://codex.wordpress.org/Function_Reference/sanitize_html_class) actually does the work correctly. Is meant to be used f…
-
Hello:
I have found Understrap very good but I am having an issue getting the menu to pull right. I have
using mr-auto as I understand from various sources should work in BS4 - it isnt -…