To effectively run theme, your hosting provider should support the following:
PHP version: 8.1 or 8.2 - We suggest avoiding PHP 8.3 for now, as it is still in beta support by WordPress (you can see 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.