We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 10357
    • 573 Posts
    Hi,

    I am having a problem whereby if i create a sub folder under one of my menu documents The hereTpl does not get written into my html code.

    here is my call:

    [[Wayfinder?startId=`0` &level=`1` &hereTpl=`main.HereTpl` &outerTpl=`main.OuterTpl` &rowTpl=`main.RowTpl`  &hereClass=`current`]] 


    any ideas why?

    Gareth
      • 10357
      • 573 Posts
      sorry i worked it out:

      [[Wayfinder?startId=`0` &level=`2` &hereTpl=`main.HereTpl` &outerTpl=`main.OuterTpl` &rowTpl=`main.RowTpl` &activeParentRowTpl=`main.HereTpl` &hereClass=`current` &hideSubMenus=`1`]]
        • 15987
        • 786 Posts
        the hereTpl gets set for the current page only, so when you are on the page it should show that item using that template. looks like in your menu call you are only displaying the top level. so if you are on a sub-page of one of your top level docs the hereTpl is not used for the top-level items.