We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 14575
    • 21 Posts
    Does anyone see what could be possibly wrong with the following (yes it is not working on the site I’m working on):

    In the template I make the call:
    [!Wayfinder? &startId=`0` &level=`0` &outerTpl=`wfOuter`!]

    Under chunks I have the following chunk saved (by the name wfOuter):
    <ul id="nav-secondary">[+wf.wrapper+]</ul>

    In my CSS file I define the nav-secondary thing and I’ve tested it outside the menu and it works there so that should not be the cause of the error.

    What happens is that the output I get is simply:
    <ul>
    *insert whatever Wayfinder does in here*
    </ul>

    So it is as if the chunk is never called or something.

    Can anyone see what is going wrong?
      • 28676
      • 136 Posts
      What version of wayfinder are you using? and what version of modx?

      ss
        I made my first site with modx
        ------------------------
        http://www.shop-bright.com | Uk shopping blog
        • 14575
        • 21 Posts
        MODx version 0.9.5 and version 1.0.1 of Wayfinder.
          • 28676
          • 136 Posts
          Is this your exact call

          [!Wayfinder? &startId=`0` &level=`0` &outerTpl=`wfOuter`!]

          Try this

          [Wayfinder? &startId=`0` &level=`0` &outerTpl=`wfOuter`]
            I made my first site with modx
            ------------------------
            http://www.shop-bright.com | Uk shopping blog
            • 14575
            • 21 Posts
            Quote from: straty at Feb 24, 2007, 02:05 AM

            Is this your exact call

            [!Wayfinder? &startId=`0` &level=`0` &outerTpl=`wfOuter`!]

            Try this

            [Wayfinder? &startId=`0` &level=`0` &outerTpl=`wfOuter`]

            Yes, that is my exact call. I’m afraid the solution you suggested does not have the correct syntax and thus results in an error. I tried both cached and non-cached versions of my call and my whole webpage is uncached so those sort of things should not be interfering.
              • 2896
              • 70 Posts
              I have my call as follows:

              [!Wayfinder? &startId=`[[UltimateParent]]` &outerTpl=`wfOuter` &innerTpl=`wfInner` &hereTpl=`wfRow` &hereClass=`menu` &hideSubMenus=`true`!]


              + in the css, I style the ’menu’ class. Look in this thread for the css + used chunks:
              http://modxcms.com/forums/index.php/topic,11760.msg78925.html#msg78925

              Hope this helps
                • 28676
                • 136 Posts
                Your start id is 0 that I take it you have some content? Try creating a folder and put some pages in it, then make a note of the id of the folder and change the 0 to whatever the id of the folder is.

                  I made my first site with modx
                  ------------------------
                  http://www.shop-bright.com | Uk shopping blog