ModX wayfinder - works on some pages but not on others

84 Views Asked by At

I have a website where the ModX wayfinder works well on one page, but not on its child pages. The child pages are nested properly in the back end of ModX and everything is displaying with the styles it needs, but when I navigate to the child page in question it it only shows the child page in the menu and the 'Home' button just takes me to the page I am currently on. The parent page that is target is not the home page, but a page from the main menu. The parent and child page both use the same header chunk so I do not believe it to be a typo anywhere else except the wayfinder code. The number next to the parent page is 3439, so I believe thats correct, and I've played around with the &level number and even deleting it entirely, but it is not helping.

So in short - the parent page works beautifully, child pages don't.

Here is my code for the wayfinder. Thank you in advance.

[[Wayfinder? 
  &startId=`3439` 
  &level=`1`
  &outerTpl=`wf-outertpl-quick` 
  &innerTpl=`wf-outertpl-quick`
]]
0

There are 0 best solutions below