Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • dinisangelo Friend
    #1094866

    Hello I wanted to make a side menu that make its visibles all levels, but this is not working as you can see in the attachments.

    How can I solve this, will it be a bug? thank you

    • This topic was modified 6 years, 1 month ago by  dinisangelo.

    1. 111
    2. 999-1
    Saguaros Moderator
    #1095433

    Hi,

    When you hover the item, it will show sub-menu items in dropdown.

    I will pass to the team for further checking on this.

    Regards

    Saguaros Moderator
    #1095693

    Hi,

    The team has created a new layout for menu module so that you can show all sub-menu items. You can try this way:
    1- Download & unzip attached file, copy to this directory: root/templates/purity_iii/html/mod_menu/ (Create this folder if it doesn’t exist)
    2- Add this custom CSS code into the file: root/templates/purity_iii/css/custom.css (Create this file if it doesn’t exist)

    ul.show-all ul {
      list-style: none;
      margin: 0 0 0 20px;
      padding: 0;
    }
    
    ul.show-all ul li {
      padding: 5px 0;
    }
    
    ul.show-all li.parent > a {
      font-weight: 600;
    }

    3- Go to admin panel > Extensions > Modules > open the Menu module of your site > Advanced tab > select the new layout show-all http://prntscr.com/inwitg

    It will show all sub-menu items then.

    Regards


    1. show-all.zip
    dinisangelo Friend
    #1095788

    thank you so much
    I’ll try, and give you the feedback later.

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

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

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