I'm new in umraco, and have question. I integrate Flexible Navigation component, it's work nice. I use this component to show menu but how to hide node from menu ? I have page, with 'umbracoNaviHide', when add page and set umbracoNaviHide = yes, this node still show in menu ...
Check the casing (lowercase and upper case) on your 'umbracoNaviHide' property, it should be exactly as you've written it, it should work as expected.
The other thing to try is to republish the nodes in case they did not update properly, you can check this by opening your 'Umbraco.config' file in App_Data and searching for the umbracoNaviHide value.
Flexible Navigation + hide page from menu
Hi for All,
I'm new in umraco, and have question. I integrate Flexible Navigation component, it's work nice. I use this component to show menu but how to hide node from menu ? I have page, with 'umbracoNaviHide', when add page and set umbracoNaviHide = yes, this node still show in menu ...
This is my surrent code:
I don't know the specific component, but you probably have to look in your XSLT file for this macro to see how it handles 'umbracoNaviHide'.
Hi,
Check the casing (lowercase and upper case) on your 'umbracoNaviHide' property, it should be exactly as you've written it, it should work as expected.
The other thing to try is to republish the nodes in case they did not update properly, you can check this by opening your 'Umbraco.config' file in App_Data and searching for the umbracoNaviHide value.
Rich
is working on a reply...