Bug in the new drill down menu – items disappearing in main menu
-
Check the video & staging in private on a mobile device
1) Expand the mobile menu
2) Count the number of items in the main menu (in my test 11)
3) Expand the submenu “presentation”
4) Return back to main menu
5) Count again the number of items in the main menu (in my test 5)
What happens? Since the submenu “presentation” contains only 5 items, then returning back to main menu limits the main menu to 5 items. This is obviously a bug.
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wd-nav.wd-drilldown-slide:not(.wd-drilldown-hide) {
height: auto !important;
}
This issue will also be fixed in the next theme update.
Kind Regards
Ok please close this ticket, thanks
The topic ‘Bug in the new drill down menu – items disappearing in main menu’ is closed to new replies.