Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • pradipmulay Friend
    #203825

    Hi Team,

    I have created a menu module and displayed at sidebar-1 position. It shows submenus like drop-down menu of main-menu. I want submenus (level-1, level-2, level-3) to be displayed like nested / stacked menus. i.e. submenus should be displayed under the parent menus like default joomla/t-3 functionality. I have raised this issue last week but query lost in your data loss.

    Please find attached graphics for details.


    1. menu-module-problem
    Ninja Lead Moderator
    #559692

    This way will help you to fix the problem on your site.

    Open templates/ja_medicare/css/custom.css file and add new css style below


    .nav-pills .dropdown-submenu > .dropdown-menu {
    position: initial;
    display: block;
    float: initial;
    background-color: initial;
    border: 0px solid #cccccc ;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175) ;
    box-shadow: 0 0px px rgba(0,0,0,0.175) ;
    }

    .nav-pills > li .dropdown-menu > li.open > a:hover {
    color: #373737 ;
    }

    .nav-pills > li .dropdown-menu > li > a, .nav-pills > li .dropdown-menu > li > a:hover {
    border-bottom: 1px solid #e7e7e7 ;
    color: #373737 ;
    }

    .nav-pills > li > .dropdown-menu:after {
    border-bottom: 0px solid #2a3b4d ;
    }

    .nav-pills > li.dropdown-submenu > a:after {
    border-width: 0px;
    }

    pradipmulay Friend
    #559846

    Hi,

    This has partially fixed the problem. Level1 & 2 works fine. Level3, level4 menus doesn’t show left padding. Also need arrows on left side for level2, level3 & level4 submenus. Explained current status & desired menu in attached graphics.

    Thanks


    1. menu-module-problem-V2
    Ninja Lead Moderator
    #559959

    Which area are you referring to on your site? Things at least look to be running smoothly from what I can see the current status on your site


    1. Screen-Shot-2015-02-19-at-09.26.04
    pradipmulay Friend
    #559973

    Hi,

    Things are running smoothly except the left-padding issue. i want to apply left-padding:15px to level 3 menus so that it will look like a submenu of level2. Also need arrows on left side for level2, level3 & level4 submenus. Please compare current status and desired menu in attached graphics.

    Thanks


    1. menu-module-problem-V3
    Ninja Lead Moderator
    #560014

    So that I can take a look and try to assist, please provide the url of the site you’re working on because I did not see “Level3, level4” on your site.

    pradipmulay Friend
    #560358

    Hi,

    Currently there are level3 & level 4menus. Please check navhelper/breadcumb to check the menu levels. I had sent you website url in your private message. I think levels should not matter here. I may use upto level7-8 menus in future.

    Ninja Lead Moderator
    #560441

    I fixed the problem directly on your site, you can check it again


    1. Screen-Shot-2015-02-24-at-10.31.11
    Ninja Lead Moderator
    #662926

    @pradipmulay: About the problem of IE menu on your site, you can fix it with the solution below

    Open templates/uni_flame/css/custom.css file

    find and change


    .nav-pills .dropdown-submenu > .dropdown-menu {
    position: initial;
    display: block;
    float: initial;
    background-color: initial;
    border: 0px solid #cccccc ;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175) ;
    box-shadow:none;
    padding-left: 15px;
    }

    to

    .nav-pills .dropdown-submenu > .dropdown-menu {
    position: static;
    display: block;
    float: none;
    background-color: initial;
    border: 0px solid #cccccc ;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175) ;
    box-shadow:none;
    padding-left: 15px;
    }

    Let me know if it helps

    Ninja Lead Moderator
    #745946

    @pradipmulay: About the problem of IE menu on your site, you can fix it with the solution below

    Open templates/uni_flame/css/custom.css file

    find and change


    .nav-pills .dropdown-submenu > .dropdown-menu {
    position: initial;
    display: block;
    float: initial;
    background-color: initial;
    border: 0px solid #cccccc ;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175) ;
    box-shadow:none;
    padding-left: 15px;
    }

    to

    .nav-pills .dropdown-submenu > .dropdown-menu {
    position: static;
    display: block;
    float: none;
    background-color: initial;
    border: 0px solid #cccccc ;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175) ;
    box-shadow:none;
    padding-left: 15px;
    }

    Let me know if it helps

    pradipmulay Friend
    #663207

    Solved. :)Thanks a lot.

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 3 months ago.

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