Support Team
posted this
17 August 2015
Hello Sebastian,
although there's no special example for HTML site you may follow the steps provided for WP in the article
http://answers.themler.com/articles/5581/one-page-design-in-wordpress because the idea is the same for all CMSs and HTML.
Here I note the different steps needed for HTML site:
Step 3. instead of adding WP Widget Area control add Text or Text Group fill them with necessary content.
Step 5. it is not needed.
Step 7.now it is the step that prevents us from testing the result in Themler. The result would be seen in the exported site only. It happens because Themler does not allow to change the menu links inside the Themler. So the links should be edited in exported .html files to add anchors.
For example
<li class="bd-menuitem-1">
<a title="Home Page" href="./home.html">Home</a>
Add anchor
<li class="bd-menuitem-1">
<a title="Home Page" href="./home.html#home">Home</a>
Step 8 is not needed.
Step 14. Instead of Apply to CMS download the site and follow the step 7.
Regards,
Aileen
Hello Sebastian,
although there's no special example for HTML site you may follow the steps provided for WP in the article
http://answers.themler.com/articles/5581/one-page-design-in-wordpress because the idea is the same for all CMSs and HTML.
Here I note the different steps needed for HTML site:
Step 3. instead of adding WP Widget Area control add Text or Text Group fill them with necessary content.
Step 5. it is not needed.
Step 7.now it is the step that prevents us from testing the result in Themler. The result would be seen in the exported site only. It happens because Themler does not allow to change the menu links inside the Themler. So the links should be edited in exported .html files to add anchors.
For example
<li class="bd-menuitem-1">
<a title="Home Page" href="./home.html">Home</a>
Add anchor
<li class="bd-menuitem-1">
<a title="Home Page" href="./home.html#home">Home</a>
Step 8 is not needed.
Step 14. Instead of Apply to CMS download the site and follow the step 7.
Regards,
Aileen