Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I've noticed the "hasChildren" class is still present on list items even when the descendants are hidden, is this intended?
Thanks
Damien
Got it, change XSLT
<xsl:variable name="hasChildren"> <xsl:choose> <!--<xsl:when test="./*[@isDoc]">1</xsl:when>--> from this <xsl:when test="./*[@isDoc][string(umbracoNaviHide) != '1']">1</xsl:when> to this </xsl:choose> </xsl:variable>
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
hasChildren class still present if descendants are hidden
Hi,
I've noticed the "hasChildren" class is still present on list items even when the descendants are hidden, is this intended?
Thanks
Damien
Got it, change XSLT
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.