$getFields = 'id,menutitle,pagetitle,menuindex,published,hidemenu,parent,isfolder,description,alias,longtitle';
$getFields = 'id,menutitle,pagetitle,menuindex,published,hidemenu,parent,isfolder,description,alias,longtitle,introtext';

What / Where / When is being overridden? Could you show your parentRowHereTpl chunk? But basically in your chunk, put some classname to the items and use it in css..
1) Basically what I’m asking is where/how do I style the .here class for the parentRowHere? I can’t style it. I’m either doing something wrong (probably) or the here class is overridden in Wayfinder somewhere?
All active items will get the "active" class name by default (defined with &hereClass parameter), so you could use that and hide those items via css. (display:none).
2) The &hideSubMenus is great but actually it’s the opposite of what I require -- this hides all the inactive submenus and I want to hide the active submenu and have all the inactive submenus still work. It would be great if you guys considered splitting this into &hideActiveSubMenus and &hideInactiveSubMenus.
.menu ul li a:active {blah blah}.menu ul li a:visited
.active{blah blah}
.active ul li {display:none;}.menu ul li.active a, .menu ul li a.active
[Main Nav]
Home | About Us | Contact Us
[Sub Nav] (assume we've clicked on "About Us")
Directions
History
Staff
[Sub Nav] (assume that we've clicked on "Staff")
Directions
History
Staff
- Guy #1
- Guy #2
- Guy #3
[!Wayfinder? &startId=`[[UltimateParent]]`!]
This discussion is closed to further replies. Keep calm and carry on.