- After theme purchase, you need to download it. Simply log into your account, go to your downloads and locate your theme. Click on the download button and select the “Installable WordPress file only”. This will download the zip file for your theme. Make sure you select the “Installable WordPress file only” option. This is the correct zip file. If you will download “All files & documentation” it will download zip pack, inside you will find, theme zip file, documentation, demo data and other helpful files, in this case you will need unzip full theme pack and install theme zip.If you will install wrong file, you will get "stylesheet error" in WordPress installation, make sure that you install correct files.
-
After downloading correct files log in your WordPress and make sure that your WordPress is up to date.
Then goto appearance > themes > upload theme > and upload correct files after that activate theme, by pressing "activate" button.
Theme Installation -
Then you will see a message with required plugin installation, press install plugins. Select the checkboxes and press install then activate one click demo and Essential Addon plugins.
Now your theme is ready to get installed. Plugins installation troubleshot info: If you can not install and activate all plugins at once, you need to install and activate plugins one by one,
not all at once!
Plugin Installation Plugin Installation -
You can also install theme via FTP. Use free software for this task - FileZilla. Download theme files zip,
unzip it and upload theme folder to your server using ftp to location: wp-content > themes . Now a new theme
will appear on your wp admin panel > appearance > themes > activate it, and do the same actions, as we did above.
Useful topics about theme installation:
https://envato.com/blog/install-themeforest-wordpress-theme/
Demo Content Import
After Clicking on import Demo Data you just need to click on continue and import button it will automatically install all the required plugins and make your demo website ready to preview.

Installation and Demo Import Troubleshoots
If you have issues with theme installation or with importing demo data, there can be some kind of reasons, based on your hosting or software configurations. Main reasons list:
- Your WordPress should be upto date
- Your PHP version should be compatible with your WordPress version
- Your hosting memory limit and timeout limit should be enough to install theme and import demo data
Instructions about memory limit increase. You should check your php.ini configurations at your server/hosting. Ninzio team recommends to change these options in your php.ini file:
max_input_vars (default is 1000) set to 3000
post_max_size (default is “8M”) set to 2000M
upload_max_filesize (default is “2M”) set to 64M
max_execution_time (default is “30”) set to 180
max_input_time (default is “-1”) set to 180
memory_limit (default is “128M”) set to 3000M
If you don’t have access to your php.ini file, ask your hosting/server provider, they should configure it for you
Configuring Front Homepage and Blog Archive Pages
By default in WordPress the front page looks like a blog archive page, to change it you need to goto wp admin panel > settings > readings > and you will see options to place blog page and front page. Switch to a "static" page and place the correct homepage and blog page that you need.

Working With Pages and Elementor Page Builder
- You have a powerful and flexible drag and drop tool Elementor page builder to create any content you want in pages. To learn how this plugins works, you need to examine their documentation: https://docs.elementor.com/
- To create a page you need to goto wp admin panel > pages > add new.
-
After adding the page goto edit it, and you will see the Elementor page builder, then edit the page with Elementor.
Now you can add any element you want with powerful Front-end editor, you can see tons of custom elements, created by us for this theme,
each element have its own options inside, all are very intuitive and easy to customize.
Elementor Widget Panel -
When editing a single page, under the left area you can find the page extended options icon,
there you will find all options that you can set for that page. It has general page settings, header version, featured title style, background, general page layout and other options.
Elementor Setting Panel - By importing theme demo data, you import all pages, where you can see structures of elements, and how things are working, this is very useful.
Working With Contact Form 7
Theme Translation
- You need to download and install poEdit program from here https://poedit.net/download
- Then goto ftp > wp-content > themes > your theme folder > languages. There you will find .pot file, open it with poEdit
- After editing you need to set the correct file name for your new files that will come after editing. More info about files naming you can find here: https://poedit.net/download
- You need to save .po and .mo files in this format. Example: "en_US.po"
- Theme addons plugin is also translation ready, but plugin translation files should be saved in this format. Example: "masterlayer-en_US.po"
- Open file wp-config.php in your Wordpress root folder and add the line define('WPLANG', ''); remember replace '' by the language you want. More details can be found here: WordPress in your language
- You can also translate theme using Logo Translate plugin: https://wordpress.org/plugins/loco-translate/
- Theme is fully compatible with WPML Multilingual plugin, that can be used for translation and multilingual: WPML.org
FAQ's
How to update theme via ftp
- Download the latest version of the theme ( full pack ). Unzip it and inside you will see the theme zip file "plugins" folder and others.
- Unzip theme zip file as well, then goto wp-content > themes in your ftp and replace theme old folder with new one, by replacing all files as well.
- Now you need to update all included plugins. Goto "plugins" folder in your theme pack, then unzip all zip files inside that folder, in result you will have plugins folders. Goto wp-content > plugins > and replace each folder of plugin with new folder, by replacing all files inside folder.
How to create child theme?
What is a child theme?
A child theme is a theme that inherits the functionality of another theme, called the parent theme. Child themes allow you to modify, or add to the functionality of that parent theme. A child theme is the best, safest, and easiest way to modify an existing theme, whether you want to make a few tiny changes or extensive changes. Instead of modifying the theme files directly, you can create a child theme and override within.
Why to use a Child Theme?
if you modify an existing theme and it is updated, your changes will be lost. With a child theme, you can update the parent theme (which might be important for security or functionality) and still keep your changes. It’s a great way to get started if you are just learning WordPress theme development.
How to create a child?
Follow documentation about child theme creation: Child Theme Dev
You can also use this plugin for easy child theme creation: One Click Child Theme
How to enable HTTPS on my website
Themes are tested and fully working on HTTPS protocol with SSL certificates. To enable it, you need to have it enabled and configured on your hosting. Then simply install this plugin and all will work: Really simple SSL.