Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

vertical menu in mega menu container - hover on vertical menu closes the horizontal menu

Home Forums Older releases 0.9.x vertical menu in mega menu container - hover on vertical menu closes the horizontal menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1359
    poioioing
    Participant

    i have horizontal menu which opens content in an mega menu.
    in this i have a vertical menu.

    the mega container opens, but when i hover on the vertical menu items, the mega container closes?

    both initialised by this code:
    $(‘#main-menu’).smartmenus({
    subMenusSubOffsetX: 1,
    subMenusSubOffsetY: -8
    });
    $(‘#main-menu-vertical’).smartmenus({
    subMenusSubOffsetX: 1,
    subMenusSubOffsetY: -8
    });

    to see it in action look here:
    http://wp1101131.server-he.de/peng/

    #1733
    admin
    Keymaster

    Sorry, for the delay! I was on a summer vacation.

    Having a menu tree inside another menu tree is not a tested and supported scenario and all kinds of things could go wrong with events detection, etc. So, unfortunately, I can only recommend you to avoid it.

    Multiple menu trees are supported but not if they are nested.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘0.9.x’ is closed to new topics and replies.