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

  1. WordPress Version: 6.0 or higher
  2. PHP Version: 7.4 or higher (Recommended: PHP 8.0+)
  3. MySQL Version: 5.6 or higher (or MariaDB 10.1+)
  4. 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

  1. Google Chrome (latest)
  2. Mozilla Firefox (latest)
  3. Safari (latest)
  4. Microsoft Edge (latest)

Recommended Hosting

  1. WordPress-optimized hosting (e.g., Bluehost, SiteGround, Hostinger, etc.)
  2. PHP 8.x support enabled
  3. SSL certificate installed
  4. 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:

  1. Elementor Page Builder
  2. DreamIT Spaclub Elementor Extension
  3. Contact Form 7
  4. Cmb2
  5. Redux Framework
  6. One Click Demo Import
  7. Elementor Header & Footer Builder
  8. 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.