Adding a Custom Header

Using custom HTML and JavaScript in your custom header may affect Encore's functionality. Before reporting any issues related to functionality, please ensure that you have disabled your custom header and verified the issue persists.

The Custom Encore Admin - Header page enables you to insert a custom Encore header for each language supported by your system. For example:

Each custom header implementation provides an input box for code describing the header to use on anonymous access pages and an input box for the secure pages seen by logged-in patrons. For example:

To add a custom header to your Encore installation:

  1. Log in to the Administration Application and choose Encore Customization.
  2. If your Encore has multiple contexts, choose the suite for the context that you want to edit from the Current suite drop-down list.
  3. In the subapplication list, choose Header.
  4. Create both standard and secure markup for the custom header, and then copy the markup into the corresponding custom header text boxes.
Secure Resource File URLs

The markup for the secure version of the header must include links only to secure resources, that is, links that specify https://.

  1. Create a CSS file for your custom header and specify its location in the CSS URL text boxes.
Secure CSS File URL

The specified CSS URL for the secure header must begin https://, for example:

https://qaserver.iii.com/screens/header/header.css

Every CSS selector must begin with #customEncoreHeader. Without this level of specificity, default Encore styles might be overwritten.

  1. To enable your custom header, select the Turn on custom changes radio button. To disable your custom header, select the Turn off custom changes radio button.

Example Header Code