Opened 22 months ago
Closed 19 months ago
#18643 closed defect (bug) (fixed)
Twenty Eleven incorrectly only uses .current_page_item for nav menu styling
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Bundled Theme | Version: | 3.3 |
| Severity: | normal | Keywords: | has-patch |
| 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)
Viper007Bond
— 22 months ago
comment:1
SergeyBiryukov
— 22 months ago
- Component changed from Themes to Bundled Theme
- Milestone changed from Awaiting Review to 3.3
Note: See
TracTickets for help on using
tickets.
Running on WP.com, good enough for me.