# Download and Install Theme

## Download and Install Theme

### Download theme <a href="#download-theme" id="download-theme"></a>

After purchasing the theme on Themeforest, you can download 2 packages from ThemeForest:

1. First is the full package with documentation links and some additional files. You need to **unzip** this package to find the theme file (**ncmaz.zip**) for installation.
2. Second is the package with only the theme itself, this is the package you can install **directly**.

![](https://help.themeruby.com/pixwell/wp-content/uploads/sites/2/2019/12/theme-download.png)

### Install theme via WordPress Dashboard <a href="#install-theme-via-wordpress" id="install-theme-via-wordpress"></a>

In order to install the theme into WordPress, you can directly upload the theme file via the WordPress Theme Uploader.

1. Log into your admin panel and browse for **Appearance → Themes.**
2. Click **Add New**
3. Click the **Upload Theme**
4. Find the package **ncmaz.zip** on your device and click the **Install Now** button.
5. Once the upload has finished, click **Activate**.

![](https://help.themeruby.com/pixwell/wp-content/uploads/sites/2/2019/12/install-theme.jpg)

**Error: Missing the “style.css” stylesheet?**

This is a common issue, it means that you have uploaded the full package. So all you need to do is to unzip the package and find **ncmaz.zip** archive to install.

**Error “Are you sure you want to do this?” when installing the theme:**

While installing your theme through WordPress admin, you may encounter this error message. This is most likely due to your hosting **php.ini** configs.

The theme file is around 4mb and some servers set the default value for **max\_upload\_limit** only 2mb.

To solve this issue, you should either increase your maximum upload size to 10mb on your hosting or ask the hosting provider to do it for you. This is a very common request and they will be able to help you out. Once the limit is increased, you can re-try the installation.

### Fallback Method: Install theme via FTP <a href="#install-theme-via-ftp" id="install-theme-via-ftp"></a>

A further option to install the theme would be to upload it via FTP manager. You can try this way when you get problems in installing.

1. Login to your FTP account or cPanel account and navigate to your WordPress Installation directory.
2. Navigate to the folder **`/wp-content/themes`**
3. Unzip theme archive **ncmaz.zip** on your device.
4. Upload the “**ncmaz**” folder (not the .zip file)
5. Now log into your WordPress admin dashboard.
6. Navigate to **Appearance > Themes.**
7. Now you will see the theme in the listing, **Activate** it.

***Video Setup and Import demo Ncmaz WordPress theme:***

{% embed url="<https://www.youtube.com/watch?v=16iYlILmFbk>" %}
Setup and Import demo Ncmaz WordPress theme
{% endembed %}


---

# 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://nghiaxchis.gitbook.io/ncmaz-wordpress/theme-installation/download-and-install-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.
