If you need to use both a horizontal and vertical menu, and, on the vertical menu, display child pages for currently selected top menu item, proceed as follows:
Themes using DDR
- Edit layout files in your skin files (typically home.ascx and/or inner.ascx)
- Change from
<dnn:MENU2 ... >
to
<dnn:MENU2 ... NodeSelector="CurrentChildren" >
(leftnav displays child pages of current page)
or
<dnn:MENU2 ... NodeSelector="RootChildren" >
(leftnav displays children of the root menu item that is the parent of the current page) - Save, repackage skin and re-install
- Further details on DDR menu options can be found at:
http://www.dotnetnuke.com/Resources/Wiki/Page/DDRMenu-user-guide.aspx#How_to_choose_which_pages_to_show_in_a_menu_4
Themes using NAV
- Edit layout files in your skin files (typically home.ascx and/or inner.ascx)
- Change from
<dnn:NAV2 ... />
to
<dnn:NAV2 ... Level="Child"/>
- Save, repackage skin and re-install
When I tuned the skin, I unchecked the need for a vertical menu. At the time I didn't realize that the vert menu would do child pages. Can I get the skin i purchased amended to accommodate this feature?
Hi Amber, you can easily make the vertical menu display again. Just add the following to the bottom of your css file:
#MenuV { display:block; }
My best,
Beatriz
Paste at the bottom of Admin > Style Sheet Editor?
That will do :)
How do i get the vertical menu to display child elements in orchard cms invisible dog theme ?