0
votes
2answers
73 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, ...
2
votes
1answer
110 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 ...
2
votes
2answers
410 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
506 views

best customized/branded meeting workspace

I am trying to find customized Meeting Workspace, but google didn't helped me at all, if someone knows please link me, Default Meeting workspace can be viewed by going to link given below, Basic ...
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
2k views

How do I display the Site Name on my master page?

I am using the starter master pages from Codeplex, and I want to have the current SiteName on each page. What is the best way to do that dynamically?
1
vote
2answers
525 views

Apply my custom branding to MYSites also?

I have a custom branding (masterpage that I created for my main web site) with company logo and navigation that I have used for all my site collections. I have also modified it to work with my search ...
1
vote
2answers
913 views

s4-nosetwidth messes up dialogbox

since im doing a branding for my SP enterprise server which uses a fixed and centered layout i need to use the s4-nosetwidth class to adjust my width.. as you can see in the screenshot below this ...
1
vote
2answers
836 views

Custom Master Page Referencing Controls in Code Behind

I have built a custom SharePoint 2010 master page where I have dropped a standard asp.net DropDownList control. I also have wired up a code behind file where I want to manipulate that control from. ...
4
votes
1answer
387 views

Search box disappears on search result page when using a customer masterpage

I have created a custom master page. I display the search box on the page using the following code: <asp:ContentPlaceHolder ID="PlaceHolderSearchArea" runat="server"> ...