Minimal Requirements
Before installing and using the SpaClub WordPress Theme, please ensure your hosting environment meets the following minimum requirements for best performance and compatibility.
WordPress Requirements
- WordPress Version: 6.0 or higher
- PHP Version: 7.4 or higher (Recommended: PHP 8.0+)
- MySQL Version: 5.6 or higher (or MariaDB 10.1+)
- HTTPS (SSL): Recommended for secure transactions and login
Note: Using outdated WordPress or PHP versions may cause unexpected errors. Always keep your installation and plugins updated.
Server Configuration
Your hosting environment should meet the following minimum PHP configuration values:
| Setting | Minimum Value | Recommended Value |
|---|---|---|
| memory_limit | 256M | 512M or more |
| post_max_size | 32M | 64M |
| upload_max_filesize | 32M | 64M |
| max_execution_time | 180 | 300 |
| max_input_vars | 3000 | 5000 |
These values can be updated in your php.ini, .htaccess, or directly via your hosting control panel (e.g., cPanel).
Browser Compatibility
- Google Chrome (latest)
- Mozilla Firefox (latest)
- Safari (latest)
- Microsoft Edge (latest)
Recommended Hosting
- WordPress-optimized hosting (e.g., Bluehost, SiteGround, Hostinger, etc.)
- PHP 8.x support enabled
- SSL certificate installed
- Minimum 1GB RAM on shared hosting (2GB+ recommended for demo import)
Required Plugins
The theme requires the following plugins to function properly. Most of these are included in your theme package:
- Elementor Page Builder
- DreamIT Spaclub Elementor Extension
- Contact Form 7
- Cmb2
- Redux Framework
- One Click Demo Import
- Elementor Header & Footer Builder
- WooCommerce (for paid listings or booking features)
Recommended PHP Configuration Example
You can adjust your PHP limits by adding the following values to your php.ini or .htaccess file:
memory_limit = 512M
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300
max_input_vars = 5000
Tip: If you're unsure how to adjust these settings, contact your hosting provider for assistance.