Opened 14 years ago
Closed 14 years ago
#18643 closed defect (bug) (fixed)
Twenty Eleven incorrectly only uses .current_page_item for nav menu styling
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.3 | Priority: | normal |
| Severity: | normal | Version: | 3.3 |
| Component: | Bundled Theme | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Twenty Eleven only highlights pages in its nav menu due to using CSS classes targeted at wp_page_menu() output. It works with custom nav menus because that functionality outputs backwards compatibility classes.
It should also highlight .current-menu-item and .current-menu-ancestor.
To reproduce, add some categories to your nav menu and then click on one of them. They won't be bolded as they should be.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Running on WP.com, good enough for me.