PLEASE POST YOUR REQUEST IN THE APPROPRIATE THEME CATEGORY. TICKETS POSTED IN OTHER "NON-THEME" CATEGORIES WILL NOT BE PROCESSED AND WILL BE REMOVED.

Before posting, be sure that your WP intallation, the theme and all plugins are up-to-date. Also, be sure that the Wolf WPBakery Page Builder plugin is activated with your theme purchase code in the "Apprearence" > "About the theme" panel > "Licence" tab.

PHP -> 7.4+
WP -> 5.8+

Your Theme -> Latest version
WPBakery Page Builder -> 6.6+
Wolf WPBakery Page Builder Extension -> 3.2+ & Activation with theme purchase code

Thank you!

Okay
  Print

Server Requirements

To use our WordPress Themes, you must be running WordPress 6.0 or higher, PHP 7.4 or higher version, PHP 8 is recommended (read more) and MySQL 7 or higher version. Our themes have been tested on all major browsers. Below is a checklist of items your host needs to comply with to ensure proper operation:

WordPress recommends using PHP 7.4. Our themes work correctly with PHP 7.4+. 

However, it is recommended to have PHP 7.4 or even better, PHP 8 running on your server.

PHP Configuration limits

Issues you may encounter, such as demo content fails when importing and similar issues, are generally related to excessively low PHP configuration limit settings. You can either increase these limits on your own or contact your web host and ask to have the limits increased to the following minimums:

  • memory_limit 256M (read more)
  • max_input_vars 3000 (read more)
  • max_execution_time 300
  • post_max_size 256M
  • upload_max_filesize 256M

Note that the values above are the minimum required. We recommend setting these values higher if possible.

If your web host allows you to overwrite your server PHP settings in a php.ini file, create a file named php.ini, paste the content below in it, and drop it in your wp-admin folder.

memory_limit = 256M
max_input_vars = 3000
max_execution_time = 300
post_max_size = 256M
upload_max_filesize = 256M

If your server is Nginx based, you can follow the same process using a .user.ini file.

Verify your server limits

You can check your Serve Limits in the System Status table if available or by installing the WP-ServerInfo plugin and navigate to “Settings” > “WordPress phpinfo()”. The first column refers to your installation value, and the second column refers to the limits of your host. These values are often lower if you have selected a cheap hosting package.

Some hosts will try to keep PHP limits low to conserve resources. You can always contact your host to ask what the current settings are, and have them adjusted if necessary. Since you are paying for those resources, you should rightfully expect to be getting your money’s worth.