Skip to content

Preparations Before Using the Skin

After installing and applying the theme, three things must be done before first use: initialize the theme, upload resource files and change the settings of the HTML editor.


Theme Initialization

When using the skin for a new site, you need to initialize the theme by following these steps:

  1. Log in to your site as super administrator
  2. Create a blank page
  3. Set the page Theme to obvio, the Layout to index, and the Container to No Title

Set the page Theme/Layout/Container

  1. Click the Theme Option button on the left of the screen

Theme Option button

  1. Click the Update button once

Update to finish initialization


Upload Resource Files

There are many resource files and templates included in the Content Builder module, so you need to upload the files via FTP manually:

  1. Find the ContentBuilder folder in the purchased product
  2. Upload it to the Portals/_default directory of your site via FTP

There are many files to upload, so the upload may take a while. Once it is done, you can start using the Content Builder module.


Change the HTML Editor Settings

By default, the HTML editor will remove the div tags whose content is blank. For example: if we add the code <div class="pt-20"></div> in the HTML editor and click save, you will find the code is missing when you edit it afterwards. So we need to change the settings to prevent this from happening.

  1. Log in to your site as super administrator
  2. Go to Settings > Site Settings > Site Behavior > More, and click Open HTML Editor Manager

Open HTML Editor Manager

  1. Click the Editor Config tab

Editor Config tab

  1. Set AllowedContent to true

AllowedContent

  1. Set FillEmptyBlocks to false

FillEmptyBlocks

  1. Set ignoreEmptyParagraph to false

ignoreEmptyParagraph

  1. Click the Save button