We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 31255
    • 118 Posts
    Here`situation. Sidenavigation with Foundation 6 + Icon Fonts 3.
    Wayfinder call:
    [[Wayfinder? &startId=`[[UltimateParent? &topLevel=`0`]]` &level=`0` &outerClass=`vertical menu hide-for-print` &innerClass=`menu vertical nested` &hereClass=`active` &displayStart=`true` &startItemTpl=`f6.side-nav-parent.tpl` &parentClass=`subheader hide-for-print` &rowTpl=`f6.wf-icon-row.tpl` ]]


    Made rowtpl like this:
    <li [[+wf.classes]]>[[*icon-font:notempty=`<i class="fi-[[*icon-font]]"></i>`]]<a href="[[+wf.link]]">[[+wf.linktext]]</a>[[+wf.wrapper]]</li>


    Made TV "icon-font", set value to top page "home".
    Home icon font is rendered to all links in menu. Remove TV value, icons disappear.

    Set "foot" value to TV in child page. When you view parent page are all child page icons home icons, clicking into childpage all icons changes to foot icon.

    Am I missing something or is this a bug or what?

    This question has been answered by ottogal. See the first response.

      Tassu, webmaster of Valokammi
    • discuss.answer
      • 22427
      • 793 Posts
      Just guessing (have no clue about Foundation):
      Try to replace
      [[*icon-font
      by
      [[+icon-font
        • 31255
        • 118 Posts
        Aaargh!! Midnight coding smiley That did the trick. Thanks .
          Tassu, webmaster of Valokammi
          • 31255
          • 118 Posts
          But seems that [[* renders html too. Don`t know should it or not.
            Tassu, webmaster of Valokammi