...

Bricks 2.3.8 – Visual website builder for WordPress

wordpress pro logo
bricks-download

$5.99

Special offer: Get our Lifetime Membership for ONLY $92 Join Now
Product Version: 2.3.8

State: Unlimited Usage

Brand: WordPress PRO
Developer: Go To Site

License: GNU GPL

Original GPL Package
We redistribute the original GPL-licensed package files. Nodub.com is an independent service and is not affiliated with the original developer or ThemeForest.

Technical Support
Expert help with any technical issue. Dedicated Nodub.com support is included. Official support from the original vendor is not included. Read our Support Policy.

Guarantees and Safety
100% safe, fully functional product. Completely risk-free for every customer. 14-day full money-back guarantee. Read our Refund Policy.

I tested Bricks – Visual website builder for WordPress 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 – Visual website builder for WordPress 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.

Performance: mostly clean, but don’t get cocky

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 Bricks -> 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 Bricks -> 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.

The stuff you can change in the builder

Most layout work in Bricks – Visual website builder for WordPress belongs in the builder: headers, footers, archive templates, single post templates, Woo product layouts. Go to Bricks -> 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:

add_action('wp_footer', function () {
  ?>
  <script>
  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();
    }
  });
  </script>
  <?php
});

Pretty? No. Did the client stop calling? Yes.

What still needs PHP surgery

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.

GPL, activation, and updates without the fairy dust

I personally tested Bricks – Visual website builder for WordPress as a GPL WordPress product and it worked normally for me, including the “Unlimited Website Usage” type setup. No fake crippled builder, no locked editor screen, no artificial site count drama in the actual theme files I tested.

Officially, if you buy it, you add your license key in Bricks -> License and updates come through the WordPress updater. If you’re using a GPL package from somewhere else, don’t expect official support or automatic updates. Manual update is boring: download the ZIP, go to Appearance -> Themes -> Add New -> Upload Theme, replace the old version, then regenerate CSS in Bricks. Backup first, unless you like performing live surgery with oven mitts.

Demo imports are under Bricks -> Templates or via JSON template import. Some full demos depend on external plugins or ACF field groups, so if an imported page looks naked, check missing plugins before yelling at the screen.

FAQ

Does Bricks break with WP Rocket?
Only if you delay bricks-scripts, jquery-core, or Woo variation scripts. Exclude them and retest in DevTools Console.

Why is my mobile menu dead after optimization?
Usually delayed JS. Disable delay, confirm it works, then exclude Bricks frontend scripts one by one.

Is the DOM really lighter than Elementor?
Mostly yes. Still, if you nest containers like a maniac, Bricks – Visual website builder for WordPress won’t save you from yourself.

Where do I fix global fonts properly?
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.

VirusTotal archive check

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 VirusTotal

Nodub.com vs Official Vendor

Comparison of Nodub GPL Package and Official Vendor: Key Differences
Feature Nodub GPL Package Official Vendor
Package files Yes Yes
GPL Redistribution Yes N/A
Official License Key No Yes
Unlimited Website Usage Yes No
Official Developer Support No Yes
Nodub.com Support Yes No
Automatic Vendor Updates No Yes
Manual Updates Yes Yes
*If you need official author support, license key, or automatic vendor updates, we recommend purchasing directly from the original developer.
Divi Booster 5.5 – The original and best Divi plugin
Beaver Themer 1.5.3.2 – WordPress Plugin

Reviews

There are no reviews yet.

Be the first to review “Bricks 2.3.8 – Visual website builder for WordPress”

Before you send us a support request, take a quick look at our Terms Of Use and FAQs. We know nobody loves reading them, but very often the answer is already there and saves you some time.

What to do first

  1. If that doesn’t help, check the product documentation next.
    A lot of small issues come from missed settings or simple setup steps, and the docs usually clear that up pretty fast.
  2. Still not working?
    No problem — just open a support ticket and tell us what’s going on. We’ll take it from there.
  3. When to expect a reply
    We usually get back to you within 1–2 business days. Sometimes faster, depending on the issue.

How to explain the problem (this really helps)

  • Be specific
    Instead of saying “it doesn’t work,” tell us what exactly is going wrong. Which button? Which feature? What were you trying to do when it happened?
  • Add screenshots
    Screenshots make a huge difference. Seriously. A simple image (or link to one) helps us understand the issue right away and saves a lot of back‑and‑forth.

Following these steps helps us help you faster — and with fewer questions along the way. Thanks for making support easier for everyone.

Daniel Balkovskij — Web Solutions Expert

Tested by: Daniel Balkovskij

Web Solutions Expert

Test environment: WordPress 6.5+, WooCommerce 8.x, PHP 8.3

Last checked: 23 June 2026
Answers to common questions!

You 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. In the past, license sharing and related issues caused account problems, so we decided to stop distributing keys.

That said, all products you receive are fully authentic. For items that normally require activation, we provide them pre‑activated, allowing you to install and use them immediately without dealing with license input or activation errors.

Yes — 100%. All products are original and distributed under the GNU GPL v2/v3 license.

The main difference compared to purchasing directly from the original author is that we don’t offer additional services such as custom development or one‑on‑one support. License keys are also not included. Instead, products that typically require activation are delivered ready to use, allowing installation on unlimited 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.

super offers of the month