Uploading/Downloading a Theme: Difference between revisions


No edit summary
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
To make a custom Web-Builder theme, all you need to know is HTML and CSS. There is no new templating language to learn!
To make a custom website builder theme, all you need to know is HTML and CSS. There is no new templating language to learn!




[[Image:Uploaddownload.PNG]]
[[Image:Uploaddownload.PNG]]


==Uploading a Theme==


====Uploading a Theme:====
Simply click the button that says "Upload a Custom Theme .zip File" to search for the theme file to upload, then click "Upload".


Simply click the "Browse..." button to search for the theme file to upload, then click "Upload".
You can easily turn any existing html page or template into a website builder theme, simply by following the [[Required File Structure]] for your html, css, js, and image files, and making sure the [[required HTML Elements]] are all in your html document.


You can easily turn any existing html page or template into a Web-Builder theme, simply by following the [[Required File Structure]] for your html, css, js, and image files, and making sure the [[required HTML Elements]] are all in your html document.
==Downloading a Theme==
 
 
====Downloading a Theme:====


There are two options for downloading a theme:
There are two options for downloading a theme:
Line 22: Line 20:




Please refer to the [[Creating Web-Builder Themes]] section for help in creating or customizing your theme.
Please refer to the [[Creating website builder Themes]] section for help in creating or customizing your theme.
 


[[Category:Using Web-Builder to Create a Website]]
[[Category:Toolbar]]
[[Category:Toolbar]]
[[Category:Creating Web-Builder Themes]]
[[Category:Creating website builder Themes]]
[[Category:Advanced Topics]]
[[Category:Advanced Topics]]

Latest revision as of 13:51, 30 September 2016

To make a custom website builder theme, all you need to know is HTML and CSS. There is no new templating language to learn!


Uploaddownload.PNG

Uploading a Theme

Simply click the button that says "Upload a Custom Theme .zip File" to search for the theme file to upload, then click "Upload".

You can easily turn any existing html page or template into a website builder theme, simply by following the Required File Structure for your html, css, js, and image files, and making sure the required HTML Elements are all in your html document.

Downloading a Theme

There are two options for downloading a theme:

  • Blank Theme - The blank theme is intended to be used as a starting point. It comes with a basic html file with comments, a sample directory structure, and some documentation to help get you going.
  • Alternately, you can download a copy of your currently installed theme on this page, allowing you to edit it on your computer. This will include all the themes assets (images, css, html, etc.).


Please refer to the Creating website builder Themes section for help in creating or customizing your theme.