WDIWS as a static theme?

If you like one of our themes but don't want to use flatCore, that is of course also possible. However, you will have to do without all the beautiful functions that we have adapted for the flatCore CMS. This means you have to create the HTML code yourself.

An example is included in the download

As soon as you have purchased and loaded a theme, you will find an example of a static layout in the download folder.

It is actually quite simple. You just have to make sure that the file structure remains the same. Example:

  • index.html -> Your Startpage
  • /styles/your_theme/ -> Your purchased theme in the subfolder "styles".

Tip: Simply work into the already existing example page (index.html).

You can find the individual colour variations in the folder /styles/theme/css/theme_*.css.

For example, the blue variant of the "tinted" theme:

<link rel="stylesheet" media="screen" href="/styles/tinted/css/theme_blue.css" />

... and include the Javascript file like this:

<script type="text/javascript" src="/styles/tinted/js/main.min.js"></script>

That's it.