Home Forums WoodMart support forum Bug in the new drill down menu – items disappearing in main menu

Bug in the new drill down menu – items disappearing in main menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #528671

    Jeriss Cloud Center
    Participant

    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.
    #528719

    Bogdan Donovan
    Keymaster

    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

    #533686

    Jeriss Cloud Center
    Participant

    Ok please close this ticket, thanks

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Bug in the new drill down menu – items disappearing in main menu’ is closed to new replies.