I have a nav that has the following xslt line: <xsl:for-each select="$currentPage/child::*[@isDoc][umbracoNaviHide != '1']">
however i've unpublished two nodes but they still appear in the navigation, i've cleared the cache on the browser and set the macro cache to 0. i'm unsing umbraco 4.7.1
Unpublished nodes still visible
hey there folks,
I have a nav that has the following xslt line: <xsl:for-each select="$currentPage/child::*[@isDoc][umbracoNaviHide != '1']">
however i've unpublished two nodes but they still appear in the navigation, i've cleared the cache on the browser and set the macro cache to 0. i'm unsing umbraco 4.7.1
have you got any ideas?
Hi Gísli,
If you have unpublished the nodes they cannot even be seen by XSLT, so there must be something else happening if that's the case.
However, if you're using an
umbracoNaviHide
property, you should use this syntax to query it:- the one you're currently using has some problems in some scenarios.
/Chriztian
thanks for the reply
Aperently there was something cought in cache, I made changes to the web.config and saved then everything went back to normal, works now.
mvh
is working on a reply...