2.1 Album Releases

For the purpose of this theme a “Release” is not a track, but a COLLECTION of tracks, like an EP, an LP or a compilation. You can also create a single track release. In this theme there is no possibility of creating a track “by itself” because actual releases are […]

2.0 Creating contents

Custom post types: This theme features 13 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.   Videos: created […]

1.4 Required plugins installation

Go to Wp Admin > Sonik from the left menu Add your purchase code (where is my purchase code?) Click Go to Sonik Plugins Select all of the plugins, choose Install and click Apply. Once done you will see a confirmation message for every plugin Once done, you can import the […]

1.6 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 ask for an integration that we will provide only in case […]

1.7 How to update the theme

Automatic theme update: Be sure to have the Envato Market plugin installed Create your API key Click on Envato Market on the left column Once you add the API key in the settings page, you can update your theme from the main Envato Market page If you are using the […]

1.5 Plugins updates

  If you see any message asking to provide a purchase code of the bundled plugins, you can discard it or purchase a Personal License on Codecanyon.net, but we can’t ensure that updated versions will work smoothly with our theme as the ones we distributed. You DO NOT need a […]

1.3 Theme Installation

  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 any content or plugin(s). Once the theme is installed, you can import your content […]

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

Please be sure to have a Linux PHP + MySql WordPress hosting. For optimal performance on a tiny budget, we recommend this hosting provider https://wphost2go.com/qantum who tested all of our themes and guarantees top speed and high level security for your website. This theme requires the following: Linux server WordPress 5.2 or higher […]

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 [http://codex.wordpress.org/Installing_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 […]