# Update the theme

There are 3 methods to update our wordpress themes to newer version. These new updates are essential if you want to have a bug free website as we give new features and improvements to the theme over time. Some of these updates might be needed in order to make the theme compatible with wordpress newer versions. There is no risk on losing your settings and pages. However if you have done modifications on core theme files, then they will be lost, so you should back up those files.

After upgrading the theme, you can update extra plugins via **Appearance -> Install Plugins**.

## **Update Through Wordpress Admin Panel** (Envato Extension)

It’s possible to update the theme easily via **Dashboard -> Updates**, after activating the theme - <https://stylemixthemes.com/forums/topic/token-activation/>.

## **Update Through Wordpress Admin Panel** (using extra plugin)

* For this method you should first install **Theme Upgrades Tool** (<http://wordpress.org/plugins/easy-theme-and-plugin-upgrades/>)
* Unzip the file you just downloaded from ThemeForest and locate the WordPress Theme.
* Click on Appearance > Themes in your Dashboard. Still within the Themes section, on header tab, click on Add New, then on header second tab click Upload Theme.
* Click Browse… and locate the new theme file.
* In the Upgrade existing theme? Option choose Yes from the dropdown list.
* Click Install Now and Activate the theme.

## **Updating using a FTP software**

* Login into your Themeforest account and go to downloads (Dashboard > Downloads)
* Download the theme into your computer
* Install an FTP program (Filezilla is free) Retrieve your FTP login information from your hosting admin panel and login into your hosting via FTP
* Unzip the item main file and locate theme archive file and unzip it. Make sure your unzipping software do not create extra directory with the same name nested into each other.
* Drag and drop theme main folder into your FTP program with the destination : YOUR\_HOSTING\_ROOT/YOUR\_SUBDIRECTORY/wp-content/themes/
* FTP program will give a warning that there is an existing with the same directory name, choose replace all.

Also, remember to clear your browser cache after each update if you notice anything off. Old theme files can persist in your local cache and make you think something's wrong.

**Again, thank you for purchasing this theme!**

If you have any questions that are beyond the scope of this document, feel free to pose them in the dedicated support forum at [www.stylemixthemes.com](http://stylemixthemes.com/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stylemixthemes.com/splash-theme-documentation/content/update-the-theme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
