0
votes
2answers
347 views

How to package Page Layouts/Master Pages in VS in SharePoint 2013?

I'm playing around with the Create Design Package feature, and to be honest it's far more than we need for our features. We have certain Page Layouts that need to be deployed on certain site ...
1
vote
2answers
425 views

Sharepoint navigation changes orientation in configuration panel

I have designed a vertical main menu for my sharepoint environment: <!--SPM:<SharePoint:AspMenu ID="TopNavigationMenu" ShowStartingNode="false" Runat="server" EnableViewState="false" ...
0
votes
1answer
91 views

Detect only ie8 document mode , give users IE8.css file

I'm having problem with document mode. In workspaces we force to document mode into ie8, like <meta http-equiv="x-ua-compatible" content="IE=8"/> How can I detect what document mode all ...
0
votes
0answers
191 views

SharePoint 2013 dynamic Navigation for Site

I am building a site in SP 2013 and have a question on the navigation. Initially we will have 4 items in the global navigation as: Page 1 Page 2 Page 3 Page 4 Now, based on the user selection, I ...
2
votes
1answer
155 views

how to show top navigation bar after selecting the list?

I am using SharePoint 2010. When I select List then the site navigation menu is lost i need that menu remain same after selecting the list and also need the list Tool bar as it is. I want to do this ...