Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • FelixJoomlArt Friend
    #1055813

    Is there a way how to make menu in sidebar uncollapsed?
    When I have more nested items under each other, I can’t pick the lower one. Menu item is hidden under the active submenu of the previous item.

    Saguaros Moderator
    #1056139

    Hi,

    Could you share the credentials of your site so I can take a look?

    FelixJoomlArt Friend
    #1056194
    This reply has been marked as private.
    Saguaros Moderator
    #1056460

    Hi,

    You can try adding this css rule:

    #Mod219.t3-module .nav .dropdown.open .dropdown-menu {
        display: none;
    }

    into the file: root/templates/ja_teline_v (your default template)/css/custom.css (create this file if it doesn’t exist)

    FelixJoomlArt Friend
    #1056496

    Now it’s collapsed with no effect on hover.
    I want to see full structure of the menu (without hover or click) in sidebar.

    Saguaros Moderator
    #1056755

    There is an override for mod_menu in T3 framework plugin, if you want to show all items, remove above css rule and rename this folder:

    root/plugins/system/t3/base-bs3/html/mod_menu/

    FelixJoomlArt Friend
    #1058076

    When somebody wants to know how to – you can add sidebar menu module your customclass and special rule in custom.css:

    .customclass .dropdown-menu {
    position: static;
    display: block;
    width: 100%;
    background-color: initial;
    border: 0px solid #cccccc ;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175) ;
    padding-left: 15px;
    }
    .customclass .nav > li {
        position: static;
    }
    .customclass .nav > li > a {
      display: inline-block;
    }
    .customclass .dropdown-menu > li > a {
        padding: 0 0 0 20px;
    }
Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 6 replies, has 2 voices, and was last updated by  FelixJoomlArt 7 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum