wp_nav_menu dropdown walker
-
Hello
Hope you guys are great. I have put a wp_nav_menu() in a theme with depth (0) meaning that it will have a structure like (roughly)
- Company
- about
- contact
now the dropdown is being handled through superfish and its great. however, superfish adds a span <span href=”arrow”></span> through javascript just before the start of submenu
- to add an arrow showing a dropdown.
However, this happens when the page is full loaded and all of a sudden an arrow springs on many menu items jittering the whole menu left/right.
Could you tell me how I could achieve that I add a span before start of submenu
- through nav_menu options or a custom walker to achieve this.
Warm regards
Khuram
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp_nav_menu dropdown walker’ is closed to new replies.