Requirements

Some requirements for hosting, configuring PHP, let the theme can run better.

To install Elessi theme you must have a working version of WordPress already installed. For information in regard to installing the WordPress platform, please see the WordPress Codex here:

1. Requirements for WordPress

Make sure that your web host has the minimum requirements to run WordPress.

To install WordPress CMS to your site please follow these steps:

  1. Download the latest WordPress version from https://wordpress.org/download/

  2. Upload the zip file to your website root folder and unzip

  3. Create the database (using your hosting panel)

  4. Set up WordPress

Sometimes you may get some errors while installing our theme, importing content or activating plugins like white screen or PHP errors. They may be caused by low PHP configuration limits. In this case, you need to increase some values. You can do this on your own or contact your hosting providers with the following requirements:

max_execution_time >= 60

PHP Max Input Time: max_input_time >= 60

upload_max_filesize >= 64M

PHP Max Input Vars: max_input_vars >= 5000

PHP version 7.4 or greater (The newest version is the best)

MySQL version 5.7 or greater OR MariaDB version 10.4 or greater.

memory_limit (WordPress memory limit) >= 512M

Last updated