Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1012777

    Hi y’all,
    it seems a simple task and yet I can’t find the solution.
    I need a custom menu in a sidebar. Created the menu under -> appearance-> menu
    Now I want to have this menu displayed within the main content in a widget area.
    However the custom menu doesn’t appear in the selection box of the widget area…?
    Can you help please?
    best
    Stefan

    #1012784

    I seem to have it somehow running, but I cannot modify the menu such as, Main Manu points on mouse over unfolding sub-topics…
    Any ideas, somebody?

    #1012979

    Hi Stefan,

    Thanks for the login details. Is it the plp-sidebar_menu you are having problems with, and on which page is this problem happening?

    Best regards,
    Rikard

    #1013021

    Yes thanks Rikard, its the plp-sidebar_menu @ http://dev.plp-group.com/programmes/
    I’d like to have just the main menu points displayed and the submenus on mouseover…
    is that possible?

    #1013396

    Hi beenee,

    Yes it’s possible. Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #menu-plp-sidebar_menu ul.sub-menu {
        display: none;
    }
    
    #menu-plp-sidebar_menu li:hover ul.sub-menu {
        display: block;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1014658

    Excellent! Works. One more quick question:
    How would I alter the hover font color:

    #menu-plp-sidebar_menu li:hover ul.sub-menu {
        display: block;
    color: black;
    }

    …doesn’t do anything…
    Thanks
    S.

    #1014809

    Hi S.,

    Try adding this css code:

    #menu-plp-sidebar_menu li:hover a {
        color: black;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #1015045

    This is it!!! Thanks a lot!!! Great Job Nikko!!!
    Ticket can be closed!

    #1015166

    Hi,

    Great, I’m glad Nikko could help you out :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1015168

    Hi,

    Sorry, I saw that you wanted the thread closed now. I’ll go ahead and do that for you :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘custom menu in widget area on main content’ is closed to new replies.