• Resolved caroline

    (@makeupedia)


    How can I create a mega menu under a ordered menu of the alphabet?

    A good example is feelunique’s “Brands A-Z”.

    I almost managed it to work, but then the first child, letter “A” disappeared and the sub-links under “A” was listed inline as well, which I would like to be displayed list-item.

    Also, when I use “Custom menu” and widgets, the mega menu with children inherit twenty fifteen CSS.

    Link here

    https://wordpress.org/plugins/megamenu/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Caroline,

    I’m afraid I wouldn’t know where to start with replicating the feelunique menu. That sort of menu is not possible “out of the box” with MMM. You would need to employ a developer to get that working.

    The styling for widgets within the mega menu is not reset by MMM so I would expect it to pick up the styling from the theme in that case.

    Regards,
    Tom

    Thread Starter caroline

    (@makeupedia)

    Hi Tom and thanks for your answer!

    I’m trying to do it myself, but now facing a problem I think you or maybe someone else hopefully can help me with.

    I want to separate the first ul with the second ul and give them different classes. Right now both ul’s has the same class, which is .mega-sub-menu.

    If I could give the second ul another class it would solve everything for me 🙂

    Plugin Author megamenu

    (@megamenu)

    Hi Caroline,

    I know it sounds like it should be easy.. but it isn’t unfortunately (a while back I wanted to add level-1, level-2 etc classes, but it’s way harder than it sounds).

    MMM uses CSS to target each level without the need for specific classes, something like this should just target second level (and beyond) menus.

    ul.mega-sub-menu > li > ul.mega-sub-menu

    Regards,
    Tom

    Thread Starter caroline

    (@makeupedia)

    Hi Tom,

    I managed to fix it earlier today 🙂 Not exactly as feelunique, but as I wanted it for now!

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘A-Z letters menu displayed inline’ is closed to new replies.