Custom Master Page are master pages customized to fit a specific implementation of a SharePoint solution.

learn more… | top users | synonyms

2
votes
3answers
2k views

Custom Masterpage - Background image from library

I was hoping someone may be able to guide me in the right direction. I want the header in a custom master page to have a background image that can be changed by an 'owner' in a user friendly manner. ...
0
votes
2answers
103 views

How to implement a custom masterpage in my custom web template?

I am using sharepoint 2010 and VS2010. I have implemented this tutorial for creating a custom web template, and it works: ...
0
votes
2answers
64 views

Add call to static method in master page

I have an branding solution with custom master page. I have also utilities assembly, which is deployed into GAC. I have a button in my master page and I'd like to bind it's navigate URL to result of ...
0
votes
2answers
193 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 ...
0
votes
2answers
898 views

Custom Master Page and default.aspx

I have created a custom master page for my site, but when i have set it as the sites master page the changes i have made to default.aspx no longer seem to be working. I have changed the sites ...
2
votes
1answer
32 views

Creating pages dynamically through code?

First thing is first, I'm doing this in Sharepoint 2013. I'm not exactly sure what the best approach is to be, so I'm explaining my problem and hopefully people can throw around some terms or ideas ...
1
vote
1answer
19 views

Multiple custom master pages crosstalk

I have a master page 'Master1' that is used on my main site collection. I have a second master page 'Master1_min' that is used on only one sub-site in the site collection. 'Master1_min' is set as ...
1
vote
1answer
388 views

Multi-level top navigation menu on the application/_layouts pages

I created custom master page, and I created feature for top navigation menu. My custom master page works fine, but not on the application/_layouts pages; viewlsts.aspx, settings.aspx, etc.. I only see ...
0
votes
1answer
93 views

SP2013 How to do vertical flyout menu in top navigation

I have a problem to get the vertical flyouts to work in SP2013, I try to do it the SP2010 way to change the DynamicDisplayLevel but no luck.. Need help on this to achieve the same functionally as we ...
0
votes
1answer
80 views

Setting ContentEditorWebPart ContentLink property to absolute path

To avoid adding some static HTML to my custom masterpage, and allow the end-user to easily change it by just changing an HTML file instead of the masterpage, I'm trying to embed a static ...
0
votes
1answer
31 views

Duplicate ContentPlaceHolder error for non-admins, but not admins

I have a custom master page for a staff directory. It was a modification of the minimal.master that I've named search.master. I thought everything was fine, until one of the normal users told me they ...
0
votes
1answer
247 views

How can I get the ID/Name of the selected DocumentLibrary using JavaScript in MasterPage?

I want to get the ID/Name of the DocumentLibrary when I Click/Select on any library from List of libraries from the Left Panel of MasterPage. Can I call the function from MasterPage or where ? How ? ...
0
votes
1answer
389 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 ...
0
votes
1answer
310 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 ...
0
votes
1answer
84 views

how to load custom menu last

I have a share point site i noticed the menu loads slow.its a customized menu based on a list and jquery.I load the script on my masterpages I would prefer this menu to load last after all the other ...
0
votes
1answer
184 views

Links appear multiple times in Sharepoint 2010 Welcome menu

I have an issue where scripts are loading multiple times causing the Welcome menu (by the users name in the header) to have multiple references "My profile" and "My Site" I have the issue on both ...
1
vote
0answers
22 views

SharePoint 2013 Migration - Home Page Style Unusable

I have a WSS 3.0 environment that we are migrating to SP2013 and the upgrade went as planned (and somewhat expected). We have a few sites that were apparently customized when it was WSS 2.0 and I am ...
1
vote
0answers
51 views

SharePoint 2010 AspMenu - Use OnClick instead of OnMouseOver?

Is it possible to have the SharePoint AspMenu control to show its flyouts (sub items) based on the user clicking the item, rather than based on the mouseover (or hover)?
1
vote
0answers
18 views

Import excel spreadsheet with photos

I am trying to import an excel spreadsheet with photos, It import without problems, except that it removes the photos. What am I doing wrong?
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
129 views

Webpart in page layout setup

I have this in my custom pagelayout: <ZoneTemplate> <PublishingWebControls:ContentByQueryWebPart runat="server" DataSourceID="" HelpMode="Modeless" ChromeType="TitleOnly" ...
0
votes
0answers
104 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, ...
0
votes
0answers
56 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
0answers
351 views

Where is template for customizing Person.aspx in SharePoint 2010?

SharePoint 2010 Enterprise, when using default mysite on front page it has some user details (first name, last name, department etc.). I have additional filed named Skype (which has skype name). Using ...
0
votes
0answers
44 views

Custom Masterpage breaking choice columns (SP2010)

I have a custom masterpage which was based on the start masterpages from codeplex. We have a situation where on our lists, choice columns won't save properly, they always default, but in the UI all ...
0
votes
0answers
367 views

how to make the current tab in the top nav a different color

I'm developing a new master page and I'm needing to make the tab in the navigation a different color if it is the current page. Here is what I have so far: <div class="nav"> ...