Master pages not applying to site and subsites

I am having an issue with a master page not applying to a site and subsites. The site is created using the community template and has the following hierarchy:
TopLevel: SharePoint Central - server/SPCtrlv2/sitepages/welcome.aspx (webpart page)
subsite1: Community - server/SPCtrlv2/community/sitepages/categories.aspx (community template)
subsite2: Learn - server/SPCtrlv2/learn/pages/default.aspx (publisher template)
subsite3: Showcase - server/SPCtrlv2/showcase/default.aspx (blog template)
The community site was created and then the Welcome page was changed to point to the Welcome.aspx location. (not sure if that matters) When making the application from the top level via Site Settings > Look and Feel > Master Page > dropdown from
Site Master Page (SPC_Global), the master is only applying to the Learn sub site. In SP Designer, the master page/ css files are not showing although they are on the site. (Using designer 2010)
I was able to apply the master with no problem when the top level used the publisher site template. Unfortuately, the community template is not available at the sub site level so we created a new site with the community template at the top.
Any guidance you can provide is much appreciated

Hi,
According to your description, you want to apply master page to all sub sites.
Did you use SharePoint 2010 or SharePoint 2013?
If you use SharePoint 2013, you may need to use SharePoint Designer 2013 to find the master page file.
For applying master page to all subsites, I suggest you do as the followings:
1. Make sure you have enabled the “Reset all subsites to inherit this site master page setting” in the Top Level “site
setting”->”site master page setting”.
2. Check whether you have enabled “Inherit site master page from parent of this site” in the “site setting”->” site master page setting” of each sub site.
There are some detailed articles for your reference:
http://davecoleman146.com/2011/06/28/apply-master-page-for-all-subsites-in-sharepoint-2010/
http://msdn.microsoft.com/en-us/library/office/jj862339(v=office.15).aspx
Best regards
Patrick Liang
TechNet Community Support

Similar Messages

  • Change site master page not working in team site

    For an intranet site I have a heavily customized master page but want to retain the default v4 master for admin pages. I haven't activated publishing for the site but can access changesitemasterpage.aspx and set the site and system master page.
    Action:
    Set site master to custom, set system master to v4
    Expected result:
    Exactly what the description says:
    "The system master page will be used by administrative pages, lists, and document library views on this site."
    Actual result:
    ALL pages use the v4 master.
    The only way to get the custom master to work is to change the system master setting to "custom".  But then the styling interferes with the functionality of the admin pages. Is this another case of SP not doing what it says it's going to do,
    or is it broken?

    Hi  ,
    For your issue, there are two approaches you can refer to:
    1.Activate publishing feature, set custom master page for “Site Master Page”. The site master page will be used by all publishing pages - the pages that visitors to your website will see.
    2.Go to  C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS,  you can find all the application pages in the folder (such as settings.aspx) . Open the aspx page
    and find the dynamicMasterPage attribute at the page tag, change the value to default.master instead of custom.master. (not recommend)
    Reference:
    http://social.technet.microsoft.com/Forums/en-US/93611bbb-e9b1-4ec0-8011-5b6fbc4e8b2c/change-master-page-in-team-site-in-share-point-2010?forum=sharepointcustomizationprevious 
    http://msdn.microsoft.com/en-us/library/office/ee537530(v=office.14).aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Deployed Custom Master Page Not Visible in Designer

    My team has created a custom master page and has packaged and deployed it as a feature. The custom master page file correctly appears in the master pages gallery via the Web UI, but it's not showing up in the Master Pages folder when the site is opened
    in Designer. What are we missing?

    Hi,
    when the master page was deployed by a sandbox solution please make sure that the master page is checked in and approved. SharePoint doesn't check in and approve files that was deployed by a sandbox solution. Also make sure that the correct content type
    is assigned. because otherwise you won't see it too.
    To set the content type of the master page on deployment correct you just need to simply add the following inside the <file>
    <Property Name="ContentType" Value="$Resources:cmscore,contenttype_masterpage_name;" />
    If the master page is a farm  you should also add the content type but it will be checked in automatically. I hope you are on root level of your site collection because the master page will not deployed to the sub sites.
    In SharePoint Designer you also have two different approaches to find the master page.
    Approach 1:
    Use the Master Page Entry on the navigation pane left. The Master Page will only show up if content type ins correctly set.
    Approach 2:
    Go to "All Files" -> _catalogs -> masterpage
    By using approach two you will see the same amount of files that you can review in SharePoint. You will also find the article pages in there.
    Hope this helps
    Kind regards
    Stefan
    http://www.n8d.at/blog
    Follow me on Twitter: StFBauer |
    n8design
    Microsoft Community Contributor 2011
    MCTS - SharePoint / WSS Configuration and Development

  • Master page not picking up images associated in ISF file

    Hi
    I am using FM11. RH10 as part of TCS4.
    Last year I had created a master page and settings file (ISF). We are now revising it.
    Some of our styles have images associated with them (Style name > Format > Borders and Shading > Shading > Pattern).
    My workflow:
    1.   Open a blank RH project.
    2.   Link FM book. All the FM files are imported. But there are no images in the Project Manager pod > Images folder yet.
    3.   Associate and apply the ISF file. Images show up in the Images folder. But they have this X mark against them. So I assume they are just some sort of placeholders yet. I check the topic where these images are used. They are empty as well.
    4.   Import the master page. I get a message that images are also imported. The X mark against the images are gone and they show up in the topic as well.
    That is how it worked in the previous version, which was correct.
    Now, that is not happening. Steps 1 to 3 work fine. But when I import the master page (Step 4), The confirmation message does not mention anything about the images.
    In both cases, the ISF file, master page, and the images are all in the same folder. Now the only way to get the images work is by manually copying all the images to the RH project folder.
    Can somebody please tell me why this is not working the way it used to work? From what I see, I am not doing anything different. I have even opened the master page in an XML editor and checked. I did not see any difference.
    Sreekanth

    Thanks for your quick reply, Jeff.
    Tried that, still no luck.
    Sreekanth

  • Custom HTML Master Page not updating when activating Feature via PowerShell

    I created a WSP to deploy a HTML Master Page.  I later have code that will publish this Master Page to create a .master, but I stripped this out just to simplify things.  My issue is with the first step - getting the HTML Master Page file to
    update by activating the feature using PowerShell.  I don't understand why it's not working - I'm not even using this Master Page currently.  Plus, oddly the master page does update if I go into the UI and deactivate/activate my feature. 
    I can easily reproduce this problem using the following steps:
    1. Created a SharePoint Empty Project named SharePointProject1
    2. Added a Module named Module1
    3. Added a HTML Master Page called MyMaster.html and updated the elements.xml file for the Module1 with the following:
     <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
      <Module Name="Module1" Url="_catalogs/masterPage/Test">
        <File Path="Module1\MyMaster.html" Url="MyMaster.html" ReplaceContent="TRUE" Level="Published" Type="GhostableInLibrary">
          <Property Name="Title" Value="My Master Page" />
          <Property Name="MasterPageDescription" Value="My Master Page" />
          <Property Name="UIVersion" Value=";#15;#" />
          <Property Name="HtmlDesignAssociated" Value="TRUE" />
          <Property Name="ContentType" Value="Html Master Page" />
        </File>
      </Module>
    </Elements>
    4. Deployed the WSP and activated the Feature containing Module1
    5. Updated the HTML Master Page
    6. Re-deployed the WSP
    7. Deactivated the feature and Reactivated the feature using PowerShell 
         => _catalogs/masterpage/test folder still has OLD file - Why??
        $deployFeatureId = "575ec423-1b20-404c-8b2c-d160426c53e7"
        Disable-SPFeature -Identity $deployFeatureId -Url
    http://sp2013local -confirm:$false
        Enable-SPFeature -Identity $deployFeatureId -Url
    http://sp2013local
    8. Deactivated the feature and Reactivated the feature through UI
         => _catalogs/masterpage/test folder now has the correct file
    I even added event receiver code to delete the HTML file on deactivation but that still didn't work.

    Hi Sagar,
    The second link isn't applicable for me because I'm not setting the Master Page for the site collection just yet.  I'm just trying to get the version to be correct in the master page library first.
    For the first link, I am trying to publish a Master Page, not a Page Layout.  I did try adding some similar code that I found from this article,
    http://www.eliostruyf.com/provision-your-html-designs-master-pages-page-layouts-to-sharepoint-2013/
    but the same result.  PowerShell is still copying an old version of the file to the Master Page Gallery, but the activating/deactivating the feature in the UI works fine. 
    Here is my code:
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
      <Module Name="Module1" Url="_catalogs/masterPage/Test">
        <File Path="Module1\MyMaster.html" Url="MyMaster.html" ReplaceContent="TRUE" Level="Draft" Type="GhostableInLibrary">
        </File>
      </Module>
    </Elements>
        public class Feature1EventReceiver : SPFeatureReceiver
            public override void FeatureActivated(SPFeatureReceiverProperties properties)
                SPSite site = (SPSite)properties.Feature.Parent;
                PublishMasterPage(site, "/_catalogs/masterpage/Test/MyMaster.html");
            public void PublishMasterPage(SPSite site, string filePath)
                SPFile file = site.RootWeb.GetFile(filePath);
                if (file.CheckOutType != SPFile.SPCheckOutType.None)
                    file.Item.Update();
                else
                    file.CheckOut();
                    file.Item.Update();
                file.CheckIn("Checked in by the branding deploy feature", SPCheckinType.MajorCheckIn);
                if (file.DocumentLibrary.EnableModeration)
                    file.Approve("Approved by the branding deploy feature");

  • Master page changes in different site collection.

     Hi,
    I have one requirement for master page changes. i have two site collections ABC and XYZ , When navigate sites the master page  it will changes automatically. how to develop this requirement.

    Is your requirement is to have different master page for different site collection. If so, refer to the following posts for more information
    http://sharepoint.stackexchange.com/questions/94216/how-to-deploy-masterpage-to-entire-site-collection
    https://support.office.com/en-in/article/Customize-a-master-page-to-brand-your-site-0a57b837-4c97-4af9-a088-fedf3dfd1dd5
    Cheers,

  • How to attach a default master page to a aspx site page ?

    Hi
    I make a aspx file in the sharepoint designer 2013, and I place a hyperlink inside the form.
    It do well
    Then I try to attach a master page.
    In the sharepoint designer menu I click at the style button, then click at the attach button and select
    the default master page "oslo"
    But when I open the site in the internet browser, the site comes with an error.
    Below here is the code before and after attaching the master page
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <%@ Page Language="C#" %>
    <%@ Register tagprefix="SharePoint" namespace="Microsoft.SharePoint.WebControls" assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <meta name="WebPartPageExpansion" content="full" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled 2</title>
    <meta http-equiv="X-UA-Compatible" content="IE=10" />
    <SharePoint:CssRegistration Name="default" runat="server"/>
    </head>
    <body>
    <form id="form1" runat="server">
    <asp:HyperLink runat="server" id="HyperLink1">HyperLink</asp:HyperLink>
    </form>
    </body>
    </html>
    %@ Page Language="C#" masterpagefile="~masterurl/custom.master" title="Untitled 2" inherits="Microsoft.SharePoint.WebPartPages.WebPartPage, Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
    meta:webpartpageexpansion="full" meta:progid="SharePoint.WebPartPage.Document" %>
    <%@ Register tagprefix="SharePoint" namespace="Microsoft.SharePoint.WebControls" assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <asp:Content id="Content1" runat="Server" contentplaceholderid="PlaceHolderUtilityContent">
    <form id="form1" runat="server">
    <asp:HyperLink runat="server" id="HyperLink1">HyperLink</asp:HyperLink>
    </form>
    </asp:Content>

    Hi,
    According to your post, an error occurred when you added the master page to a aspx site page.
    Please do as follows:
    1. Use "~sitecollection/_catalogs/masterpage/custom.master" instead of "~masterurl/custom.master" .
    2. Remove the form tag.
    Code:
    <%@ Page Language="C#" Inherits="Microsoft.SharePoint.WebPartPages.WikiEditPage" MasterPageFile="~sitecollection/_catalogs/masterpage/custom.master" MainContentID="PlaceHolderMain" meta:webpartpageexpansion="full" meta:progid="SharePoint.WebPartPage.Document" %>
    <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server">
    <asp:HyperLink runat="server" id="HyperLink1">HyperLink</asp:HyperLink>
    </asp:Content>
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Why does firefox say this not a trusted site and that legitimate businesses are trusted by Firefox

    Hi,
    One of my partners in New York just sent me an email to say that when he went onto our site www.101BusinessInsights.info a huge banner appeared on his screen saying " this not a trusted site and that legitimate businesses are trusted by Firefox"
    Please can you advise why this is so and what can be done to make sure this does not happen.
    Kind regards, Andre Jankowitz
    CEO Business Insights Group
    Zurich, Switzerland
    +41 44 58 63 101
    [email protected]
    [email protected]

    http://www.101businessinsights.info/ loads fine.
    https://www.101businessinsights.info/ is what comes up as untrusted. Read the '''''Technical Details''''' to see what the problem = the certificate being used isn't valid for that domain.

  • Metadata tab in master page not there

    "Define your sitemap". I right clicked the master page just liked it asked and went to page properties but there was no metadata tab to allow me to add a prefix or suffix? NB  I have the latest version of Adobe Muse.

    I am having the same issue as the person above. Here is a screen shot of where I clicked on page properties: 
    As well as the screen I see:
    I too have the latest update of Adobe Muse CS6 (Release Version: v4.1, Build 8, Cl 774415.
    I do have the MetaData option if I put an image into one of the pages (any one of the pages), go back to the plan page, and right click on the main master. Yet, from what the tutorial says as well as your image I should be able to do it previous to doing that.
    Any help you can give me would be greatly appreciated!
    Thanks,
    Joni

  • Webparts and user in source variation site's page not propagating target site's page

    Hi ,
    I have issue with variation.
    1) User in people picker field in source page not propagating in target page
    2) Webparts in source page are not propagating in target page
    No error in ULS log.
    Thanks,
    Dinesh

    Hi Dinesh,
    Please provide some screenshots about your issue.
    Please make sure you have selected "Update Target Page Web Parts" under Site Collection Administartion->Variations.
    In addition, please check if the link is useful:
    http://technet.microsoft.com/en-US/library/ff628966(v=office.15).aspx
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Master pages don't update site wide

    I made a change to my "a" master. Dragging the footer further down. the only way I can get it to update the other pages is to apply, let's say the "b" master to a page then change it back to the "a" master. that is the only way it reflects the change i made. Has anyone else had this problem?

    The test site I was working on was done with the very first release with many updates done. I just created a new site and everything seems to work just fine. On a side note, you hear about all the things muse can't do. All are very true, I've built a couple of sites with DW and have spent countless hours in chat rooms and forums trying to figure out things like styling wigets, absoulte DIV's, z-index for menus and on and on. Then when I go back a couple of months later to try and add some pages, I can't remember what the heck I did when I first created the site. Sound familiar?
    I'm very comfortable in the InDesign enviroment which helps when using muse. The trade off for that work flow for me is worth the things that aren't yet in muse. It's nice for me to get into muse and see my vision come to life without the brain damage.

  • How can I create a custom feature, which will automatically take a custom master page while creating a site ?

    Hello ,
    I am new in Sharepoint development . I am trying to create a Sharepoint feature to Activate master page automatically while creating the site .Below mentioned code I am using to do this . 
    But When I am creating any site under site collection .It is not applying automatically . I have to manually Activate that feature . 
    SPSite site = properties.Feature.Parent as SPSite;
    SPWeb rootWeb = site.RootWeb;
    Uri masterUri = new Uri(rootWeb.Url + "/_catalogs/masterpage/mycustom.master");
    rootWeb.MasterUrl = masterUri.AbsolutePath;
    rootWeb.CustomMasterUrl = masterUri.AbsolutePath;
    rootWeb.Update();
    How Can I create a feature that can activate the master page at same time of site creation under Site collection ,Without any manual work .. 
    Thanks in Advance .. 

    Hi,
    You can associate master page during feature activation as follows:
    http://social.technet.microsoft.com/wiki/contents/articles/19933.sharepoint-2010-set-a-custom-master-page-during-feature-activation.aspx
    Then, you can use feature stapling to apply automatically on site creation:
    http://blogs.msdn.com/b/kunal_mukherjee/archive/2011/01/11/feature-stapling-in-sharepoint-2010.aspx
    Thanks,
    Avni Bhatt

  • Sharepoint 2013 master page branding for public site

    We have created one SharePoint 2013 public site in office 365.
    We create a custom master page for entire site.when i am login with particular user then its fine.but for anonymous user publishing page design and content not properly view.
    please provide me proper solution for publishing page layout that works with anonymous user.

    You should be able to configure this within the library settings of the master page library as below.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Changing font/-size of a text field on master-pages not possible? (field prop)

    Hi,
    I would like to change the font and font-size of a textfield on a master page.
    I wonder if I do anything wrong, because the font-options (size, font etc.) are simple greyed out / not avaliable, when I click on my text field.
    It seems, there is any way to customize the font-properties of a textfield (only) on master-page.
    Well I guess it would work with java script in init-event ...  but really, why the hell it should not be possible simply to use the properties/text properties?!
    Please correct me if I am wrong. Do I do anything wrong or is it really not possible to customize font of a text field on master pages?

    Hi,
    I was just about to post, that I figured it out.
    Actually, I use Livecycle Designer in SAP (transaction SFP). There seems to be a bug (one of hundrets by the way).
    If I click on a field, that does not have text-property e.g. subform, text-option menu greys out.
    Afterwards it stay this way until I click/doubleclick into a simple text (not text field). From that moment on, text/font-option menu is available again, until I click on something without text. => So pay attention and click wisely
    coming soon: "SAP meets Livecycle Designer - a (Bug)Lovestory", hardcover 124 Pages. ; )
    by the way: SAP does not sopport interactive forms higher than Reader 8.1. Its statement "8.1 is fine enough for everything you need in a SAP/Adobe Interactive Form". So beware of using XFA higher than in 8.1. sad, but true ...

  • Fields on the master page - NOT saving in Reader!

    I have forms that I've setup through Designer 7.1 and enabled through Acrobat 8. I'm currently using Reader 8 to open and fill in the forms. The fields that are on the master page (i.e., "Page ___ of ___" footer) DO NOT save, either in Reader 7 or 8. I can type in my info and it shows up just fine in the PDF preview pane (nothing seems to be blocking it and it is appropriately setup within a subform). I'm hoping this doesn't mean I have to go through all 800+ of my forms and redo what I've already created....

    Check the binding tab for the fields. They may not be bound. By default, when you add a field to a master page, it is not bound (i.e. default binding is "none").

Maybe you are looking for

  • MacBook Air 11" Mid 2011 (Fan & CPU Usage & Kernel_task)

    Hello everyone. I have a small problem with my Mac which is about its fan noise and CPU usage. It was running FLAWLESSLY until like last couple of days after OS update where I started to notice really high CPU and Fan usage. But first, system specifi

  • Lost media for final cut. Where to store?

    ok so i do alot of pulling of pictures from the web and dropping to my desktop because its the quickest way to get pictures for my projects into final cut. but when i want to clean up my desktop because there is a million pictures there the media on

  • Aperture to [Original images | Lightroom]?

    Just manged to delete the long version of this post so I'll keep it short: - Aperture doesn't support my cameras RAW files. - I have a copy of all my images in the filesystem external to Aperture's database. (my trust of db's not getting corrupt is l

  • Query- IPC using JSF Portlets in WebLogic Portal

    The question is how to pass data when doing InterPortlet Communication using Local JSF portlets in Weblogic Portal. I will eloborate on the particular scenario we have below. Two JSF portlets are build (both are not using Java Page Flows). The first

  • Convert Quantity values in MB5B -Regional Units

    Hi, Recently we went go live with Canada and our base unit of measure is in LBS. Whats the Optimum way to show quantities in their own regional units like KG's and Litres? User exits? Writing a Z report? Configuration? Other way? As we have few other