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
  • MySql 5.0.15 or greater or any version of MariaDB
  • PHP 7.3 or higher

Official requirements page:

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 plugin https://wordpress.org/plugins/wordpress-php-info/.

Please follow this reading to discover how to increase your server limits.

IF YOU SEE AN ERROR “ARE YOU SURE YOU WANT TO DO THIS”

or other memory or upload limit errors during the upload, please use one of these solutions (any server is different so one of these methods may work better than the others depending on the server settings)

1. add this in the .htaccess file of your server
php_value memory_limit 256M
php_value post_max_size256M
php_value upload_max_filesize 256M
php_value max_execution_time 1800

2. add thiss to wp-config.php
define('WP_MEMORY_LIMIT', '256M');

3. create a text file, call it php.ini and put this text in it, then upload it in the wordpress root folder:
upload_max_filesize =512M
post_max_size =512M

If you are still experiencing any issue, please contact your hosting provider and request an update of your PHP to  version 7. This will most probably solve all your issues, because latest php version has a much better performance and allows to bypass all the hardware limitations.

IF YOU SEE AN ERROR “STYLESHEET IS MISSING”

It means you are doing it wrong. Please read the theme installation chapter to proceed.

Related Articles