Custom Master Page are master pages customized to fit a specific implementation of a SharePoint solution.
0
votes
0answers
7 views
SharePoint 2013 Online Theme Masterpage Top Nav dropdown links wrap and can't be distinguished
Any good Masterpage CSS fix for this?
These are actually two link entries.. looks terrible and as you can imagine tough to use.
1
vote
2answers
25 views
Master page permission problem
I have a single master page and say i have 3 users like 2 admins and the other is normal user.now in the master i need different links for different users.like the links available for first admin ...
0
votes
0answers
5 views
Publishing a masterpage change - Server error file may have been deleted?
New SPO site, trying to edit the Oslo master page, but getting these errors on check in.
0
votes
1answer
38 views
Editing SPO 2013 Master Pages - no effect and where do you place javascript code block?
I'm trying to add a jQueryt block to oslo master page on spo 2013. check out, make changes and save, but no apparent impact. Am I placing javascript in the wrong place? do I need to do any additional ...
1
vote
0answers
18 views
“Design Manager Bug” when adding an app
In 2013 if you create a custom master page and upload it with Design Manager and it does not contain the left nav menu placeholder (see the blog article here) the "Add an app" function breaks. ...
2
votes
0answers
18 views
SP looking for CSS files in the wrong place
Environment: SP2013 Enterprise, custom master page, Dreamweaver
I've made a custom master page complete with its own CSS. My style sheets are linked near the bottom of the <head> like so:
...
0
votes
1answer
20 views
IIS 401 errors getting custom master page css and js
Environment: 2013 Enterprise, single WFE, full control of environment
I'm building a custom master page for a SP site collection using a very basic setup. It's a simple responsive HTML page using ...
0
votes
1answer
25 views
How I can change the search area background color
I have moved the search area div to be inside the suiteBarRight, as follow inside my seatle.master:-
<div id="suiteBarRight">
<SharePoint:AjaxDelta runat="server" id="DeltaSuiteBarRight" ...
0
votes
1answer
33 views
Hiding the s4-titlerow Div will not have any effect on my team & community site
I need to remove the unused white space from my team site and my community site, I added a custom CSS which have the following :-
div#s4-titlerow{
display: none;
}
But still the s4-titlerow is ...
2
votes
1answer
36 views
Changing the username color to be white
I have a SharePoint web application which contains both a team site & a community site. I have changed the upper left suite bar colour to be blue, but this will make the username not very ...
0
votes
0answers
49 views
Can not find ms-core-brandingText inside the seattle.master
I am trying to locate the ms-core-brandingText div which displays the site logo and other info, but I can not find this div inside the Seattle.master. Where can I find this div?
0
votes
0answers
22 views
Sharepoint 2010 site not Inheriting Master Page
I think it may be an 'Invalid MasterPage' so Sharepoint will not allow it to cascade down to other sites. The master page is applied to to New Pages though.
We have turned on publishing and have ...
0
votes
1answer
34 views
Custom master page
I create master page inherited from v4.master and one layout page. I dont know how I can add standart Quik Lunch menu to my master page. At now I was tried copy-paste content from some created in SPD ...
0
votes
1answer
55 views
How to dynamically load js file in master page based on aspx page loaded?
I have include all the link to my javascript file in my master page using tag. Can I load specific js file according to pages loaded? (for example, I would like to load home.js only when Home.aspx is ...
0
votes
2answers
41 views
Master page giving error: System.NullReferenceException: Object reference not set to an instance of an object
So this is the scene:
We have a sharepoint site with different portals. Each portal is deployed by its seperate wsp on same server.Now there is this staging server where all of us deploy our wsps for ...
2
votes
1answer
31 views
CssRegistration After-property with custom stylesheet
I'm using several custom stylsheets in my custom masterpage, but it's important in what order they are rendered. On the first one I use the After property like this:
<SharePoint:CssRegistration ...
0
votes
3answers
32 views
Is it possible to create a page layout or masterpage with a common webpart zone used for all the pages in a subsite?
I have a business need to create a page layout or masterpage in SharePoint that will have a web part zone which will stay consistant for all pages in the selected subsite.
The content in the web part ...
1
vote
0answers
54 views
Office 365 Public Website JavaScript Snippets - how to remove
Playing around with Office 365 public website Master Page. Used security trimming to strip down the master page to reduce weight for use in responsive design. Assumption is we would not want any of ...
0
votes
1answer
33 views
Custom Master Page Feature on Parent Site automatically getting activated on activating child's master page feature
I've created and deployed a custom master page and kept its scope to be Web because I want to apply to specific sites not the complete site collection. But when I activate feature at a specific site, ...
1
vote
1answer
148 views
Items And List Tabs In Ribbon Don't Show After Editing Page
In my portal I am running a custom master page. I have an issue, however, that the Items and List tabs don't show (even for admin) until I click in an existing list, in which case the ribbon opens.
...
0
votes
2answers
45 views
Javascript in my masterpage loads in Firefox but not IE
In my masterpage, I've loaded a simple javascript file from /_layouts/myfolder/myjs.js - and the script loads and runs in Firefox (even in different instances and with different plugins) but not in IE ...
0
votes
0answers
21 views
SP2013 IE7 Master Page, and yes I know it isn't supported
Our organization is stuck with IE7 as the current browser. That ain't gonna change, and I'm stuck with that reality for now. Yes, I know, IE7 is listed as "Not Supported" by MS for SP2013. I need to ...
1
vote
1answer
39 views
How do you generate snippets for custom web parts to include on HTML master pages?
In Sharepoint 2013, you can edit HTML master pages using the Design Manager and the Snippet Gallery. How do you edit the list of web parts to include custom web parts so that it will generate the ...
1
vote
3answers
133 views
Masterpage and CSS are not applied in IE 8
In SharePoint 2013, I have my custom masterpage. Masterpage uses custom CSS.
Inside of my custom CSS I have:
#suiteBarLeft,
#suiteBarRight {
background-color:#004250;
...
0
votes
1answer
28 views
Give user total control to all subsites
I am in a sharepoint application that was already built using MOSS 2007.
At this application my user has total control on the admnistration and is a administrator on the root website ...
0
votes
1answer
65 views
Is it possible to hide a specific part of a custom masterpage on a single page without creating a second masterpage?
I've got a custom masterpage, that I use for my publishing page. On the left is an area for navigation but I want to hide that area for the starting page (should be the default.aspx in the Pages ...
1
vote
0answers
18 views
Make SharePoint Top Navigation Multi lingual
I have sharepoint navigation in SP 2013, I need to make it multi lingual, I am facing the problem of adding links, and they are multi lingual, but there is only one hyperlink that's unable to be in 2 ...
1
vote
0answers
18 views
Apply masterPage to SearchCenter on Subsite
I am working in a project in Sharepoint Designer that was already built in MOSS 2007, and it has the structure:
An site collection / and some subsites, one of them called SearchCenter.
The ...
1
vote
0answers
103 views
Feature stapling for applying custom master page on site collection creation doesn't work
I've got a WebApplication which should contain a publishing site collection and a custom masterpage for that site collection. I wanted to achieve, if this site collection is created during deployment, ...
1
vote
0answers
57 views
Fixed Width Master Page Issue: List Item Drop Down Menu Gets Cropped / Cutoff
We have a custom master page that is setup in a Fixed Width format. On pages that have a lot of columns we get overflow scroll bars on the x axis which we are fine with.
The issue is that the list ...
2
votes
0answers
48 views
_catalogs/masterpage/ returns 404 NOT FOUND - MOSS 2007
I am new in Sharepoint, but I am with a project that is using MOSS 2007.
When I try to access Gallery > Master Page it redirects to http://myservername/_catalogs/masterpage/.
The problem is that ...
1
vote
0answers
18 views
Issue between user control and Visual webpart
I have user control in my master page (countrycontrol.ascx) on clicking the user control It will show links, user is allowed to select the country based on the selected country the visual webpart need ...
2
votes
1answer
67 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
110 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 ...
1
vote
0answers
57 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 ...
4
votes
3answers
86 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 ...
2
votes
2answers
159 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 ...
1
vote
1answer
21 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
121 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
133 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
68 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
594 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
47 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
79 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
1answer
113 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
213 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
2answers
555 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 ...
1
vote
2answers
76 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
104 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
1answer
76 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 ...