Hi!
I'm having a problem with the navigation of web part page in Sharepoint 2010.
For starters I need to say that I am a web designer and learning to brand Sharepoint 2010 wich means I'm not that tech-savvy so bear with me.
We have created an intranet publishing site with Sharepoint 2010 and I have designed a custom master page with styles through Visual Studio 2010. The intranet site looks fine with the new design and I got navigation working with fly out menus, semantic subpages
etc.
The problem is: when I create a normal page the current sub-navigation is shown and it even shows my created web part page and all is fine, but once I go to this web part page, the left/sub-navigation disappears and I have no idea how to bring it
back.
The web part page uses the same master file as every other page.
Everything with the the layout stays the same as my masterpage, except for the menu wich disappear so I thought it might be some property missing on the sub-navigation.
Or do I need to edit something in the web part page layout in the gallery?:
Master Page Gallery > BlankWebPartPage.aspx
If so can I do it from Visual Studio?
Here is the code for the left navigation menu:
<!-- styles needed to have left nav to the left of the main area -->
<div id="s4-leftpanel" class="s4-notdlg">
<!-- The quick launch bar / left navigation
View Complete Post