The Quick Launch menu is missing. Not good for those of us who want consistent local navigation throughout their site. But fear not! It can be restored with a few clicks in SharePoint Designer. Follow the steps below:
To enable this type of page you just follow these three steps:
- Open the page in SharePoint Designer 2010 (be sure to make a back up, in case things go arwy).
- Look for this code snippet in the Code View (Use Ctrl + F to search for it,
but make sure your cursor is clicked in the "Code View" area, or you won't be
able to use the search in source code
option):
<SharePoint:UIVersionedContent ID="WebPartPageHideQLStyles" UIVersion="4"runat="server">
<ContentTemplate>
body # {s4-leftpanel
display: none;
}
. s4 {ca-
margin-left: 0px;
}
</ style>
</ ContentTemplate>
</ SharePoint: UIVersionedContent> - Delete the entire snippet.
- next, search for this place holder in the
code:
<asp:Content ContentPlaceHolderId="PlaceHolderLeftNavBar" runat="server">
</ asp: Content> - Delete the entire place holder.
- Save and Close.
The Quick Launch navigation should now be back! Try now reloading the page.
No comments:
Post a Comment