OK I see why, my menu was not showing active links. I removed this
from the rowTpl. When I added this back to rowTpl my rows now show active, and display properly.
My only issue now is my Parent row. I have this coding:
but in order for the active parentRow to show highlighted, I need the output of the active page to display like this:
<li class="dropdown active">
Here is my entire parentRow chunk:
<!-- ParentRow --><li class="dropdown"><a class="dropdown-toggle" href="[[+wf.link]]">[[+wf.linktext]]</a>[[+wf.wrapper]]</li>
I tried adding this tag in many places
but it seperates into 2 different classes so my menu does not display properly. How can I get the active parentRow to show this menu like this:
<li class="dropdown active">
?