Install via Admin Panels (packed template)

To install the downloaded template (.zip) via WordPress administration panels please follow these steps:
1. Log in to the WordPress Administration Panels..
2. Select the Appearance panel, then Themes.
3. Select "Add New".
4. Choose "Upload".
5. Click the "Choose file" button to select the zip file from your computer and press "Install now".
6. Click "Activate" to make the installed theme default.

Note: Before installing a new theme, please make sure there is not a theme already installed with the same name. If there is another theme with the same name already, rename or delete it before installing the new theme.

wp-install.png

Install via FTP (unpacked template)

Many servers use the default limit of 2 MB on the maximum file size. If this is the case with your server, some template files are considered as too big and cannot be uploaded by using the "Upload&Install" button. If this is the case for you, please use the method below.

To install the template via FTP you should upload the unpacked template to the server using your favorite FTP software.

Be sure to upload (copy+paste) the theme folder to the directory:

/path_to_wordpress/wp-content/themes/  

where

/path_to_wordpress/ 

is the location of your WordPress installation on the server. 

After making sure your theme folder is successfully moved to "Themes" folder, log in to your WordPress back-end, go to Appearance >> Themes, choose the theme and press "Activate" to activate it.

Permissions

In order to edit a template in Themler and save changes to the template, please make sure that the user and group running on the web server are granted the appropriate read, write and execute (linux only) permissions on the following folders, as well as read and write permission on the files in these folders:

\wp-content\uploads
\wp-content\themes
\wp-content\plugins

How to do this for MacOS or Linux systems:

  1. Login to ssh/terminal under privileged user, get sufficient access rights if necessary using sudo or su to make the following changes
  2. cd your_web_site_root
    For example:
    cd /var/www/worpress
  3. chmod -R u=rwX,g=rX folder_name
    For example:
    chmod -R u=rwX,g=rX app/code/local
  4. chown -R < user>:< group> folder_name
    For example:
    chown --R apache:apache app/code/local

Note: This is a general approach. We would recommend that you ask your hosting administrator to grant access permissions for the listed folders and files.


### Install via Admin Panels (packed template) To install the downloaded template (.zip) via WordPress administration panels please follow these steps: 1. Log in to the WordPress&nbsp;Administration Panels.. 2. Select the **Appearance** panel, then **Themes**. 3. Select **"Add New"**. 4. Choose **"Upload"**. 5. Click the **"Choose file"** button to select the zip file from your computer and press **"Install now"**. 6. Click **"Activate"** to make the installed theme default. **Note:** Before installing a new theme, please make sure there is not a theme already installed with the same name. If there is another theme with the same name already, rename or delete it before installing the new theme. !wp-install.png! ### Install via FTP (unpacked template) Many servers use the default limit of 2 MB on the maximum file size. If this is the case with your server, some template files are considered as too big and cannot be uploaded by using the&nbsp;*"Upload&Install"*&nbsp;button. If this is the case for you, please use the method below. To install the template via FTP you should upload the&nbsp;_unpacked_&nbsp;template to the server using your favorite FTP software. Be sure to upload (copy+paste) the theme folder to the directory: <pre>/path_to_wordpress/wp-content/themes/ </pre> where <pre>/path_to_wordpress/ </pre> is the location of your WordPress installation on the server.&nbsp; After making sure your theme folder is successfully moved to "Themes" folder, log in to your WordPress back-end, go to **Appearance** >> **Themes**, choose the theme and press **"Activate"** to activate it. ### Permissions In order to edit a template in Themler and save changes to the template, please make sure that the user and group running on the web server are granted the appropriate read, write and execute (linux only) permissions on the following folders, as well as read and write permission on the files in these folders: <pre>\wp-content\uploads \wp-content\themes \wp-content\plugins</pre> ### How to do this for MacOS or Linux systems: 1. Login to ssh/terminal under privileged user, get sufficient access rights if necessary using *sudo* or *su* to make the following changes 2. **cd your_web_site_root** For example: <pre>cd */var/www/worpress*</pre> 3. **chmod \-R u=rwX,g=rX folder_name** For example: <pre>chmod \-R u=rwX,g=rX app/code/local</pre> 4. <blink>**chown \-R < user>:< group> folder_name**</blink> For example: <pre>chown \--R apache:apache app/code/local</pre> **Note:** This is a general approach. We would recommend that you ask your hosting administrator to grant access permissions for the listed folders and files. <br/><br/>