Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Hi guys!
I never used nested menu until now, and I don't understand something. In Couch docs I found that
By default, the 'menu' tag applies the classname 'current' to the current menu-item.
However the generated menu source looks like this, without any 'current' classname:
<div class="menu">
<ul class="level-0">
<li id="item-home" class="level-0 first "><a href="http://www......../en/index.php">HOME</a></li>
<li id="item-about-us" class="level-0 "><a href="http://www........../en/about-us.php">ABOUT US</a></li>
<li id="item-services" class="level-0 "><a href="http://www........../en/services.php">SERVICES</a></li>
<li id="item-portfolio" class="level-0 "><a href="http://www........./en/portfolio.php">PORTFOLIO</a></li>
<li id="item-careers" class="level-0 "><a href="http://www.........../en/jobs.php">CAREERS</a></li>
<li id="item-contact" class="level-0 last "><a href="http://www....../en/contact.php">CONTACT</a></li>
</ul>
</div>
What should I do in this case?

Thanks!
Is the site online?
2 posts Page 1 of 1