Saturday, January 25, 2014

Show Quick Launch in SharePoint 2010 Web Part Pages

By default, SharePoint 2010 Web part pages don't have quick launch navigation! Web part page missing quick launch in SharePoint 2010.  
show quick launch sharepoint web part page
show quick launch in SharePoint web part page
Show quick launch SharePoint 2010 web part page:
We can bring it by editing web part page. Just Edit the webpart page in the SharePoint Designer 2010 Advanced mode and remove the following code (As same in SharePoint 2007):
add quick launch to sharepoint web part page
?
1
2
<asp:Content ContentPlaceHolderId="PlaceHolderNavSpacer" runat="server"></asp:Content>
<asp:Content ContentPlaceHolderId="PlaceHolderLeftNavBar" runat="server"></asp:Content>
sharepoint 2010 quick launch missing from web part page

In SharePoint 2010 you have to also remove the following CSS code: 
?
1
2
3
4
5
6
7
8
9
10
11
12
<style type="text/css">
 
body #s4-leftpanel
{
display:none;
}
.s4-ca
 
{
margin-left:0px;
}
</style>
sharepoint display quick launch web part page
Save the page! This will bring Quick launch bar again!! Here is the result: quick launch on SharePoint 2010 web part page. 
sharepoint 2010 add quick launch menu to web part page
This solves the issue of SharePoint 2010 quick launch missing from web part page. Here is my SharePoint 2007 version of this post: SharePoint 2007 Quick Launch (left navigation) Missing in Web part pages - Solutions


Reference:

http://www.sharepointdiary.com/2013/03/show-quick-launch-in-sharepoint-2010-web-part-pages.html

No comments:

Post a Comment

Image noise comparison methods

 1. using reference image technique     - peak_signal_noise_ratio (PSNR)     - SSI 2. non-reference image technique     - BRISQUE python pac...