Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #515501

    Hello,

    I have my principal menu with sub-menu witch appears with avia transition effect.
    I display the same menu in a different design in another place in the site.

    My problem is that I do not display the second sub-menu in the principal menu, but I can display the second sub-menu in the different design.

    How can I pointed the sub-menu of the second item of my principal menu in the header_main div and say him ‘display:none’ while he’s already on display:none because of the transition ? How to tell him to display:none after the transition at all ? How to neutralize the transition only for #menu-item-32.sub-menu ?

    carosch

    #515626

    Hey carosch,

    I’m not 100% sure I understand what you mean by that, could you try to explain a bit further? Also please link to the site in question so that we can have a closer look.

    Regards,
    Rikard

    #516573

    Ok here is a page where I display the same menu in two different design:
    http://memorial-verdun.fr/516-2/

    The black one and the gray background one are the the same.

    Only for the black one, the sub-menu under “Espace pédagogique” does not appear, and I do not know how to do that.

    For the gray one, I need to find how to make the same design than here:http://memorial-verdun.fr/ where I do it.

    Carosch

    #517218

    Hey!

    Could you please provide a screenshot of the changes that you want to make? I checked the page (http://memorial-verdun.fr/516-2/) and the submenu under “Espace pédagogique” displays fine. Use imgur or dropbox for the screenshot.

    Regards,
    Ismael

    #517276

    Hello,

    I probably not use the good words to explain, sorry for my english (I’m french and I do not speak very well english).
    I don’t want that the “espace pedagogique” sub-menu appears.
    I want that it exist, but I don’t want to see it displaying.
    But only in the black menu.

    Carosch

    #517373

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    nav.main_menu .sub-menu {
        display: none !important;
    }

    Cheers!
    Yigit

    #517512

    ok, it works perfectly with :

    nav.main_menu #menu-item-32 .sub-menu {
        display: none !important;
    }

    Thank you

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘not displaying a sub-menu’ is closed to new replies.