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 ...
0
votes
1answer
307 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
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
2answers
29 views
How Can I Change My Intranet's Homepage Page Layout?
As part of the branding of our new SP2013-based intranet, I have created a new custom Masterpage and Page Layouts and set this as the default Masterpage.
I have also created a custom Masterpage and ...
2
votes
1answer
30 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 ...
3
votes
2answers
575 views
How do I apply master page changes to all subsites in SharePoint 2013?
I realize similar questions have been asked, but master pages have changed somwehwat in SharePoint Server 2013, and this is actually several questions in one. I've read lots and lots of articles, and ...
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
27 views
C# How to read display templates location in Sharepoint 2013
Sharpeoint 2013 has a default filter template located at:
_catalogs/masterpage/Display%20Templates/Filters/Filter_Default.js
How can I read the absolute path of the _catalogs masterpage in C# ?
...
2
votes
2answers
3k views
How to edit a sharepoint master page without using sharepoint designer?
I have a masterpage that resides on a sharepoint server, on the server designer is not installed.
Basically I want to be able to edit a master page in notepad.
Is this possible?
4
votes
3answers
51 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 ...
1
vote
0answers
24 views
MOSS 2007: Multi-layer flyout menus on the global navigation
I've reset the MaximumDynamicDisplayLevels to 30. My goal is to create a global navigation menu that leads to other SharePoint sites/external links. Each tab on the navigation is the top category with ...
0
votes
1answer
386 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
23 views
Design Manager has several problems
Environment: 2013 Enterprise, Server 2012, SQL 2012, single WFE with single SQL server
2013's Design Manager seems like a good idea, but it's causing me several headaches and I'm not sure where to ...
3
votes
2answers
406 views
Returning Full URL
I am writing code in my master page that examines the page's URL as shown in the browser
I have a web application at URL:
http://teams.sharepoint.org/sitecollections
and many site collections ...
2
votes
1answer
1k views
The file /sales/_catalogs/masterpage/v4.master does not exist
I use powershell to copy a site collection from production to dev. I never had issues before.
When I go to http://portal.company.net/sales I get following error
Server Error in '/' Application.
...
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
1answer
501 views
Master Page background picture change
I am creating a blog in sharepoint 2007 and i need to change the blue background that is standard on the masterpage. so far I have not been successful with this. I have read posts that say each ...
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 ...
2
votes
2answers
50 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 ...
0
votes
2answers
44 views
Problems saving Masterpage in Sharepoint Server 2010
My Sharepoint site is using a custom Masterpage.
I get an error just checking out, and saving the Masterpage without doing any changes.
When I open the masterpage in sharepoint designer, and try to ...
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.
...
1
vote
2answers
53 views
Using JQuery to Hide Elements on Masterpage
I want to make a few "special" pages in Sharepoint 2010, that hides the menu and ribbon from the Masterpage.
Is it possible to write JQuery code in a web part that can hide/disable/delete some ...
2
votes
3answers
582 views
Page layouts vs. Master pages
When do you create a custom page layout vs. a custom master page for a site? Is it good practice to create custom page layouts only for limited branding of SharePoint 2010? I'm thinking the page ...
0
votes
3answers
721 views
System.ArgumentException: Could not find the sitemap node with URL '/_layouts/WebAnalytics/WebAppSelection.aspx'
I've made a custom master page for my SharePoint site and it works fine on all the pages that I've checked except for the Web Analytics pages. I get the following error in the logs when I go there:
...
0
votes
1answer
28 views
Search is not working on my SharePoint 2010
i am using SP 2010 and i have this issue on my intranet site :
We configured the site URL to open as HTTPS protocol and after that i have error on my search that "We did not find any results"
Can ...
0
votes
1answer
37 views
Customizing Top navigation bar with javascript
I would like to make a customized the top navigation bar with mouse hoover and dropdown.
The list is all sites that person have access too in that site collection.
Since some people have access to ...
1
vote
3answers
102 views
masterpage javascript not working while anonymous user visits the site
Explanation.
I have applied anonymous access to entire website.
My Javascript working fine while users login.
But not woking while anonymous users visits the site.
I need to execute masterpage ...
1
vote
2answers
2k views
'Publish' missing in SharePoint Designer 2010
When I try to publish a new master page in SharePoint Designer 2010, the publish options are missing.
Also, I can't do anything from the Master Page gallery within SharePoint as the needed options ...
1
vote
1answer
42 views
Applying my mobile masterpage
My wish is to have mobile devices using my mobile friendly master page and regular browsers using the current v4.master-page. There's compleytly different content on these masterpages. I've tried a ...
1
vote
1answer
31 views
Custom Page inside SharePoint 2010
i am building a .aspx Terms & condition page for my Intranet with Save & Cancel buttons:
When we click on Save the user save inside a list as he agree on the terms & Condition content ...
0
votes
2answers
65 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
33 views
'Site Master Page' Verses 'System Master Page'
I want to know what difference is 'Site Master Page' and 'System Master Page'. I find it here in this tutorial,
http://kjellsj.blogspot.co.uk/2010/07/using-page-specific-master-page-in.html
0
votes
1answer
45 views
InfoPath form/List for a site still using SharePoint2007 interface inside SharePoint2010 environment. (timeline sensitive)
We recently completed a SharePoint 2007-2010 Migration last year. We have some sites that are using custom branding, and we've kept these sites using the 07 interface in order to prevent any broken ...
0
votes
3answers
33 views
Site Page Logo will not update from default
I have been working on a page and I had set it up to inherit from the parent, however when the page displays in the browser you can quickly view the new logo then the page reverts to the SharePoint ...
0
votes
1answer
31 views
How to display “English” link on Arabic website and “Arabic” link on English website
I want to display link "Arabic" on my English site so user can click on it to view "Arabic" version. I want to do similar thing on my Arabic site where it will display link "English".
How do I do ...
0
votes
1answer
23 views
How to display navigation in publishing site?
I have a publishing site with multi language support. The site uses its own main menu (navigation) with custom CSS. It is currently displaying static text like Home, About Us, Contact Us e.t.c. I want ...
0
votes
0answers
27 views
How to use customized Default Page Layout for Catalog Item Pages?
I try to implement an internet site with SharePoint 2013 using the new concept of cross site publishing.
Content is stored in an authoring site collection and crawled through the search service app. ...
0
votes
4answers
221 views
How to use relative URL for image in Master Page?
I am using a logo in my Master Page which will be displayed on all pages. How do I use its relative URL? Currently it is written as:
<img src="/sites/Style Library/Images/logo.jpg">
But it is ...
0
votes
1answer
43 views
{ListId} token is not replaced by the Id of the List
I'm extremly new with Sharepoint 2010.
In my masterpage, I display a list of news. I'd like to create a permanant "Add news" at the bottom of the list (programmatically) but I can't find the ListId. ...
0
votes
1answer
18 views
Custom application page
I am confused with complicated question, I am not understanding what they are asking in questoin, and what answer is doing,
0
votes
1answer
48 views
Difference between DynamicMasterPageFile and Static Token
I am reading article
http://blogs.msdn.com/b/bgeoffro/archive/2009/06/22/master-pages-revisited-references-to-master-pages-in-sharepoint.aspx
but I am not sure what they mean by ...
0
votes
1answer
712 views
System.ServiceModel.Channels.ServiceChannel in faulted state
When I try to deploy my SharePoint masterpage using Visual Studio I get the following error:
“The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for ...
0
votes
1answer
52 views
Within SharePoint how do we send data to login page rather than clicking on a sign-in button from previous page?
For public facing sites in SharePoint 2010, there is a sign-in button that you click, which leads to the sign-in page. Then on the sign-in page you can enter your credentials to sign-in.
Is there a ...
0
votes
0answers
25 views
What did I do wrong to implement my own masterpage to my custom web template?
0 down vote favorite
I am using sharepoint 2010 and VS2010.
I have implemented this tutorial for creating a custom web template, and it works:
...
0
votes
3answers
813 views
SP2013: Adding a custom usercontrol to masterpage using Design Manager
I created a custom masterpage using the SP2013 Design Manager. I also created a SharePoint solution in Visual studio 2012 with a custom usercontrol (ascx) and custom webparts.
The masterpage 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 ...
0
votes
1answer
50 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 ...
1
vote
3answers
95 views
Bi-lingual website in SharePoint
I am developing a website in SharePoint for the first time. It's a home page basically of my own theme with standard elements like header, slider image, main menu, footer and other items.
What I want ...
0
votes
0answers
18 views
How to specify themable.css in masterpage.html and locate it correct?
I'm having the problem, that I can only use the SharePoint 15 Hive (Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\1033\STYLES) to save my own themable.css and ...
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" ...
4
votes
1answer
112 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 ...




