Uploading/Downloading a Theme: Difference between revisions
m (Text replace - "Web-Builder" to "website builder") |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 5: | Line 5: | ||
[[Image:Uploaddownload.PNG]] | [[Image: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". | |||
Simply click the " | |||
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 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: | There are two options for downloading a theme: | ||
Line 24: | Line 22: | ||
Please refer to the [[Creating website 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:Toolbar]] | [[Category:Toolbar]] | ||
[[Category:Creating website builder Themes]] | [[Category:Creating website builder Themes]] | ||
[[Category:Advanced Topics]] | [[Category:Advanced Topics]] |
Latest revision as of 12: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!
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.