2.0 Creating contents

Custom post types: This theme features 11 Custom Post types. The post types are added by specific plugins, as per WordPress development rules. This means that you won’t see any of these post types unless you install the required plugins as explained in the plugins installation section. Post types added […]

1.7 Customizing your website

This theme is customizable using the standard WordPress theme customizer function. You can access to the customizer visiting Appearance->Customize.   Here you can find all the list of available style customizations. For options not contained in the list, you may need to hire a developer. The support service doesn’t provide CSS, […]

1.5 How to update the theme

How to update the theme Before updating, we recommend to take a backup, as standard procedure. More info: https://wordpress.org/support/article/wordpress-backups/ Go to https://themeforest.net/downloads and click Downloads, then click “installable WordPress file only“. The name of the zip file can vary. In your WordPress admin click Themes > Add New > Upload […]

1.3 Theme Installation

First of all, please be sure your server meets the system requirements and that your WordPress installation is correctly performed. You can install your new theme in the following ways: From the admin dashboard, using the WordPress theme installer (easiest method). or manually via FTP Please make sure that you start from a fresh WordPress installation, without […]

1.2 Support

This theme comes with 6 months of support and free updates. After 6 months you can extend the support coverage. When the support period will be expired we will still provide help for bug reports, updates and basic setup informations. For more details about the official Envato support policy please check the document […]

1.1 Requirements

This theme requires the following: Linux server WordPress 6 or higher MySql PHP 7.3 or higher The theme also requires the following PHP libraries for an optimal performance: CURL enabled .htaccess ModRewrite ON upload_max_filesize:256M (to support upload of mp4 videos) memory_limit: 256M post_max_size: 256M How to verify your server limits: please use this […]

1.0 Getting started

This product is a WordPress Theme. This means that you need a valid and updated installation of WordPress to get started. As this manual regards only the the Theme product itself, if you are new to WordPress, you can find useful information in the official WordPress Codex: Installing WordPress https://wordpress.org/support/article/how-to-install-wordpress/ If […]

Increasing maximum file size upload limit in WordPress

1. add this in the .htaccess file of your server php_value memory_limit 128M php_value post_max_size 128M php_value upload_max_filesize 128M php_value max_execution_time 1800 2. add thiss to wp-config.php define(‘WP_MEMORY_LIMIT’, ’64M’); 3. create a text file, call it php.ini and put this text in it: upload_max_filesize = 64M post_max_size = 64M then […]