Installation of 002 MT Custom Look for Basic Search Center

It is highly recommended to store core theme files (CSS and images) directly on your SharePoint server (15 Hive). This installation method will save you a great amount of time. If you do so, you will not be required to add theme files (CSS and images) to newly created sites in the event that you are not going to use (import) the design package.

Also:

If your core theme files (CSS and images) are stored in virtual location(s) of your site(s), and not in 15 Hive (which is a global location for CSS and Images), in order to apply a custom look to your sites, or subsites that are located under sites/ (e.g. http://YourSharepoint:RootSite/sites/TeamSite, http://YourSharepoint:RootSite/sites/TeamSite/Blog, etc.), you will be required to edit a CSS style sheet and preview files for those sites, or subsites. You will need to update paths to image locations. This procedure is not required for your sites or subsites that are located under http://YourSharepoint:RootSite/, or if you store core theme files (CSS and images) directly on your SharePoint server (15 Hive).

    This document applies to the following site types:

    Basic Search Center (this document does not apply to Enterprise Search Center).

    Installation Order

  1. Edit a web.config file in order to attach a Custom Master Page to Basic Search Center
  2. To apply the 002 MT Custom Look for Basic Search Center
  3. IMPORTANT:
    In order to apply a custom look for Basic Search Center, you must have an access to the server. You need to edit the web.confg file for your IIS web site. Otherwise you will not be able to attach any custom master page to Basic Search Center. You will notice the following error message (this error does not apply to Enterprise Search Center):

    Error Message

    A. Edit a web.config file in order to attach a Custom Master Page to Basic Search Center

  1. On your server, navigate to Your SharePoint Local Disc:\inetpub\wwwroot\wss\VirtualDirectories, and expand folder for your IIS web site (e.g. 80, or 54321).
  2. Locate a web.config file, and make a backup copy of your original web.config.
  3. Open a web.config file in your editor, and search for <PageParserPaths>
  4. Replace:
    <PageParserPaths>
    </PageParserPaths>


    with:
    <PageParserPaths>
    <PageParserPath VirtualPath="/*" CompilationMode="Always" AllowServerSideScript="true" IncludeSubFolders="true" />
    </PageParserPaths>

  5. Save the file.

    From now on you will be able to apply a custom master page to your Basic Search Center.

    B. To apply the 002 MT Custom Look for Basic Search Center

  1. To apply the 002 MT Custom Look for Basic Search Center in the case that it is created as a top-level site (Site Collection), follow instructions under On SharePoint 2013 / Foundation 2013 / Office 365.
  2. To apply the 002 MT Custom Look for Basic Search Center in the case that it is created as a subsite of your Site Collection, follow instructions under Applying the 002 MT Custom Look to Subsites on SharePoint 2013 / Office 365, or Applying the 002 MT Custom Look to Subsites on Foundation 2013.