Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Expand but auto Collapse after

Home Forums Latest release 1.1.x + Bootstrap addon Expand but auto Collapse after Reply To: Expand but auto Collapse after

#8408
petro
Participant

This is the menu I am generating with JS disable

<ul class="nav navbar-nav sm sm-mint" id="main-menu">
    <li class="only-full first"> <a href="/app_dev.php/categorii/noutati.html">
            Noutati
        </a>
    </li>
    <li class="only-full"> <a href="/app_dev.php/categorii/1.html">
            1
        </a>
    </li>
    <li class="only-full"> <a href="/app_dev.php/categorii/2.html">
            2
        </a>
        <ul class="menu_level_1">
            <li class="only-full first"> <a href="/app_dev.php/categorii/2-1.html">
                    2.1
                </a>
                <ul class="menu_level_2">
                    <li class="only-full first"> <a href="/app_dev.php/categorii/2-1-1.html">
                            2.1.1
                        </a>
                    </li>
                    <li class="only-full last"> <a href="/app_dev.php/categorii/2-1-2.html">
                            2.1.2
                        </a>
                    </li>
                </ul>
            </li>
            <li class="only-full last"> <a href="/app_dev.php/categorii/2-2.html">
                    2.2
                </a>
                <ul class="menu_level_2">
                    <li class="only-full first"> <a href="/app_dev.php/categorii/2-2-1.html">
                            2.2.1
                        </a>
                    </li>
                    <li class="only-full last"> <a href="/app_dev.php/categorii/2-2-2.html">
                            2.2.2
                        </a>
                    </li>
                </ul>
            </li>
        </ul>
    </li>
    <li class="only-full last"> <a href="/app_dev.php/categorii/3.html">
            3
        </a>
    </li>
</ul>