Show Quick Launch (Side Navigation) in Search Results page

Hi,

I created a custom search results page in a site (under Pages library). In this page the Quick Launck (side navigation) is hidden. Any solution to displ

February 16th, 2014 7:33am

I presume that you are using search center which have the minimal master page as default master page ( the quick launch navigation controls exists in the master page) simply change the master page from minimal.master to v4.master

Free Windows Admin Tool Kit Click here and download it now
February 16th, 2014 9:05am

I've created a search results page under Pages library in a team site...
February 17th, 2014 3:46am

You can try this:

1. Edit page

2. Create a custom text file and insert the following CSS, which will make the Quick Launch menu visible:

<style type="text/css">
#s4-leftpanel {
  display:inherit!important;
  width:155px!important;
}
.s4-ca {
  margin-left:155px!important;
}
</style>

Save the file, naming it showQuickLaunch.txt. Store the text file in the Style Library or on the server.

3. Insert a Content Editor Web Part on the page in which you want to hide the Quick Launch menu. Edit the Web Part, entering the link to the showQuickLaunch.txt file.

http://sharepointpromag.com/sharepoint/four-ways-add-or-remove-quick-launch-menu-control

-prs

Free Windows Admin Tool Kit Click here and download it now
February 17th, 2014 4:50am

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

Other recent topics Other recent topics