I must have forgotten something since my last go with Umbraco :-)
I'm doing a topnavigation where i want a short description below the a tag from a doc property and i have done so on an older version of umbraco where it looked like this:
First occurence of pageMenuText won't have any value... it really needs $currentPage/pageMenuText, second occurence should be fine (Although it helps to have ./ in front of pageMenuText so you know you're currently looking up a property on the current node being processed in the for-each loop)
Ah of course! Since i don't want the Frontpage subtext to change according to currentPage i'll just hardcode that part :-) The others are now working dynamically.
value of select not outputting (4.7.1)
Hi there
I must have forgotten something since my last go with Umbraco :-)
I'm doing a topnavigation where i want a short description below the a tag from a doc property and i have done so on an older version of umbraco where it looked like this:
In my 4.7.1 installation i'm doing this with no succes:
If i set $currentPage/pageMenuText i will get the value from the specific page i am on, on ALL the menu items.
What am i missing here?
Help much appreciated!
First occurence of pageMenuText won't have any value... it really needs $currentPage/pageMenuText, second occurence should be fine (Although it helps to have ./ in front of pageMenuText so you know you're currently looking up a property on the current node being processed in the for-each loop)
Cheers,
/Dirk
Hi Dirk
Ah of course! Since i don't want the Frontpage subtext to change according to currentPage i'll just hardcode that part :-) The others are now working dynamically.
Thanks for your swift reply!
is working on a reply...