Custom Master Page are master pages customized to fit a specific implementation of a SharePoint solution.
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 ...
1
vote
1answer
389 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 ...
2
votes
1answer
34 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 ...
0
votes
1answer
33 views
Adding user control to 2013 master page causes a 404 error
I have a problem when adding a user control to my SharePoint 2013 master page: my site shows a 404 error.
At this point I have a brand new, empty user control (i.e. created in VS2012 but nothing ...
4
votes
3answers
58 views
Apply master page based on custom site template
Is it possible to programmatically set the master page for a site based on the custom template used to create said site?
I created some custom templates with custom page layout and webparts, they are ...
0
votes
1answer
410 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
0answers
23 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 ...
0
votes
2answers
903 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
2answers
65 views
Anatomy of a SharePoint 2010 Master Page? Resource for this?
I am interested in finding out detailed information about all the elements within the SharePoint master page v4 to start, in order to learn how to create my own while still retaining key ...
2
votes
2answers
778 views
How to include .js file from location different than “_layouts” folder to sharepoint master page?
I would like to include js file from different location that it's now. Currently in master page code it looks as below:
<SharePoint:ScriptLink ID="ScriptLink1" language="javascript" ...
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
1answer
97 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 ...
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 ...
0
votes
2answers
66 views
Achieving consistent branding for all SharePoint 2013 sites
I see that a lot of the discussions and documentation tend to be focused on branding solutions for publishing sites and understandably so. We have a lot of other types of sites too (e.g. communities, ...
0
votes
1answer
56 views
Exception error when getting master page in powershell
I wanted to see which site collections in our 2010 environment are not following the rules and are deactivating the Master Page in the settings.
I have some powershell code that works just fine, ...
1
vote
0answers
55 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)?
0
votes
2answers
123 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
1answer
36 views
Will it come in Master Page or Page Layout? (doing integration for the first time)
I am going to integrate the following home and about page for the first time using SharePoint designer. As far as I know there are 3 types of pages.
Master page
Page layout that comes under master ...
1
vote
1answer
252 views
The attribute 'autoeventwireup' is not allowed in this page in sharepoint
I had two FARMS. QA and PROD. Both are identical. 2 WFE / 2 APPSERVERS / 1 SQL BACKEND.
When (in QA) I browse an .aspx page it returns this error:
The attribute 'autoeventwireup' is not allowed ...
0
votes
1answer
54 views
Understanding master page (where is the main content area?)
Let's say I make a copy of minimal starter master page which is available on internet. What is the main content area in that master page where I can write something my own text?
I mean there are many ...
0
votes
3answers
878 views
Is it possible to create SharePoint masterpage using Visual studio 2010
I've used sharepoint designer in the past to create my custom master pages. I personally do not like sharepoint designer because it's so buggy (slow, shuts down unexpected, ect). With all the new ...
0
votes
1answer
86 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 ...
1
vote
2answers
48 views
Site Permissions With Custom Navigation
I recently edited my organization's intranet site by creating a JavaScript file which utilizes jQuery v.8 and jQuery UI. My custom JS creates an unordered list with site navigation that has drop ...
0
votes
2answers
307 views
SharePoint 2010 Deployment will not update Master pages because SPFile.CustomizedPageStatus is 'None'
We have the following scenario and are hoping someone can help:
Original 2007 Publishing Site content database upgraded to 2010
Page templates in use have never been Ghosted because they were ...
0
votes
2answers
69 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 ...
3
votes
4answers
1k views
How to Repair a Broken v4.master Without Direct Access to the Server?
I've zonked my v4.master page by putting a bad link in a ScriptLink tag. All my pages, including the Settings pages, produce only "Cannot make a cache safe URL for..." error messages. I can fix the ...
0
votes
1answer
59 views
What is the Ideal Approach for Creating a Custom Home Page?
I need to create a custom home page for our SharePoint 2010 site. The rest of the site will use a separate template for all of the sub-pages.
Should I create a dedicated master page for the home page ...
0
votes
1answer
511 views
How to customize master page with fixed width (SharePoint 2010)?
My previous question was closed. I want to have a master page with fixed width. I tried to set the margins for the master page as follows,
/*css*/
body
{
margin-left:50px;
margin-right:50px;
}
...
3
votes
2answers
234 views
Sharepoint site using corev4 AND custom CSS File?
I'm using a custom Masterpage which references a custom CSS File in the header like so:
<Sharepoint:CssRegistration Name="CUSTOM/Custom.css" runat="server"/>
My custom CSS file is simply a ...
0
votes
2answers
39 views
Publishing in Sharepoint 2010
My question is concerning publishing a SharePoint master page. The SharePoint documents that I work on are under source control and therefore have to be "checked out". Whenever I "check in" a ...
5
votes
1answer
50 views
What is __spText1 and __spText2 used for?
Hello I am new to SharePoint and I wanted to make a custom master page.
I've stumbled on __spText1 and __spText2 and I was wondering if I can remove them? If not, what do they do / represent?
Thank ...
0
votes
1answer
35 views
I keep getting “Revert to template” whenever I set a custom masterpage for one particular page
I made 2 master pages. One named "reg_page.master" for all the regular pages, still containing the Quick Launch, and another one named "home_page.master" for the homepage only. The homepage has an ...
1
vote
1answer
38 views
Can I force subsites to use the Master Page of a custom theme?
First off, this issue is with a Custom Theme & Master Page in Sharepoint 2007.
Is there a way to force subsites to re-pull the Master Page from the Custom Theme within the 12 Hive? Due to lack of ...
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
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 ...
1
vote
2answers
696 views
HTML-Element appears in dialog-windows though s4-notdlg is set
I have a customized sharepoint masterpage. The basic structure is the starter master pages from codeplex.
So i did my customizing and unfortunately some of the elements appear in the dialog windows ...
0
votes
1answer
122 views
customizing MasterPage and removing Placeholder
I would like to remove PlaceHolderPageDescription. But I get error something like PlaceHolderPageDescription couldn't be found. Why sometimes you cann't remove a placeholder from a MasterPage? is it ...
2
votes
1answer
104 views
Use different masterpage for pages library
How do I go about applying a custom masterpage just to "front end" pages? i.e. I want all of the administration parts of the SharePoint site to follow default look and feel (viewlsts.aspx, managing ...
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
130 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
1answer
91 views
Content Query Webpart outputs HTML
I have inserted a CQWP on a site and set it to print a description, but it prints out HTML code.
disable-output-escaping is set to yes. That doesn't help.
Also when I try to edit it to make it ...
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?
1
vote
3answers
48 views
Use a webpart throughtout the site
Is it possible to use a webpart, f.x. a list of news on all sites, f.x. in a right column?
The webpart will only be created once and then "copied" to all other sub-/sites.?
0
votes
2answers
247 views
quick launch items missing
For some reason the Quick Launch Items has gone missing from my custom masterpage and I am not sure hwo to get them back...
The code for my Quick Launch:
<Sharepoint:SPNavigationManager
...
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, ...
2
votes
1answer
240 views
Custom Master page is not available under Site Master Page Settings
I have created a Custom Master Page in VS2010 and deploy Project to SharePoint. First I activated site Collection feature "SharePoint Server Publishing Infrastructure" and then i also activated site ...
2
votes
2answers
515 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
58 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
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 | ...





