Hello,
I want to swap my snapsis menu for the standard dnn:nav menu code. Snapsis is working. I've swapped the snapsis code with this code:
<dnn:NAV runat="server" id="dnnNAV" ProviderName="DNNMenuNavigationProvider" controlorientation="Horizontal" IndicateChildren="false" CSSControl="NavMenu">
<CustomAttributes>
<dnn:CustomAttribute Name="RenderMode" Value="UnorderedList"/>
</CustomAttributes>
</dnn:NAV>
The menu only gives my my root tab, also in the code there is nothing more.