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

    Hello.

    Is it possible to hide submenus with Custom menu widget and sidebar?

    Here’s the screenshot.
    https://dl.dropboxusercontent.com/u/13860664/Screen%20Shot%202013-12-13%20at%2017.06.37.png

    #200004

    Hey priitr!

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

     #top .sidebar_left .widget_nav_menu .current_page_ancestor > ul, #top #header .avia_mega_div>.sub-menu>li>ul { display: none; }

    Cheers!
    Yigit

    #200071

    Hi Yigit,

    This command hided submenus on top navigation megamenu.
    My idea was to hide on the Custom menu sidebar and clicking the CATEGORY opens the submenu.
    Almost like this topic here https://kriesi.at/support/topic/top-menu-side-navigation-issues/
    But in my case its Custom menu in Sidebar Pages.

    BR,
    Priit

    #200455

    Hi!

    Please add following code to Quick CSS

    #top .widget_nav_menu .nested_nav { display: none; }

    This should hide side menu and you can navigate to your pages using main menu. If this is not what you want, please post a screenshot and show how you would like it to look

    Best regards,
    Yigit

    #200503

    Hello!

    Thank you, but this didn’t seem to change anything.

    I’ll try to explain.
    On main menubar under the Product I have Product Categories. The same Product Categories I want to be shown on every page as a left sidebar. For that I used Custom Menu and Sidebar Pages.

    By default I want it to look like this:
    https://dl.dropboxusercontent.com/u/13860664/Screen%20Shot%202013-12-15%20at%2021.34.58.png

    And when clicking on the PRODUCT CATEGORY I want it to look like this:
    https://dl.dropboxusercontent.com/u/13860664/Screen%20Shot%202013-12-15%20at%2021.15.54.png

    Also I would like to:
    – align the sidebar main and child menus to the left side of the column
    – loose the dots on the child-menu line
    – align the child-menus couple points to the right compared to parent menu line

    Best regards,
    Priit

    • This reply was modified 10 years, 4 months ago by priitr.
    #200592

    Hi!

    1) The submenu modification would require some additional coding (js/css) and this customization is beyond the scope of our support forum. I recommend to hire someone here: http://www.microlancer.com/ or here: http://kriesi.at/contact/customization who can help you to modify the theme files or you can search for a menu plugin here: http://wordpress.org/plugins/

    2) You can use following code to align the menu items on the left side and to remove the dots for the child menu items

    
    #top .sidebar_left .widget_nav_menu li {
    text-align: left;
    }
    
    #top .sidebar_left .widget_nav_menu ul ul li:before {
    content: "";
    }
    

    Best regards,
    Peter

    #200603

    Hello,

    Thanks for the feedback.

    BR,
    Priit

    #200664

    Found the solution to my problem with JQuery Accordion Menu Widget.

    Used thise code to align the sidebar links to the left
    .sidebar_left.sidebar {
    text-align: left;
    }

    Now I would like to use indentation for child-links.
    Any advice?

    Best regards,
    Priit

    #201247

    Hi!

    Customization of third party plugins is generally not something we can assist with but even more so without seeing the site and elements live so we can inspect it. There is just no way to get the correct css selectors without being able to look through the live code.

    Regards,
    Devin

    #201249
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Enfold custom menu sidebar’ is closed to new replies.