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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...