The master page is a feature that enables you to define common structure and interface markup elements for your Web site, including headers, footers, style definitions, or navigation bars. The master page can be shared by any of the pages in your Web site, called the Content Page, and removes need ...
25
votes
5answers
10k views
How to update custom master page and page layout, which is already deployed
I have a feature which deploying custom page layout. It's done by this code:
<Module Name="MasterPageModule" Url ="_catalogs/masterpage">
<File Path="MasterPageModule\defaultTemplate.aspx" ...
5
votes
2answers
1k views
IM Presence Icons not appearing in SOME master pages - IE9
I have updated my master pages to use some HTML5 and CSS3 elements. I therefore changed the to use HTML5, and altered the X-UA-COMPATIBLE to work in "IE=9;IE=Edge;" mode (instead of IE8). I did not ...
9
votes
8answers
2k views
How can we use a different masterpage for annoymous and authenticated users?
Is there a way to load a different master page if I can identify the user to be annonymous?
3
votes
3answers
2k views
How can I enable JavaScript on every page at a site level?
I'm using SharePoint 2007 and I would like to add the JS code for Google Analytics into the master page. I think a Delegate Control is the way to go, as we already have a Delegate Control in the Head ...
4
votes
4answers
2k views
What is the proper way to add jQuery to a MasterPage?
Currently I am using this method in the header:
<script src="/_layouts/MNCAssets/scripts/jquery-1.5.1.min.js"></script>
But for some reason, my webparts that use jQuery don't appear to ...
3
votes
3answers
2k views
Activating Publishing Feature breaks because of custom Master?
This issue is related to this post.
I get an error message when the publishing feature is activated on sites of certain types. This means that I also get an error message when I create certain sites ...
2
votes
4answers
3k views
Loading jQuery in the Correct order
I wish to use a jQuery plugin in SharePoint. Currentley I have jQuery added to each page via a custom master page.
<script src="/Style Library/js/jquery-1.6.4.min.js" ...
2
votes
4answers
2k views
SP2010 Reset all subsites to inherit masterpage using c#
I'm creating a site feature reciever which sets a custom master page on the root web. I would also like the master page set on the root to be inherit to all the subsites.
What is the most elegant way ...
1
vote
0answers
231 views
SitePages uses System Master Page?? Why?
Bit of a strange issue today.
I wasn't involved in the initial branding/master pages etc of my companie's SP Environment. Anyways, I have a strange issue.
On my site, I have some pages storted under ...
0
votes
5answers
2k views
Add a Web Part to a Master Page for only one page in SP2010?
I would like to add a Web Part to part of a Master Page, but only in the case of the home page of the site. Otherwise it is not needed.
How can I handle this? (see attached image) Do I have to ...
0
votes
4answers
2k views
Top Navigation menu flyouts render blank iframe in IE8
I have a problem with an sp2007 site where the navigation menu flyouts (drop downs) render as a blank white space. This problem only happens on our clients network. It works fine on my own ...
5
votes
3answers
2k views
SharePoint 2010 branding - I see it (as site admin) but rest users don't
Our web developer helped me customize our SharePoint 2010 web application (few images and colors). Very basic. He made changes to the master page and I selected that master page and applied it to ...
4
votes
3answers
3k views
Can I use the same master page between Site Collections?
I've created a root site collection from the Publishing site collection template and am using a custom master page to style the site.
If I create another site collection how am I able to use the same ...
2
votes
1answer
2k views
How do I get a subsite to inherit the main masterpage?
I have a masterpage (copy of v4.master) and I added a link to a custom css. when I create a new site it does not pick up the correct master page. How do I fix this? thanks
2
votes
3answers
553 views
Can a web part prevent master page jQuery from executing properly?
I'm including jQuery and a custom .js file into the master page of my SharePoint 2010 site. In the $(document).ready() function, I'm setting a live event handler on an element in the header of the ...
1
vote
1answer
246 views
How to tell where a masterpage is used in a site collection?
Is there a way, within a site collection, to see all the pages that use a particular masterpage?
I have several masterpages and can't remember which ones are used where.
1
vote
1answer
388 views
How to configure two search boxes - one for people and one for content?
I would like to have two search boxes on my master page, one that would search for content and the other one that would search for people.
I see the code in the master page that searches for content:
...
0
votes
2answers
513 views
Reusable content disappearing on Publishing Page
On the publishing site I've created a simple page with a Page Content. I've added a web part there and then I'm trying to add a Reusable Content. However it turns into a like here
Any workarounds?
0
votes
2answers
3k views
No setting on sub-sites to inherit master page from parent of the site
I am using SharePoint 2010...........
When I create a sub-site and I go to "Site Settings" there is no option that will allow me to inherit site master page from parent of the site.
I have to ...