Hi Folks
I have a multi language Site I have to manage. The structure is
like in this image
1. I would want to show wayfinder only one tree like
home
content
or
home cn
content
It works fine with the following code for the 1st language
[[Wayfinder? &startId=`1` &level=`4` &hideSubMenus=`1` &outerTpl=`outerTpl` &rowTpl=`rowTpl` &hereTpl=`hereTpl` &innerTpl=`innerTpl`]]
but when I change the call for the second langauge to
[[Wayfinder? &startId=`54` &level=`0` &hideSubMenus=`1` &outerTpl=`outerTpl` &rowTpl=`rowTpl` &hereTpl=`hereTpl` &innerTpl=`innerTpl`]]
all my classes are not being loaded, so my css dosn’t work.
Have a look here for the working 1st level
http://www.karlammann.ch/ammann/deutsch
and the second not working level.
http://www.karlammann.ch/ammann/chineese
there will be more languages coming soon, I would really be greatfull for some help.
thanks in advance