MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

v4 masterpage quicklinks not showing

  Date: Oct 13, 2011      Category: MOSS      Views: 79
 

I generally don't do a lot of UI anything in sharepoint, but even given that
I have no idea why this is happening.

When I create a top level publishing site using the OOB v4. master, the quicknav
dosn't show up. When I crack open SPD it is there, and when I check around in
the settings it is set to show the quicknav. When I create team sites using the
same master page, the quick nav is there. I really need my quicknav. I have to
be able to show document libraries and subsites right on this publishing site.
Does anyone know why I can't see it?

Tagged:          

 

1 Answer Found

 
Answer #1       Answered On: Oct 13, 2011       

Check the Publishing Layout page you are using for the home page and make
sure the following Script tag is on it. Otherwise the div holding the Quick
launch won't be expanded.



<style type="text/css">
body #s4-leftpanel {
display:none;
}
.s4-ca {
margin-left:0px;
}
</style>

 
Didn't find what you were looking for? Find more on v4 masterpage quicklinks not showing Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].