Click “Artist” on the left, then click “add new” Write the exact name in the same way you write it into the tracks of your artist releases. Why is this is so important? Because on the artist’s page, the code will automatically displat every release including a track from this artist. If in the […]
3.6 Album Releases
To use the featured player of this theme (QT Kentha Player) you need to install the bundled QT Kentha Player plugin. (Check plugins installation) To use the spectrum analyzer (waves effect) you need to upload mp3 samples directly (explained below in this page). For the purpose of this theme a […]
3.0 Creating contents
Custom post types: This theme features 5 Custom Post types: Podcast, Events, Artists, Album Releases and Places. 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 […]
1.5 Theme update
How to update the theme Before updating, we recommend taking a backup, as standard procedure. You can also backup your site using the free plugin Duplicator or Softaculous 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 […]
1.2 Theme Installation
2 Minutes installation process First of all, please be sure your server meets the system requirements and that your WordPress installation is correctly performed. We made a plugin to check your server status, and highlight any missing requirements. Please find it on the Server Check plugin page. You can install your […]
1.7 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 assistance for bug reports. For more details about the official Envato support policy please check http://themeforest.net/page/item_support_policy Support definition: The support doesn’t cover code […]
1.0 System Requirements
This theme requires the following: Linux server WordPress 5.5 or higher MySql 5.6 or higher PHP 7.4 or higher The theme also requires the following PHP libraries for an optimal performance: Complete server environment setup and requirements (for experts and server owners) Server Environment How to verify your server limits: […]
1.1 WordPress installation
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 […]