Upload Plugin
Uploading the BallinKit Plugin to your WordPress site can be done through multiple methods depending on your server configuration and preferences.
Option A: WordPress Admin Panel (Recommended)
This is the simplest method for most users:
- Log in to your WordPress dashboard as an Administrator.
- Navigate to Plugins > Add New.
- Click on the Upload Plugin button at the top of the screen.
- Choose the downloaded zip file (
kit-customizer.zip) and click Install Now. - Wait for the installation to complete, then click Activate Plugin.
Option B: Uploading via FTP/SFTP
Use this method if your upload size limit blocks uploads via WordPress or if you prefer direct file access:
- Extract the contents of
kit-customizer.zipto a local folder namedkit-customizer. - Connect to your web server using an FTP client (FileZilla, Cyberduck, etc.).
- Navigate to
/wp-content/plugins/directory. - Upload the extracted folder here.
- Head over to the WordPress admin panel, click Plugins > Installed Plugins, and hit Activate under KIT Customizer.
Option C: WP-CLI
For developers comfortable with command-line tools:
wp plugin install kit-customizer.zip --activate
Post-Installation Verification
After activation, verify the installation by:
- Checking that "KIT Designer" appears in your WordPress admin sidebar
- Visiting the Settings page to ensure all options are accessible
- Checking for any PHP errors in your debug log