I want to be able to hide certain doctypes and/or hide certain nodes from the navigation but keep the navigation open.
I'm using umbracoNaviHide already to hide duplicates of the parent node in the child node list, but want the option to hide certain doctypes. But if I do use umbracoNaviHide it will hide the entire menu.
So I've added a true/false data type to the following pages doctype (hideFromSideMenu). When this is clicked the navigation anchor needs to hide. But I can't get it to work.
I'm trying to hide it with CSS display:none; which should work nicely.
Side menu hide child node
I'm trying to adjust my sideMenu.xslt
I want to be able to hide certain doctypes and/or hide certain nodes from the navigation but keep the navigation open.
I'm using umbracoNaviHide already to hide duplicates of the parent node in the child node list, but want the option to hide certain doctypes. But if I do use umbracoNaviHide it will hide the entire menu.
So I've added a true/false data type to the following pages doctype (hideFromSideMenu). When this is clicked the navigation anchor needs to hide. But I can't get it to work.
I'm trying to hide it with CSS display:none; which should work nicely.
Can anyone help out?
Cheers,
JV
is working on a reply...