Hi Lennard
You will have to be more precise with your question, for example post some code - chunks etc.
According to your explanation above, you are saying the second child is not showing - when I look at your site, they do show, so I presume your third layer is not showing, example:
UltimateParent => Parent => Child
Level 1 => Level 2 => Level 3
Level 1
- Level 2
- - Level 3
Hi,
Thansk for taking the time to look into this. You are right it's the third layer.
These are the chuncks i use to call the menu. Does this help?
{{menu}}
[[Wayfinder? &startId=`0` &level=`2` &outerTpl=`NavbarOuter` &rowTpl=`NavbarRow` &activeParentRowTpl=`NavbarActiveParentRow` &parentRowTpl=`NavbarParentRow` &innerTpl=`NavbarInner` &innerRowTpl=`NavbarInnerRow`&removeNewLines=`1`]]
{{NavbarActiveParentRow}}
<li class="dropdown active"><a class="dropdown-toggle" data-toggle="dropdown" href="#" title="[+wf.title+]">[+wf.linktext+] <b class="fa fa-angle-down"></b></a>[+wf.wrapper+]</li>
{{NavbarInner}}
<ul class="dropdown-menu">[+wf.wrapper+]</ul>
{{NavbarInnerRow}}
<li[+wf.classes+]><a href="[+wf.link+]">[+wf.linktext+]</a></li>
{{NavbarOuter}}
<ul class="nav navbar-nav">[+wf.wrapper+]</ul>
{{NavbarParentRow}}
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#" title="[+wf.title+]">[+wf.linktext+] <b class="fa fa-angle-down"></b></a>[+wf.wrapper+]</li>
{{NavbarRow}}
<li[+wf.classes+]><a href="[+wf.link+]" title="[+wf.title+]" [+wf.attributes+]>[+wf.linktext+]</a>[+wf.wrapper+]</li>
Kind regards,
Lennard
To start with:
When you updated your site, did you overwrite files or replace them ? If you simply overwrote the Wayfinder folder, I would suggest deleting it and uploading it again, to ensure that the files are new and fully intact
A test: change &level from "2" to "0" - "0" is all, so all levels should be seen, if not, there's something wrong
Ensure that all documents that should be shown in the menu are actually set to be shown in the menu
Thanks again.
I tried evertything you suggested. All items have permission to be show in the menu.
I hope I will be able to fix this.
Thanks for trying yo help.
Lennard
I tried it both.
I deleted the wayfinder folder and uploaded everything from the latest version.
Any more ideas?
Bye, Lennard
Did you change the wayfinder call from 2 to 0 ? If yes, what happend ? Did all of the levels show ?
So it does actually work, when it calls everything
Change it back to 2 please