3.6 Plugins update

Before starting, Please be sure to update your theme https://manuals.qantumthemes.xyz/wpcast/knowledge-base/how-to-update-the-theme/ How to update the plugins: Go to Appearance > WpCast Activation Click “Go to Plugins” Select all Select “Update” from the dropdown and run the procedure Errors troubleshooting In case of any error, you will generally get as well the instructions […]

3.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 […]

2.1 Support

Support terms of service This theme comes with 6 months of official support. Once expired you can purchase the service again. Important The support covers only questions concerning this theme and QantumThemes custom plugins. The support doesn’t include any code customizations or compatibility issues with any third party plugin not provided with the theme. More […]

3.1 System Requirements

This theme requires the following: Linux server WordPress 5.2 or higher MySql 5.6 or higher PHP 7.4 or higher The theme also requires the following PHP libraries for an optimal performance: How to verify your server limits: please use this plugin: We made a plugin to check your server status, and […]

3.2 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 […]