Installation Guide: Volker's CMS v7.5.0

This guide will walk you through setting up the Live Editor on your website.

1. Header Section (Code Injection)

Open the Page Settings of your Mobirise project and paste the following code into the <head> section. This prevents sections from flickering while the page loads:

<style>
  html:not(.cms-ready):not(.is-builder) section,
  html:not(.cms-ready):not(.is-builder) nav,
  html:not(.cms-ready):not(.is-builder) footer {
    opacity: 0 !important;
  }
</style>

2. Body Section (Before </body>)

Paste the entire HTML code from the included seiteneigenschaften.txt file into the "Inside <body> tag" or "Before </body>" field.

Note: Make sure to load the CMS script immediately after the HTML block:
<script src="cms-core.js"></script>

3. Operation & Controls

4. Important Prerequisites


Volker's CMS v7.5.0 – Built for maximum efficiency and SEO stability.