Skip to content
  • Blog
  • Events
  • Help
  • Careers
  • Contact
New Signature
  • About
      • Company

        New Signature has built a record of leadership by delivering exceptional technology and web solutions.

        View Company

      • Awards

        As a company, we are regularly recognized within the IT industry as well as the communities we serve.

        View All Awards
      • News

        Learn about the newest company announcements, technologies, and products at New Signature.

        View News

      • Partners

        New Signature works with a number of outstanding technology companies to deliver the best experiences to our customers.

        View Partners
      • Leadership

        New Signature's executive team includes proven leaders from the most innovative and fast-growing technology fields.

        View Leadership

      • Testimonials

        We love transforming our customers businesses, take a look at what they have to say about New Signature.

        View Testimonials
    Close
  • Services
      • Managed Services

        • Cloud Management for Azure
        • Cloud Management for Office 365
        • Desktop Experience
        • Recovery Experience
        • System Health
        • Technology Managed Services
      • View Managed Services
      • Professional Services

        • Advanced Analytics
        • Application Development
        • Collaboration
        • Identity and Access
        • Infrastructure
        • Process and Automation
        • Strategy
        • Training and Change Management
        • Unified Communications
      • View Professional Services
    Close
  • Technologies
    • Learn more about the technologies that power New Signature solutions View All Technologies


      • Advanced Threat Analytics
      • Azure Active Directory
      • Azure IoT Suite
      • Azure Site Recovery
      • Cortana Intelligence Suite
      • DocuSign
      • Dynamics 365
      • Employee Self Service
      • Enterprise Mobility Suite
      • Exchange
      • ExpressRoute
      • Hyper-V
      • Microsoft 365
      • Microsoft Azure
      • Microsoft Azure Stack
      • Microsoft Identity Manager
      • Microsoft Intune
      • Microsoft Phone System
      • Microsoft Project
      • Microsoft Teams
      • Nintex
      • Office 365
      • OneDrive for Business
      • Operations Management Suite
      • Power BI
      • SharePoint
      • Skype for Business
      • SQL Server
      • System Center
      • System Center Configuration Manager
      • Visual Studio
      • Windows 10
      • Windows Server
      • Xamarin
      • Yammer

    • New Signature Cloud Management Portal (CMP)

      Our exclusive portal is a core component of our managed services providing customers with insight into Azure spend and usage, access to incident support tickets, and reporting on system health. Learn More

      Try the CMP for Free   |    Login to the CMP

    • New Signature Microsoft Licensing

      A Microsoft environment is not complete and usable until the proper licensing has been purchased and activated for your organization. Learn More

    Close
  • Industries
      • Communications & Media

        We develop technological solutions to increase collaboration for industries that never stop.

        Learn More

      • Health & Life Sciences

        Dynamic solutions that respect patient privacy, increase collaboration, and provide tools to access vital information.

        Learn More
      • Financial & Professional

        Bringing you the tools to develop a streamlined customer banking experience and enhanced security.

        Learn More

      • Manufacturing & Resources

        Providing advanced technological solutions to enhance and optimize manufacturing operations.

        Learn More
      • Government & Associations

        Optimizing your technology to heighten cyber-security efforts, enhance collaboration, and encourage growth.

        Learn More

      • Retail & Consumer Goods

        Optimizing data operations to create a retail solution that empowers employees and customers.

        Learn More
    Close
  • Resources
      • Insights

        Examine a wide array of New Signature thought leadership assets including videos, ebooks and infographics to learn more about our services and offers.

      • View Our Insights

      • Featured Insights Guides & Ebooks

        Our eBooks are a collection of learning guides that deliver a comprehensive look at some of the most pressing business trends, and how technologies can help you overcome those challenges.
        Learn More

      • Case Studies

        Browse a comprehensive list of companies who have created successful partnerships and experienced transformative solutions with New Signature.

      • View All Case Studies

      • Featured Case Study TalkTalk Modern Workplace

        New Signature worked with TalkTalk to define a new Modern Workplace solution based on Microsoft 365, which kept the user firmly at the center of the transformation.
        View Case Study

    Close
  • About
    • Company
    • Culture
    • News
    • Leadership
    • Partners
  • Services
    • Managed Services
    • Professional Services
  • Technologies
  • Industries
  • Successes
    • Case Studies
    • Awards
  • Blog
  • Events
  • Careers
  • Help
  • Contact
Blog

Should You Use Design Manager for SharePoint Online?

New Signature / Blog / Should You Use Design Manager for SharePoint Online?
January 12, 2017January 17, 2017| Oliver Bartholdson
  • Facebook
  • Twitter
  • Google
  • LinkedIn
  • Print

My hopes were high when Microsoft shipped the “Design Manager” with SharePoint 2013. It was touted as a tool for designers to simplify the process of converting HTML and CSS into SharePoint master pages. Unfortunately it never lived up to its expectations. In this post I’ll share three reasons why you should pause before using the Design Manager for your next SharePoint Online project.

1. A design package cannot be uninstalled once it’s deployed

Once a design package has been imported into a site collection, there is no way to unpublish it. In theory you could go to each file in the Style Library and the Master Page Gallery and restore them back to the original version, but it’s impractical to do so since there is no documentation from Microsoft which defines which files are included in the design package. This limitation is not a huge deal as future design changes are typically deployed using a subsequent design package (v1.2 etc.) However in certain cases it can cause major frustration (see reason #3).


2. A design package includes the master page, even when it’s not customized

The concept behind the Design Manager is that it will pick up the files that you’ve modified and package them for deployment. The official msdn article states that “In SharePoint 2013, only customized files are included in design packages. The packaging process will not export most of the default non-customized system files”. Unfortunately the master page is one of the few design files that gets included regardless of whether or not it has been customized. As of right now, there is no way to specify which files get included in the package. So in practical terms, every time you deploy a design package you are creating a new custom master page.


3. The modified master page included in a design package forces the page to render in IE10

Here is where things get interesting. First, there is a discrepancy between the default seattle.html file and the seattle.master files.

If you open a generic SharePoint Online Team Site that has not been modified in any way, it will open in the current version of IE you are using. For example, if you have IE11 installed, the page will render in IE11. Makes sense, right? This is because the seattle master page does not include a meta tag specifying which version of IE to render the pages in.

Seattle.master

seattle-master

However if look at the seattle.html file included in that same generic site collection there is a meta tag, and it points to IE10.

Seattle.html

seattle-html

Second, if you review the contents of a design package, you will find the seattle.html file, but you will not find the seattle.master file. Why is this relevant? Well, because any time you make a change to the seattle.html file, a new seattle.master is automatically generated. Therefore, based on the design packaging process, each time you deploy a design package it will create a new version of the master page, even if it has not been modified.

Now let’s put all these pieces together to see how the Design Manager forces pages to render in IE10:

  • You develop a custom design that includes CSS and display templates, but does not include a custom master page
  • You create a design package using the Design Manager
  • The Design Manager picks up the default seattle.html file and includes it in the package
  • You import the design package to your target site collection
  • The seattle.html file gets uploaded to the Master Page Gallery, prompting a new seattle.master file to get created
  • Since seattle.html includes the meta tag for IE10, the new seattle.master file get overwritten
  • The new version of seattle.master now includes the meta tag for IE10

Rendering your pages in IE10 may not reduce functionality now, but it certainly could in the future. If and when that happens, the only option you would be left with is creating your own custom master page that includes the proper meta tag, or removes it altogether.

For an on-premises SharePoint design project with custom master pages, the Design Manager may fit the bill. For SharePoint Online you should consider an alternate deployment approach to branding.

Categories
Tips and Tricks
Contact New Signature

Related Information

Technologies

  • Office 365

Services

  • Intranets and Portals

Blog Posts

  • Hub Sites in the Modern Workplace
  • Y is for Yammer
  • Can I change the default sharing behavior for shared links in Outlook?
  • U is for Updates

Events

Tue 19

Overcoming Blockers to Microsoft 365 Adoption Webinar

February 19 @ 10:00 am - 10:45 am EST
Thu 28

Microsoft Azure IT Leaders Dinner (Charlotte, NC)

February 28 @ 4:30 pm - 9:00 pm EST
Mar 12

Microsoft US Tech Summit (Boston, MA)

March 12 @ 8:30 am - 4:45 pm EDT
Apr 11

Controlling Your Azure Environment: Governance for the Modern Enterprise Webinar

April 11 @ 10:00 am - 11:00 am EDT

View More

New Signature
New Signature HQ
901 K Street NW, Suite 450
Washington, DC 20001
Phone: 202-452-5923
New Signature Canada HQ
140 Yonge Street - Suite 400
Toronto, ON M5C 1X6
Phone: 416-971-4267
New Signature UK HQ
57 Bermondsey Street
London SE1 3XJ
Phone: +44 (0) 845-402-1752

About

  • Company
  • Awards
  • News
  • Leadership
  • Partners
  • Testimonials

Managed Services

  • Cloud Management for Azure
  • Cloud Management for Office 365
  • Desktop Experience
  • Recovery Experience
  • System Health
  • Technology Managed Services

Professional Services

  • Advanced Analytics
  • Application Development
  • Collaboration
  • Identity and Access
  • Infrastructure
  • Process and Automation
  • Strategy
  • Training and Change Management
  • Unified Communications

Technologies

  • View all Technologies

Resources

  • Insights
  • Case Studies
  • Industries
Copyright © 2019 New Signature
  • Blog
  • Events
  • Careers
  • Help
  • Contact
  • Privacy Policy
  • CMP Login
To give you the best possible experience, this site uses cookies. Using newsignature.com means you agree to our use of cookies. For more information on cookies and how you can disable them, visit our Cookie Policy.