Skip to content

Releases: webloomlabs/woo-hierarchical-category-menu

Release list

v2.1.2

Choose a tag to compare

@silham silham released this 24 Aug 15:35

Fixed

  • Nested category submenus not opening on mobile.

WordPress computes the menu-item-has-children class inside wp_nav_menu() before it fires the wp_nav_menu_objects filter, so category items injected during that filter never received it. Desktop dropdowns are CSS-driven (li:hover > ul) and hid the problem; mobile menus bind their tap-to-expand toggle to that class and had nothing to attach to, leaving sub-categories unreachable on touch devices.

Dynamically generated parents now receive the class, so theme dropdown toggles work on every generated level.

Install

Download woo-hierarchical-category-menu.zip below and install via Plugins → Add New → Upload Plugin.