Loading experience
Docs/Getting Started
Getting Started

Installation & Setup

Get Djia Bricks installed, your license activated and your first element on the canvas in under 5 minutes.

๐Ÿงฉ Bricks Builder 1.9.1+
โš™๏ธ WordPress 6.0+
๐Ÿ˜ PHP 7.4+
๐Ÿ”
Requirements
๐Ÿ“Œ
Djia Bricks is an addon for Bricks Builder. Bricks Builder must be installed and activated before installing Djia Bricks.
  • Bricks Builder 1.9.1 or later โ€” purchased separately at bricksbuilder.io
  • WordPress 6.0 or later
  • PHP 7.4+ (PHP 8.1+ recommended for best performance)
  • MySQL 5.6+ or MariaDB 10.0+
  • WooCommerce 7.0+ โ€” only required when using WooCommerce modules
  • ACF Pro โ€” only required when using ACF dynamic data tags
๐Ÿ“ฆ
Installation
Method A โ€” WordPress Admin Upload
1

Download the plugin ZIP

Log in to your account at djia-bricks.com, go to My Account โ†’ Downloads and download the latest djia-bricks.zip.

2

Upload via WordPress Admin

Go to Plugins โ†’ Add New โ†’ Upload Plugin. Select the downloaded ZIP file and click Install Now.

3

Activate the plugin

After installation click Activate Plugin. A new Djia Bricks menu item will appear in the WordPress admin sidebar.

Method B โ€” WP-CLI
bash
# Install from local ZIP wp plugin install /path/to/djia-bricks.zip --activate # Or via URL (if hosted) wp plugin install https://downloads.djia-bricks.com/djia-bricks.zip --activate
๐Ÿ”‘
License Activation

A valid license is required to receive plugin updates and access all features.

1

Open the License panel

Go to WordPress Admin โ†’ Djia Bricks โ†’ License.

2

Paste your license key

Copy your key from the purchase confirmation email or your account dashboard. Paste it into the license field and click Activate License.

3

Confirm activation

A green "License active" badge confirms the plugin is licensed. The site URL is now registered to your plan.

โš ๏ธ
Each license allows activation on a set number of sites. Deactivate the license at Djia Bricks โ†’ License โ†’ Deactivate before moving to a new domain to free up a slot.
โš™๏ธ
Enabling Modules

Djia Bricks loads zero code for disabled modules. Enable only what your project needs.

1

Open Modules panel

Navigate to WordPress Admin โ†’ Djia Bricks โ†’ Modules.

2

Toggle modules

Use the toggle switches to enable or disable any of the 15 modules. Use Enable All / Disable All for bulk actions.

3

Toggle individual elements

Click any active module to expand and toggle individual elements. Disabled elements won't appear in Bricks Builder.

4

Save Changes

Click Save Changes. Changes take effect immediately โ€” no cache flush required.

โ„น๏ธ
WooCommerce module elements only appear when WooCommerce is active on the same site. The module can be enabled regardless.
๐Ÿงฉ
Adding Elements in Bricks

All enabled Djia Bricks elements appear natively inside the Bricks Builder element panel โ€” searchable by name and organized by category.

  • Open Bricks Builder on any page or template
  • Press A or click the + button to open the element panel
  • Search by name โ€” e.g. Pro Form, Range Slider, Countdown
  • Browse by category โ€” look for categories prefixed with Djia
  • All settings are in the standard left controls panel โ€” Style, Layout, and a dedicated Djia tab per element
โœ…
Djia Animate settings live in the Style โ†’ Animate panel of any element โ€” not a separate element. Any Bricks element can be animated.
๐Ÿ”„
Receiving Updates

With an active license, updates appear in WordPress โ†’ Dashboard โ†’ Updates alongside your other plugins.

WP-CLI
# Update the plugin wp plugin update djia-bricks # Check current version wp plugin get djia-bricks --field=version
โš ๏ธ
Always check the Changelog for breaking changes before updating production sites. Test updates on staging first.