How to multilevel flyouts in SharePoint 2013?

Hi All,

How to get multilevel drop-down in top navigation in SharePoint 2013. Here I have got first-level drop-down through navigation setting from site settings. How to get next level drop-down?

Actual-

Expecting like-

July 4th, 2013 8:47am

Hi sam,

>Open your SharePoint site in SPD [SharePoint Designer]

>Go to master pages folder in Site objects pan

>Create a copy of master page before editing

>open  master page in editor mode>code view

>Search for a element called 

<SharePoint:AspMenu
 ID="TopNavigationMenuV4"
 Runat="server"
 EnableViewState="false"
 DataSourceID="topSiteMap"
 AccessKey="<%$Resources:wss,navigation_accesskey%>"
 UseSimpleRendering="true"
 UseSeparateCss="false"
 Orientation="Horizontal"
 StaticDisplayLevels="2"
 MaximumDynamicDisplayLevels="1"
 SkipLinkText=""
 CssClass="s4-tn"/>

>>Change MaximumDynamicDisplayLevels="1" to MaximumDynamicDisplayLevels="4"

>than save the master page and close SPD

>you can see Multilevel drop down

karim

 

Free Windows Admin Tool Kit Click here and download it now
July 4th, 2013 4:02pm

Karim, Thanks for your reply. I've made those changes in master page but result remains same first level dropdown only. How to make second level drop down? Thanks.
July 5th, 2013 7:00am

After doing these change in the masterpage you have to enable in every site (navigation settings) and subsite the "show pages" and "show sites". Try that!

It never works for me to do flyouts manually.

Good Luck!

Free Windows Admin Tool Kit Click here and download it now
September 13th, 2013 4:43pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics