• Resolved robby659

    (@robby659)


    It would be great if it was possible that menu items were Collapsible/Expandable
    Example

    >Item1
    >Item2
    >Item3

    and after a click on item1
    >Item1
    ->Item1.1
    ->Item1.2
    ->Item1.3
    >Item2
    >Item3
    and so on
    I got it to work with CSS and Javascript so that the items are Collapsible and Expandable but then the links don’t work anymore. (I’m a total noob at this)

Viewing 1 replies (of 1 total)
  • Theme Author ArrayHQ

    (@okaythemes)

    Hi Robby,

    Thanks for your suggestion. You’ve actually stumbled into one of the tricky parts of doing collapsable menus on links. If the link fires the sub menu items, it won’t fire the link. There are some ways around this, many of them more trouble than their worth, in my opinion. You might look into jQuery’s e.stopPropagation(); if you want to continue working on that solution.

    I’ll keep this feedback in mind, but I don’t have intentions to build this kind of trickery into Editor just yet. Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Collapsible Menu items’ is closed to new replies.