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 ...

learn more… | top users | synonyms

0
votes
0answers
34 views

Any ideas why the Inherit is not available on a SPWeb?

Any ideas why the Inherit is not available on a SPWeb?
0
votes
0answers
85 views

What causes the ribbon bar to be missing in master (landing) page and still visible but disabled in subsites?

I am missing the ribbon bar in my custom master page but it displays in all subsites in disbled condition. I have used the same copy of v4.master page and added my new custom css. I've edited the ...
0
votes
1answer
39 views

Use welcomepage from parent on subsites

How can I use a custom welcomepage (Home.aspx) on every subsite I create? When I select the Welcomepage in Site Settings I get an Welcome page invalid error.
0
votes
0answers
105 views

Allow subsites to inherit master page

I have a custom master page called custom.master which I have tweaked to enable a drop down 'Mega Menu' placed underneath the titlebar. I have gotten it working in my site (which is not the root site, ...
1
vote
2answers
115 views

Add script reference to all pages in a site collection when a feature is activated

I'd like to have a feature which adds a script reference to all pages in a site collection when activated. This seems like a scenario where I should just modify the master page, but for it to affect ...
1
vote
0answers
115 views

Default List pages (NewForm.aspx/EditForm.aspx) and breadcrumbs

All, My understanding of SharePoint is that NewForm.aspx/EditForm.aspx et al. are Application Pages that for each List are initially fetched from the Hive directly and processed by ASP.NET, but can ...
2
votes
2answers
513 views

How to retrieve Sharepoint list data in master page

I have Created Custom Master Page. and i want to access SharePoint List Data in this Master Page using JavaScript. I write the following script to access data but it gives error that ...
0
votes
0answers
57 views

right sided webparts in a div

Is it possible to place the rightsided webparts inside a div with id right? Like this (pipe is a div column): | left nav | left webpart | right webpart | I want to have a div floating to place ...
0
votes
2answers
411 views

Sharepoint 2013, how to unselect a theme?

I am working on a trial version of sharepoint 2013 creating a custom master page. Going well so far, apart from the fact that when I go to view the published site, I only see my background for a ...
0
votes
2answers
66 views

System master page is assigned to all pages, and site master pages has no effect

I am building a publishing site in SharePoint 2010, but I have get in troubles when I choose a masterpage: I have to choose the same masterpage to back-end pages and to site pages. I know that I can ...
0
votes
1answer
39 views

Use secondary masterpage as default

I am trying sharepoint in a small developing environment. I have a master frontpage that use a specific layout defined in a custom masterpage (master-front.master). It look like this | left box | ...
4
votes
1answer
180 views

Can I put my master page in the 14 hive?

I have a custom master page called "arx.master" that I use all over my portal. I am wondering if I could put it in c:\program files\common files\microsoft shared\web server ...
2
votes
2answers
77 views

How to change the master page

How can I change the master page of only one of the many sites in my 2007 sharepoint site. I do not have production site access so i cannot use designer. Pavan.
1
vote
1answer
43 views

After migration Sharepoint doesn't tell that the page is checked out

After we did a migration to a portal we found a weird behavior which I need your help in we migrated the masterpages manually and added the ribbon code and all of the placeholders the issue is that ...
2
votes
1answer
76 views

SharePoint root site master page

I have a root site and other site collections in same web application port If I edit the root site master page, Will it affect other site collections in this port? Regards, Abraham
0
votes
1answer
189 views

Stopping #s4-titlerow inline styling SP2010

I have a Masterpage which has custom CSS with some padding on the #s4-bodyContainer on some pages my #s4-titlerow gets an inline style and causes horizontal scrolling. I don't want this inline style ...
1
vote
1answer
248 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.
3
votes
2answers
310 views

Site Collection Pop Quiz: _layouts vs Style Library

First, let's say I have 2 site collections within a single web app at port 80: Main Site Collection: / Nested Site Collection: /sites/special/ So, let's say I have a module in a ...
0
votes
1answer
114 views

Sharepoint Modal box width issue overflowing

I have a problem with a custom master page I have designed for Sharepoint 2010 where the modal popup box is not wide enough and the elements are spilling off the side of the box. This is the box that ...
0
votes
1answer
406 views

401 Unauthorized caused by custom master page

just customized a master page for the new SP 2013 Foundation. Deployment, activation etc. works fine (i deploy it using a .wsp built with VS2012) but every time im trying to access my sp-page with the ...
1
vote
1answer
51 views

Sharepoint Model Box Height On Custom Master Page

We have a custom master page, the orignaly did'nt have this tags in it <div id="s4-workspace"> <div id="s4-bodyContainer"></div> </div> However, someone wanted to use ...
1
vote
1answer
427 views

How to dynamically change master page's master page?

I have designed a module that change master page dinamically based on user log-in privileges. I followed this tutorial : ...
2
votes
2answers
322 views

Add left and right margins or padding to custom v4.master (s4-bodyContainer)?

How do I add margins/padding to the left and right of the master page while still retaining the scroll-bar on the right? I don't want a fixed-width page - just scaling width, with left and right ...
0
votes
2answers
321 views

custom aspx page with default.master page CSS issue

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ItemDetails.aspx.cs" Inherits="namespacename" Debug="true" MasterPageFile="~/_layouts/default.master" %> <%@ Assembly ...
1
vote
1answer
354 views

SharePoint 2010 error while loading form

After a recent master page update I am noticing that some pages which usually have embedded forms are now displaying the following super informative error: There has been an error while loading the ...
1
vote
2answers
688 views

SHarepoint 2010 - popup an image for 5 second after i open my site

How i can popup an image that display for 5 second as slogan/announcement after opening my sharepoint site welcome page As Example: http://www.lebanese-forces.com regards, Hass
0
votes
2answers
195 views

How to route To different MasterPages in sharepoint?

I 'm trying to create a HttpModule that allows to route to different MasterPage preInt event. I' not an Expert about MasterPages. I'm trying to nderstand about MasterPages Token. I knows there ...
2
votes
1answer
103 views

Export site as a template and master page link?

We have a site collection that have several sub webs. In the root site, we created some custom master pages. We linked the subwebs masterpage url (SPWeb.MasterPageUrl) to the same, centralized ...
0
votes
1answer
311 views

How to enable anonymous access for the custom master page in SP2010

I created one site with forms based authentication and anonymous access. That is working fine. Now i want to replace the master page with the custom master page. I just copied the nightandday.master ...
4
votes
1answer
114 views

Define a new custom DelegateControl tag and ControlId?

I would like to add a new custom-defined DelegateControl to the bottom of my MasterPage so that I can install Google Remarketing markup to the bottom of all my pages with a Feature. I already have the ...
0
votes
0answers
88 views

File not found with V4.master

I am seeing a weird master page issue with a client. I am programmatically copying one site collection to another. I use the client object model to read the site and the server object model to post ...
4
votes
1answer
178 views

Web parts not working when applying new master page

I started a small Sharepoint site as a rush job. It's a bunch of fairly simple web part pages. Now that we're expanding it, I need to add a different master page. I was using our client's master ...
0
votes
1answer
23 views

Master page changes without reason or person?

Platform SharePoint 2010: I have problem with master pages changing without obvious reason. At the same farm there is 5 site collections and the newest site collection is set up from a other site ...
0
votes
2answers
255 views

SPD - creating a copy of master page = invalid

I'm using SP2010, and am working at the moment in SPD 2010. I have a site, and am trying use a copy of v4.master as the site master page. So, in SPD... (I got two different books on SPD, and they ...
0
votes
3answers
525 views

rootWeb.AllProperties[“__InheritsCustomMasterUrl”] = “True”; not working

I am developing a branding project, in this project i have custom master page, i can successfully deploy it and automatically apply to the root web. But i want all the subsites inherit the master page ...
0
votes
2answers
112 views

Unlink page from master

Is there a way to "unlink" a page from the master page? Specifically, what I want to do is have a completely blank page display a SharePoint ListViewWebPart. Alternatively, if I start by creating a ...
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
0
votes
1answer
385 views

Sharepoint 2010 Scroll Bar Problem

I'm after introducing a custom menu bar to my master page, unfortunately this has broken scrolling functionality. The code for my custom menu is: <ul id="Tnav" class="s4-notdlg" ...
0
votes
3answers
497 views

Free Master Pages to use?

I wonder if there are some basic and professional look master pages that we can freely use? (I am not looking anything complex but not want to use v4 and nightandday masters) Thanks
0
votes
1answer
95 views

When placeholder is filled with content from page in master page

My question about the placeholder, basically I have to perfrom a check in my custom user control for some controls, but does controls are loaded from a page in a placeholder. And my user is located ...
0
votes
2answers
90 views

How do I add a list to the master page?

In WCM, I have a list (or two) that I would like to have appear on every page of the site using SPD. I would like this list to be dynamic, based on and existing list. How do I add this list to all ...
0
votes
1answer
60 views

Help Changing Page Title

I am trying to change the page title for a pre-existing page in SharePoint. I've gone into "Edit" and changed the title from "Travel and Security" to "Immigration, Travel And Security". However, ...
1
vote
2answers
115 views

How to Change a Site Collection in WSS 3.0

I have a web application deployed in WSS 3.0, since I don't have the Office Publishing Feature how can I modify the masterpage of my site without affecting the site collection itself? I'd be glad to ...
0
votes
2answers
89 views

Master page error in subsite

I am inheriting a master page from site collection. The master page is having a dataview web part embedded inside it. The data view web part shows a list of the site collection. In the site collection ...
0
votes
1answer
642 views

Top Navigation Bar Drop down not working

OK so I have about 6 links on the top navigtion bar for my SharePoint site and there are subsites under each. Basically the structure is like this: Top Link 1 - Sub Link 1 - Sub Sub Link 1 ...
0
votes
2answers
218 views

Site and System Masterpages Issue

I have two custom masterpages, one for site, and one for the system pages. Both of these masterpages use the same CSS file, and they both also reference a different CSS file than the other. ...
0
votes
0answers
199 views

Using masterpage in webpart Sharepoint 2010

I have a webpart in sharepoint 2010 with many pages (ControlTemplates) Iam just analize request QueryString "action" param to set active page. In webPart class code looks like (method ...
0
votes
0answers
167 views

Redirect all pages in a MOSS subsite with custom master page?

I have a heavily-used MOSS subsite (publishing site) that needs to be moved to a different location in the site collection. Since many users have specific pages, documents etc. bookmarked in the ...
2
votes
3answers
500 views

Apply custom master for new site collection and sites under

This works for existing site collection and any new sites under it and their subsites BUT when I create a new site collection, well i can't even create a new site collection now as it gives me file ...
0
votes
2answers
196 views

How to map master page to the application page

Hello I created a application page in visual studio 2010. Now i want to mapp this to our master page. the default master page is, applicationv4.master. Now to map this to our application page? I ...

1 2 3 4 5 7