Domanda

Ok, quindi ho circa 6 collegamenti nella parte superiore della barra di navigazione per il mio sito di SharePoint e ci sono sottotitoli sotto ciascuno.Fondamentalmente la struttura è come questa:

Top Link 1
- Sub link 1
- Sub sub link 1
- Sub sub link 2
- Sub link 1
.
. .
. .
. E così via ...

Ora questo funziona bene senza problemi, ma ora ho appena provato a creare un altro sottoschetto sotto i sottologgi sotto i sottologgi secondari e non si presenta.È esattamente la stessa configurazione di quelle che funzionano, ma questi non vogliono presentarsi.Cosa potrebbe essere?Impostazioni del sito -> La navigazione è esattamente la stessa che quelle che funzionano e non sono state apportate modifiche alla masterpage ... perché non vengono visualizzati i secondi menu Flyout?

Nel menu di lancio rapido sembra funzionare ed entrambi i livelli dei Flyouts funzionano semplicemente non nella barra di collegamento superiore, sto usando i link per mostrare le opzioni per la barra di collegamento superiore ..

È stato utile?

Soluzione

Im taking a shot in the dark here but i think you need to set:

StaticDisplayLevels="X" 

or

MaximumDynamicDisplayLevels="X"

this is an example from msdn:

<SharePoint:AspMenu id="V4QuickLaunchMenu" runat="server" 
EnableViewState="false" DataSourceId="QuickLaunchSiteMap" 
UseSimpleRendering="true" UseSeparateCss="false" Orientation="Vertical"
StaticDisplayLevels="1" MaximumDynamicDisplayLevels="1" 
SkipLinkText="" CssClass="s4-ql" />

http://msdn.microsoft.com/en-us/library/ms466994.aspx

hope this helps :)

Altri suggerimenti

It could possibly be that you've added a custom 'subsites' heading to the menu; then, collected the subsites under that custom heading and indented them by using the 'Move Up' or 'Move Down' arrows.

If so, try to remove the indent so that the sites are flush to the left along with the heading. You'll probably see that the dropdown arrow and subsites now appear in the global menu.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top