Theme Requirements & WordPress Setup
Theme Requirements
To ensure optimal performance and compatibility, please make sure your server meets the following requirements:
- WordPress: Latest version of WordPress CMS
- PHP: Version 7.4 or higher (required by WordPress)
- HTTPS Support: A secure connection for improved security and performance
- Standard WordPress Requirements: Meets all official WordPress hosting guidelines.
WordPress Installation
Before installing , make sure you have a working version of WordPress set up. If you need help with the installation, refer to the WordPress Codex for step-by-step instructions.
Here are some useful links for WordPress resources:
- WordPress Codex – Comprehensive documentation covering WordPress installation and setup.
- First Steps With WordPress – A beginner-friendly guide to essential WordPress features.
Note: If you plan to import demo content from our demo site, we highly recommend installing it on a fresh WordPress website with no existing data.
Recommended PHP Configuration Limits
Many issues that you may run into such as 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:
memory_limit = 256M
upload_max_filesize = 128M
max_input_time = -1
post_max_size = 128M
max_input_vars = 10000
max_execution_time = 200