On this site we render some navigation in the footer.
We render them with the "parenttag":
@RenderNavigation(new
{
StartLevel = 2,
EndLevel = 2,
ParentTag = "contactparent",
Expandmode = "Path",
Template = "EasyLaserFooterNav.xslt"
})
Example, in the footer here there are four columns with rendered navigation:
https://easylaser.com/en-us
But in this language layer with the same navigation tags one of the navigations just wont render. I have even looked at the pages in the datanase and cannot see what would cause for one of the navigations not to render.
https://easylaser2019prod.softgear.se/sv-se
Regards / Aki