How to Update/Upgrade a WPZOOM theme
When a new version of your theme is available you will see a yellow notice at the top in your WordPress Dashboard with a link to changelog, so you can see what was modified in the new version.

We recommend you to keep always your theme updated, to ensure that it is fully compatible with latest WordPress version available.
Backup your current theme before updating to a newer version
Before updating we recommend you to create a copy of your current theme and save it on your computer using WP Clone Template plugin. In this way you will not lose any modifications and customizations that you made in your theme.

If you want to update your theme to a newer version, follow these steps:
1. Find out which version you have currently installed
You can find your theme version by looking in the Appearance → Themes:

2. Download latest version
Login to your member dashboard and download latest version of your theme.
Optionally you can verify the changelog to see what files were modified:

3. Uploading the new version
The easiest way to update your theme is to upload it via the WP dashboard in Appearance → Themes → Install Themes → Upload.
But because you already have a theme folder on your server with the same name as the folder inside your ZIP file of updated theme, most likely you will get the following error:

To avoid this error you have several choices:
a) Delete your current theme
1. Deactivate the theme you want to update, enabling another theme (e.g. Twenty Twelve) (theme can not be deleted if it is active).
2. Delete the theme.
3. Now you can go to Install Themes tab and install the updated version of the theme.
b) Rename your current theme folder via FTP
1. Using a FTP client like FileZilla, log in to your site via FTP.
2. Go to the folder wp-content → themes and rename your current theme folder (e.g. prime) to something else (e.g. prime-old), without adding any spaces in the folder name.
3. Now you can go back to WP Dashboard and install the updated version the theme.
c) Manually update only modified files
1. If your theme was previously modified or customized, you can update manually only files that were modified in newer versions than yours.
2. Look in the changelog of your theme to see which files were modified or added and replace them via FTP.