Welcome to BookingHub, the all-in-one booking and appointment plugin for WordPress! This guide will walk you through the installation process step-by-step.
📥 Installation Steps
1. Download the Plugin ZIP File
After purchasing BookingHub from CodeCanyon:
Go to your CodeCanyon Downloads page.
Click Download next to “BookingHub”.
Choose “Installable WordPress file only” to get the plugin ZIP.
2. Install the Plugin
🔹 Option A: Upload via WordPress Dashboard (Recommended)
Go to WordPress Admin > Plugins > Add New.
Click Upload Plugin.
Select the
bookinghub.zip
file and click Install Now.After installation, click Activate Plugin.
🔹 Option B: Install via FTP
Extract the
bookinghub.zip
on your computer.Upload the extracted folder to:
/wp-content/plugins/
using an FTP client.
Go to Plugins > Installed Plugins in your admin panel and activate “BookingHub”.
⚙️ Initial Setup
Once activated, you can continue with the setup wizard. (See article)
🧪 Troubleshooting Tips
Upload limit errors? Make sure your
upload_max_filesize
andpost_max_size
are set to 64M or higher.White screen or timeout? Increase
max_execution_time
andmax_input_time
as shown above.Plugin not activating? Check PHP error logs or enable
WP_DEBUG
inwp-config.php
for details.