Server Requirements

Memory Size: memory_limit = 256MIf you want a smooth and easy transition website, you must meet the requirements that Neuron Themes work with. Make sure you meet these requirements before you start running your website in our theme.

WordPress Requirements 

To run along with Neuron Themes you must have a version of WordPress 5.0 or higher installed

PHP Requirements 

Most hosting providers allow a maximum file upload size limit at 8-10 MB, our Theme due to the plugins it comes bundled with and the demos included, comprises of 15?? MB in size. When installing the theme from WordPress might present you with a message saying Are you sure you want to do this? then most likely your web server is configured with low PHP settings that only allow a certain size ZIP file to be uploaded via WP admin. This is not a theme issue or a bug.
Make sure to check PHP requirements to be on the same line with our theme and proceed with the installation smoothly.
Memory Size: memory_limit = 256M
Script execution time: max_execution_time = 400
Number of input variables: max_input_vars = 4000<br>
	

If you don’t have access to the php.ini file, you can add the following values in your .htaccess file:

php_value max_execution_time 400
php_value memory_limit 256M
php_value upload_max_filesize 10M<br>
	

Be careful using these settings, some hosting companies don’t allow users to change PHP settings, if you experience any problems after making these changes, please revert these values in your .htaccess file, using your FTP client. 

Note: If you upload your theme via FTP you can dodge these problems from happening and won't experience issues with file size or PHP configuration. 

MySQL Requirements 

You must hold a MySQL version of 5.6 or higher

Verify your PHP Limits 

The System Status Tab contains critical and compelling data that will help you debug your website meticulously and adequately to the recommended parameters. This tab provides information about your website, WordPress, web server, PHP and MySQL set up as well as useful data about your active theme and plugins and gives some recommendations on what you can do to improve your site’s performance. To locate it you must go to WP Dashboard > NeuronThemes> System Status Tab. 

Note: Some hosts will limit the PHP values low for different reasons, you can always contact your host about additional information on your current settings and have them adjust as needed.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.