Theme Requirements

Our theme is built on the WordPress platform, so we assume that you already have WordPress installed and ready to use. If you haven’t installed WordPress yet, don’t worry. It’s a quick and straightforward process.

You can learn how to install WordPress by following the official WordPress installation guide. Once your WordPress site is up and running, you can proceed with installing and activating the theme.

We recommend becoming familiar with the basics of WordPress before customizing your website, as this will help you get the most out of all the features our theme has to offer.

To use this theme, you must be running WordPress 6.8 or higher and PHP 8.2 or higher.

  • Check to ensure that your web host has the minimum requirements to run WordPress.
  • Always make sure they are running the latest version of WordPress.
  • You can download the latest release of WordPress from the official WordPress website.

Recommended PHP Configuration Limits

Many issues that you may run into, such as a white screen, demo content fails when importing, empty page content and other similar issues, are all related to low PHP configuration limits. The solution is to increase the PHP limits. You can do this on your own, or contact your web host and ask them to increase those limits to a minimum as follows:

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

If you’re not sure how to increase these limits, simply search for “How to increase PHP limits in Cpanel” (Or any other hosting control panel) or contact your hosting provider’s support team for assistance. They will be able to guide you through the process or make the necessary changes on your behalf.

Recommended WordPress Memory Limit

In addition to your server’s PHP configuration, we recommend increasing the WordPress memory limit to ensure optimal performance and avoid memory-related issues.

Add the following line to your wp-config.php file, just before the line that says “That’s all, stop editing! Happy publishing.”:

define( 'WP_MEMORY_LIMIT', '512M' );