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
Download the ZIP File from CodeCanyon
After purchasing BookingHub from CodeCanyon, go to your Downloads page.
Click Download next to “BookingHub” and choose All files & documentation to get the full package.
Extract the Downloaded File
Unzip the downloaded package on your computer.
Inside, you’ll find:
Documentation links to help you get started.
The main plugin file:
bookinghub.zip
.
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
file on your computer.Upload the extracted folder to
/wp-content/plugins/
using an FTP client.Go to Plugins > Installed Plugins in your WordPress admin panel and activate BookingHub.
⚙️ Initial Setup
Once activated, follow the setup wizard to configure your booking system.
đź§Ş 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.