
WordPress Plugin

WordPress Plugin
GNU GPL
Unlimited websites
$5.99
Save —
One-time purchase
Secure checkout · Instant access
★★★★★
4.8
I tested Bricks on a couple of messy client installs, including one WooCommerce site that already had enough plugin soup to make me question my career choices. And yeah, Bricks is good. Annoyingly good, actually. Not “marketing page good”, but “I can finally delete three garbage add-ons and sleep” good.
The builder lives where you expect it: WordPress Admin -> Bricks -> Settings, then the actual visual editing happens through Edit with Bricks on pages/templates. Theme styles are inside the builder under Theme Styles, not buried in the Customizer like some 2016 relic. Global colors, typography, buttons, form styling — all manageable there.
What I liked most about Bricks is that it doesn’t vomit DOM nodes like Elementor on a bad day. I opened Chrome DevTools, checked Elements, and the structure was mostly sane: sections, containers, blocks, not fifteen nested wrappers for a button. Small mercy, but after years of div lasagna, I’ll take it.
In DevTools -> Network, Bricks behaved better than most builders. On my setup it loaded the main frontend assets as bricks-frontend / bricks-scripts, plus whatever I stupidly added myself. Fonts are controlled in Settings -> Performance and in Theme Styles -> Typography. If you import Google Fonts casually, Bricks will still load what you tell it to load. Shocking, I know.
My usual fix: I set typography to system fonts in Theme Styles, then added one custom font manually through Bricks -> Settings -> Custom Fonts. After that, Network stopped showing the clown parade of five font weights I didn’t need.
For CSS, check Settings -> Performance -> CSS loading method. I prefer external files, because inline CSS on large pages becomes a debugging swamp. If styles look stale, clear Bricks’ generated CSS from Bricks -> Settings -> Performance -> Regenerate CSS files. That button saved me from blaming LiteSpeed for something that was absolutely my own fault.
Most layout work in Bricks belongs in the builder: headers, footers, archive templates, single post templates, Woo product layouts. Go to -> Templates, create a template, assign conditions, done.
Dynamic data is also decent. For post title, featured image, custom fields, Woo price, etc., use the little database icon in the field. If you’re using ACF, Bricks handles it cleanly. No weird shortcode nesting rituals.
Mobile menu settings are inside the Header template itself. Select the Nav Menu element, then check Mobile Menu settings. I had one case where the off-canvas menu refused to close after clicking an anchor link. My ugly-but-working fix was adding this in the child theme:
document.addEventListener('click', e => {
if (e.target.closest('.bricks-mobile-menu a[href*="#"]')) {
document.body.classList.remove('bricks-is-frontend');
document.querySelector('.bricks-mobile-menu-toggle')?.click();
}
Don’t edit parent theme files unless you enjoy losing work during updates. Use a child theme and put custom logic in: /wp-content/themes/bricks-child/functions.php Bricks stores template content in the database, mainly in wp_posts as bricks_template posts, with builder data living in post meta. So if you’re expecting old-school single.php and archive.php work, adjust your brain. The actual layouts are database-driven, not classic PHP templates. For custom shortcodes, custom Woo tweaks, extra body classes, or weird conditional logic, I use hooks in functions.php.
Example: excluding Bricks scripts from delay in WP Rocket or Perfmatters is not optional on some builds. If you delay everything, Woo variations can break.
I had to exclude: jquery-core wc-add-to-cart-variation bricks-scripts After that, product variation dropdowns stopped acting possessed. With LiteSpeed Cache, I usually go to LiteSpeed Cache -> Page Optimization -> JS Settings and exclude the same handles from delayed JS. If the mobile menu opens once and then dies, check Console first. Nine times out of ten it’s delayed JavaScript, not Bricks being haunted.
Only if you delay bricks-scripts, jquery-core, or Woo variation scripts. Exclude them and retest in DevTools Console.
Usually delayed JS. Disable delay, confirm it works, then exclude Bricks frontend scripts one by one.
Mostly yes. Still, if you nest containers like a maniac, Bricks – Visual website builder for WordPress won’t save you from yourself.
Use Edit with Bricks -> Theme Styles -> Typography. For custom files, use Bricks -> Settings -> Custom Fonts, not random CSS pasted into six places.
No. This builder is theme-driven.
Generated CSS in /uploads/bricks/css/ is stale or missing. Regenerate it.
Script delay/minify usually hit Woo variation JS or jQuery dependencies.
Yes, but do it in a child theme or via hooks. Don’t edit the parent theme.
All products we provide come only from official sources and verified developers. To confirm their integrity and safety, the archive has been scanned for viruses and malware. You can review the scan results at any time by clicking the button below.
View in VirusTotalYou can use any product from our store on as many websites as you like.
Single purchase includes download access for 72 hours. Future version downloads require repurchase or an active membership.
Manual updates are available to customers with active access.
Yes, we do. In most cases, you can expect a reply within 24–72 business hours. For simpler issues, we’re often able to respond much sooner.
You can contact us via live chat or open a support ticket directly from the product page — whichever is more convenient for you.
No, there are no limits. We don’t believe in restricting downloads. If you need to download a product multiple times, that’s absolutely fine.
We use professional, high‑performance storage systems to ensure downloads are fast, stable, and hassle‑free.
No, license keys are not included or required. Because all items are distributed under the GNU General Public License (GPL), a license key is not necessary to access the software’s functionality.
All products you receive are fully authentic. The files are provided fully functional and optimized for immediate installation, allowing you to use them seamlessly right out of the box without any restrictions.
Yes — 100%. All products contain the original code and are legally redistributed under the GNU GPL v2/v3 license.
The main difference compared to purchasing directly from the original author is that we don’t offer premium author services, such as custom development or one‑on‑one technical support. Additionally, since the software is fully GPL-compliant, it is provided ready for use and can be freely installed on an unlimited number of websites.
Yes, we stand behind our products. If you encounter an issue that cannot be resolved or a technical problem without a workable solution, we’ll do our best to help — and if necessary, issue a full refund.
Please note that refunds are not available if the product works as described but simply does not meet personal expectations. We’ve also encountered cases where refund requests were made while the product was still in use, which we cannot allow.
Our approach is simple: fairness and transparency. If you ever have a concern, just reach out — we’re always open to finding a reasonable solution that works for both sides.

Reviews
There are no reviews yet.