<![CDATA[ ultimateParent with wayfinder - My Forums]]> https://forums.modx.com/thread/?thread=103670 <![CDATA[ultimateParent with wayfinder]]> https://forums.modx.com/thread/103670/ultimateparent-with-wayfinder#dis-post-557651 Now I've the problem that the parent of the submenu-items is no marked as active. For example the document "awards" has three child documents, like "1" to "3". If "1" is selected, the active mark for "awards" vanishes. The parent of the splitted submenu is not marked active, when a submenu item is visited.]]> wie.mar Mar 26, 2018, 02:45 PM https://forums.modx.com/thread/103670/ultimateparent-with-wayfinder#dis-post-557651 <![CDATA[Re: ultimateParent with wayfinder]]> https://forums.modx.com/thread/103670/ultimateparent-with-wayfinder#dis-post-561116 Quote from: BobRay at Aug 14, 2018, 10:29 PM
It's difficult to find because attachments no longer work in the Forums.

I found it here:

https://sottwell.com/links/wayfinder.html

and here:

https://drive.google.com/file/d/0B5y4Q9am5QDTOVpIa3Y0VVpjcFU/edit


Many thanks Bob
Much appreciated.

Chris]]>
geordiechris Aug 26, 2018, 06:01 PM https://forums.modx.com/thread/103670/ultimateparent-with-wayfinder#dis-post-561116
<![CDATA[Re: ultimateParent with wayfinder]]> https://forums.modx.com/thread/103670/ultimateparent-with-wayfinder#dis-post-560821
]]>
nuan88 Aug 16, 2018, 01:43 PM https://forums.modx.com/thread/103670/ultimateparent-with-wayfinder#dis-post-560821
<![CDATA[Re: ultimateParent with wayfinder]]> https://forums.modx.com/thread/103670/ultimateparent-with-wayfinder#dis-post-560772
I found it here:

https://sottwell.com/links/wayfinder.html

and here:

https://drive.google.com/file/d/0B5y4Q9am5QDTOVpIa3Y0VVpjcFU/edit]]>
BobRay Aug 14, 2018, 10:29 PM https://forums.modx.com/thread/103670/ultimateparent-with-wayfinder#dis-post-560772
<![CDATA[Re: ultimateParent with wayfinder]]> https://forums.modx.com/thread/103670/ultimateparent-with-wayfinder#dis-post-560766
Apologies for gatecrashing the party without bringing a bottle,
but could you point me to a working link for Kongondo's ebook please?
The forum link doesn't appear to be working.
Cannot find it anywhere.

Many thanks
Chris]]>
geordiechris Aug 14, 2018, 09:34 PM https://forums.modx.com/thread/103670/ultimateparent-with-wayfinder#dis-post-560766
<![CDATA[Re: ultimateParent with wayfinder (Best Answer)]]> https://forums.modx.com/thread/103670/ultimateparent-with-wayfinder#dis-post-557652 Quote from: wie.mar at Mar 26, 2018, 02:45 PM
I've worked with the wayfinder eBook from kongondo, which is aweseome, to create a splitted navigation with UltimateParent and Wayfinder.
Now I've the problem that the parent of the submenu-items is no marked as active. For example the document "awards" has three child documents, like "1" to "3". If "1" is selected, the active mark for "awards" vanishes. The parent of the splitted submenu is not marked active, when a submenu item is visited.

Found a solution which worked for me:
I've placed this param &hereId= `[[UltimateParent]]` to the wayfinder-call of the parent.

PARENT WAYFINDER CALL:
                    [[Wayfinder? &startId=`0`
                                 &outerTpl=`nav`
                                 &rowTpl=`nav-item`
                                 &hereTpl=`nav-item-active`
                                 &level = `1`
                                 &hereId= `[[UltimateParent]]`
                    ]]


SPLITTED SUBMENU CALL:
                        [[!Wayfinder? &startId=`[[UltimateParent]]`
                                      &outerTpl=`sidenav`
                                      &rowTpl=`sidenav-item`
                                      &hereTpl=`sidenav-item-active`
                                      &level = `1`
                        ]]
]]>
wie.mar Mar 26, 2018, 02:47 PM https://forums.modx.com/thread/103670/ultimateparent-with-wayfinder#dis-post-557652