I was using an upgraded DNN:NAV menu using DDR.
Now it's no longer displayed after upgrade.
Is there a way to fix this?
My previous syntax was as follows in my skin.ascx
<dnn:NAV
runat="server"
id="dnnNAV"
providername="DDRMenuNavigationProvider"
ControlOrientation="Horizontal"
IndicateChildren="False"
IndicateChildImageRoot="/images/menu_down.gif"
IndicateChildImageSub="/images/menu_right.gif"
CSSNodeRoot="main_dnnmenu_rootitem"
CSSNodeHover="main_dnnmenu_rootitem_hover"
CSSNodeHoverRoot="main_dnnmenu_rootitem_hover"
CSSNodeSelectedRoot="main_dnnmenu_rootitem_selected"
CSSBreadCrumbRoot="main_dnnmenu_rootitem_selected"
CSSContainerSub="main_dnnmenu_submenu"
CSSNodeHoverSub="main_dnnmenu_itemhover"
CSSNodeSelectedSub="main_dnnmenu_itemselected"
CSSControl="main_dnnmenu_bar"
MouseOutHideDelay="1">
<CustomAttributes>
<dnn:CustomAttribute Name="AnimationType" Value="Slide"/>
<dnn:CustomAttribute Name="EasingType" Value="Expo"/>
<dnn:CustomAttribute Name="EasingDirection" Value="Out"/>
<dnn:CustomAttribute Name="AnimationLength" Value="1"/>
<dnn:CustomAttribute Name="AnimationInterval" Value="1"/>
<dnn:CustomAttribute Name="RenderMode" Value="Normal"/>
</CustomAttributes>
</dnn:NAV>