To ensure the theme runs smoothly, your hosting provider should support the following:


PHP Version: 8.1 or 8.2

We recommend avoiding PHP 8.3 for now, as WordPress only provides beta support for it (you can check the beta status here: https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/).


PHP Settings:

  • upload_max_filesize = 32M
  • post_max_size = 32M
  • max_input_time=300
  • max_execution_time= 300
  • max_input_vars = 10000
  • memory_limit = 256M

If the default limits are inadequate, you can modify your server settings through your hosting provider's cPanel or by editing the php.ini file. If you're unable to make these changes yourself, contact your hosting provider for assistance. Provide them with the minimum requirements outlined above, and they can make the necessary adjustments on your behalf.