Skip to content

Preparations

Before you start building pages, complete the following three setup tasks: initialize the theme, upload the resource files, and adjust the HTML editor settings.


Initialize the Theme

When using the theme on a new site, initialize the theme first with these steps:

  1. Log in to your site as a superuser
  2. Create a blank page
  3. Set the page's Theme to minis, Layout to index, and Container to No Title

Set the page Theme/Layout/Container

  1. Click the Theme Options button on the right side of the screen

Theme Options button

  1. Click the Update button once to complete the initialization

Update to initialize


Upload Resource Files

The Content Builder module comes with a large number of resource files and preset templates that must be uploaded manually via FTP:

  1. Locate the ContentBuilder folder in the download package
  2. Use FTP software to upload it to the Portals/_default directory of your site

There are many files, so the upload takes some time — please be patient. Once the upload is complete, the Content Builder module is ready to use.


Adjust the HTML Editor Settings

By default, the DNN HTML editor strips empty div tags. For example, if you add <div class="pt-20"></div> in the HTML editor and save, you will find this code stripped when you edit again. Many of the theme's preset styles (such as spacing) rely on such empty divs, so you need to change the editor settings to avoid this problem:

  1. Log in to your site as a superuser
  2. Go to SETTINGS > Site Settings > Site Behavior > MORE and click Open HTML Editor Manager

Open the HTML Editor Manager

  1. Click the Editor Config tab

Editor Config tab

  1. Set the value of AllowedContent to true

Set AllowedContent

  1. Set the value of FillEmptyBlocks to false

Set FillEmptyBlocks

  1. Set the value of ignoreEmptyParagraph to false

Set ignoreEmptyParagraph

  1. Click Save

Next Steps