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
Hej Guys
I'm new in umbraco and this is my first post.
I've this testing website:
http://graphicelements.dk/roerarbejde/rustfri-roer.aspx
I would like to know how i can output a specific level nodename
<xsl:value-of select="$currentPage/parent::*[@level=2]/@nodeName"/>
This is how it looks rigtig now but every time i hit the parent item the name i my submenu dissapers.
Hope som one can help me.
Hi Mads
Could your try changing your code to something like this:
<xsl:value-ofselect="$currentPage/ancestor-or-self::*[@level=2]/@nodeName"/>
Does this change anything for your?
/Kim A
Hi Kim
It works, tak for hjælpen ;o)
Cool, great to hear that Mads.
You are welcome :)
Mads, nice design btw :)
graphicelements.dk/roerarbejde/rustfri-roer.aspx
Takker :o) Christian
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
how to output a specific @level
Hej Guys
I'm new in umbraco and this is my first post.
I've this testing website:
http://graphicelements.dk/roerarbejde/rustfri-roer.aspx
I would like to know how i can output a specific level nodename
This is how it looks rigtig now but every time i hit the parent item the name i my submenu dissapers.
Hope som one can help me.
Hi Mads
Could your try changing your code to something like this:
Does this change anything for your?
/Kim A
Hi Kim
It works,
tak for hjælpen ;o)
Cool, great to hear that Mads.
You are welcome :)
/Kim A
Mads, nice design btw :)
graphicelements.dk/roerarbejde/rustfri-roer.aspx
Takker :o) Christian
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.