Display your WordPress menus as a dropdown select box. Great for mobile designs.
But there are a couple of issues:
"current-menu-item" class is converted to selected="selected" too soon. It should take place after the "nav_menu_css_class" filter. Here's why."items_wrap" (from wp_nav_menu) is a useless option now that you've overridden it. If there is no way around this, what about adding an items_wrap2 or similar to preserve functionality?Thanks!
You must log in to submit a review. You can also log in or register using the form near the top of this page.