In the context of SharePoint, branding usually refers to the application of a corporate image (colors, fonts, logos, and imagery) to SharePoint sites.

learn more… | top users | synonyms

0
votes
4answers
71 views

next step in branding project

Guys i need some advice with a branding project ive been working on. Im pretty new to all this so please bear with me. Ill give you some background first. Ive created a master page deployed it ...
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
3answers
49 views

How would I go about branding a blog subsite with publishing enabled in sp2010?

I am trying to add a blogging subsite to an already existing site collection. However, the site is heavily branded and I'm trying to figure out how to apply branding to the blog. Sharepoint 2010.
2
votes
2answers
386 views

Configuring SharePoint 2010 navigation for publishing pages

I have created a new SharePoint web site, but I am having an issue getting the navigation to work as per the project requirements. The client wants the navigation to show on the first level of ...
1
vote
2answers
100 views

SharePoint 2010 Modal Dialog body color

I have a link which opens my visual webpart inside Modal Dialog. I need to change the background color of Modal Dialog content area..dont want to make change in my custom css which is overiding ...
0
votes
2answers
76 views

Unable to update page layout

Working on branding an old sharepoint solution. Working on a machine where a sharepoint application has been previously set up and all the pages and page layouts have already been deployed. All I need ...
0
votes
2answers
191 views

editing V4.master page

I'm trying to edit and get rid of a few spaces in between the bar and a custom banner done by me, but when I cut this part of it drops me an error. How can I get rid of this table without it dropping ...
0
votes
2answers
113 views

Add Quick Launch to a Page Layout

I am trying to figure out how I can add the quick launch (for navigation) into the design of a page layout. I am using the starter master page for publishing made by Randy Drisgill. ...
0
votes
2answers
162 views

Webpart integration in Application page

I exported the List as webpart using Sharepoint Designer for "News and Annoucements". I have created a custom login page for our web app (application page). Is it possible to integrate the webpart ...
5
votes
1answer
87 views

Check if web is in pagepreview mode - ?pagepreview=true

How can I check if a page is in ?pagepreview=true mode? I've branded the sharepoint ribbon and need to check if a page is in pagepreview to get the site branded correct (js / css). Is there a way to ...
3
votes
1answer
113 views

Is this custom editing functionality in chrome header area hard to develop, any pointers at all?

I am trying to develop web parts with custom functionality for editing for normal users. In the chrome bar there would be the same sort of controls as you see in the top right of your browser (except ...
2
votes
1answer
42 views

Same styles across the sharepoint website

We have around 100 multiple users using a SharePoint Application. When editing each page, document, list or library item, users are styling the textual content as per their own styles, which results ...
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. ...
2
votes
1answer
106 views

Template XSLT Resources

I'm beginning to customize a SharePoint blog and noticed that a bulk of customization (at least in terms of web parts) can be done through linked XSLT files but I'm struggling on finding resources or ...
1
vote
1answer
66 views

User permission on SharePoint 2013 design package

I have created my own bespoke design package for SP2013 and imported without issues and it all looks great to me as the admin logged in. I have invited other users into my dev site and when they ...
0
votes
1answer
47 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
1answer
191 views

Stopping #s4-titlerow inline styling SP2010

I have a Masterpage which has custom CSS with some padding on the #s4-bodyContainer on some pages my #s4-titlerow gets an inline style and causes horizontal scrolling. I don't want this inline style ...
0
votes
1answer
107 views

Sharepoint 2007 _layouts/Upload.aspx does not open in my custom template

I've created custom template for Sharepoint 2007 by editing master page in _catalog/masterpage/defoult.master. Every thing seems to be fine except upload.aspx form of my Library. When I hit upload ...
0
votes
1answer
160 views

Display a users full name in Master Page

I have figured out how to display users login name ... <asp:LoginName runat="server" id="LoginName"></asp:LoginName> But how do I display the users full name? Thanks ... Mike [EDIT] ...
2
votes
0answers
198 views

SharePoint Branding and Parallax Scrolling

Has anyone been able to design SharePoint UI using Parallax scrolling? Similar to the following site http://www.milwaukeepolicenews.com/#menu=home-page (I am not affiliated with this site in anyway) ...
1
vote
0answers
252 views

@font-face problem in SharePoint

I'm trying to host my own font for my Site Collection, by using @font-face. I believe I've followed all best practices for the declaration: @font-face { font-family: 'ciclefina_italic'; src: ...
0
votes
0answers
47 views

What causes “portal.css” to be loaded on a My Site page?

I have a bizarre situation whereby if I deploy my custom branding solutions to my local SharePoint 2010 development environment, all the My Site pages automatically load a "portal.css" stylesheet (as ...
0
votes
0answers
191 views

SharePoint 2013 dynamic Navigation for Site

I am building a site in SP 2013 and have a question on the navigation. Initially we will have 4 items in the global navigation as: Page 1 Page 2 Page 3 Page 4 Now, based on the user selection, I ...