Custom Header & Footer Print

  • 0

WGS ClientX – Client Area & Enable a Custom Header and Footer Guide

This guide explains how to customize the header and footer  in the WGS ClientX Addon Module.

Before proceeding, ensure the addon module is installed and activated.

How to Enable a Custom Header and Footer

  1. In the General tab, scroll to Other Settings.

  2. Enable Custom Header and Footer.

  3. Click Save Changes.


File Configuration

  1. Open FTP and navigate to: /templates/clientx-child/custom_header_footer/

  2. Locate the files with the _new suffix and rename them as follows:

    • custom_header_new.tplcustom_header.tpl

    • custom_footer_new.tplcustom_footer.tpl

  1. Edit custom_header.tpl and add your custom HTML.

 CSS Configuration

  1. Open the css folder.

  2. Rename the file by removing _new so it becomes custom-header_footer.css.

  3. Add your custom header and footer CSS to this file.

 JavaScript Configuration

  1. Open the js folder.

  2. Rename the file by removing _new so it becomes custom-header_footer.js.

  3. Add any required JavaScript code to this file.

 The custom header and footer will be automatically loaded on the frontend, as shown in the attached screenshot below.


Was this answer helpful?

« Back