• Nullsto Rules must be read before making a post, otherwise you will get permanent warning points or a permanent ban.

    Nullsto Forum provides CLEAN and SAFE resources. You can use them for development and testing if you are on Windows and have an antivirus that alerts you about a possible infection: It is a false positive since every script is double checked by our experts. While downloading a resource, we recommend that you add Nullsto to your trusted sites/sources or temporarily disable your antivirus. "Enjoy your presence on Nullsto"
Bricks Builder - Build WordPress Sites That Rank

Bricks Builder - Build WordPress Sites That Rank v2.3.13 Nulled + Child theme

No permission to download
Just one simple fix to tackle the textdomain PHP notice caused by the new WordPress 6.8.

Full changelog
  • WordPress 6.8: Function _load_textdomain_just_in_time was called incorrectly
Bricks Builder v1.12.3 - Build WordPress Sites That Rank
1.12.3 - March 6, 2025
Quick hotfix release to iron out the bugs reported in 1.12.2.
IMPROVE Background video: Support youtu.be format
IMPROVE Element classes panel: Don’t delete class connection
IMPROVE Image: Source not working, if URL contains spaces
IMPROVE Query Results Summary: Support query located inside component
IMPROVE Posts element: Remove data-query-vars attributes for query trail node
IMPROVE brx-loop-comment bypass HTML comment string removal
IMPROVE Custom Auth: Percent encode URL params
FIX Background video: Not working using dynamic tags in the builder (if using video ID)
FIX Builder: Unnecessary bricks_render_elements calls from global elements
FIX Echo not working in form submission AJAX call
FIX Filter Select: Options missing space between count and label
FIX Form: Honeypot field missing CSS units
FIX Image overlay not visible on frontend
FIX Popup: Not closing on ESC/backdrop (if no focusable elements, and autoFocus is enabled)
FIX Show outer post content: Class styles not updating in builder
FIX Show outer post content: Missing template class styles if page is empty
FIX set_link_attributes not parsing dynamic data for rel, title and aria-label fields
Bricks Builder v1.12.1 - Build WordPress Sites That Rank
1.12.1 - January 24, 2025

  • Bricks AJAX add to cart: Check if product support AJAXIMPROVE
  • Taxonomy: Add flex-wrap: wrap by defaultIMPROVE
  • WooCommerce: Empty .before-checkout div on checkout pageIMPROVE
  • Builder Content/Style tabs disappear when “Components” tab is activeFIX
  • Using multiple HTML attributes generates additional attributes on the frontendFIX
  • WooCommerce: Brand always shows on Product Meta elementFIX
  • WooCommerce: Checkout notice style differs (v9.5.1)
Full changelog
  • Builder: Search individual post with 100+ results issueFix
  • Dropdown: Caret styling incorrectFix
  • Image: Attribute “sizes” new auto value causes image width issue (WordPress 6.7)Fix
  • Dropdown: Nested dropdown doesn’t open on hoverFix
  • PHP warning: undefined array key “optionMetaValue” (filter-base.php)Fix
  • Products element: Query setting not workingFix
  • Query Loop (Main Query) with exclude terms causes fatal PHP errorFix
  • WooCommerce 9.4.1: Update outdated Woo templateFix
  • WooCommerce: Checkout Coupon: JS error (if Bricks Woo Notice disabled)Fix
  • WordPress 6.7: Bricks translations not loadingFix
  • Product Cart Cross Sell: Heading setting not appliedFix
Changelogs
This quick follow-up release introduces a new filter bricks/allowed_html_tags that allows you to extend the list of allowed HTML tags.

Starting at version 1.10.2, Bricks restricts the allowed HTML tags according to WordPress core. So, certain HTML tags such as form are no longer allowed out-of-the-box.

If you see an “HTML tag not allowed” error message next to your “Custom tag” value, please programmatically add this HTML tag to the list of allowed HTML tags.

Only allow HTML tags that are considered safe, as anyone with builder access can use them!
The builder received a new set of interface icons 🔥. The “View on frontend” icon is now always visible. We reordered the builder toolbar icons slightly. There’s a toolbar setting indicator when the active element has pseudo-classes. Give it a bit of time to get used to 😉
  • Fix add/update postmeta for user without builder access issueFIX
  • Bricks settings: Lost password options show incorrect page titleFIX
  • Post comments: Allow to select multiple fields

Decryption key:​



We just released a mandatory security update with Bricks 1.9.6.1.



A leading security expert in the WordPress space just brought this vulnerability to our attention, and we instantly got to work, providing you now with a verified patch.



As of the time of this release, there’s no evidence that this vulnerability has been exploited. However, the potential for exploitation increases the longer the update to 1.9.6.1 is delayed.



We advise you to update all your Bricks sites immediately.
Bricks Builder v1.7.0 - Build WordPress Sites That Rank
Feb 22, 2023 - v1.7

This release focuses on tying up a lot of loose ends, third-party plugin compatibility issues, general bug fixes, and improvements. Plus, of course, a few new handy features.

Builder Lag On Complex Pages
Users working on complex pages (plus a lot of global classes) often experienced a serious lag while editing in the builder. 1.7 comes with a completely overhauled logic of how the state of elements and classes in the builder is updated, which should remedy this sort of lag.

Due to the nature of this change, please inform us immediately (via email or the forum) if editing elements or global classes in the builder, or using the undo/redo feature is causing any issues.

New Experimental Setting: Disable Chaining Element & Global Classes
When working with global classes on a Bricks element, the element class is chained to the global class like this .brxe-heading.my-global-class.

The reason for this default is to ensure a global class with styles defined on different elements does not cause any conflicts. This can occur as the CSS selector of a styling control is set on the control itself.

The possibility of this happening is rather low. But still, it is there, which is why we introduce this setting as an experiment first.

You can enable this setting under: Bricks > Settings > Performance > Disable chaining element & global class

Once enabled global classes are output without the element class like: .my-global-class

Meaning you can use your global classes on non-Bricks elements too.

If the feedback is positive, the next step is to provide one global class CSS file (when using the external file CSS loading method) rather than loading those rules inline.

Prevent Deleting All Global Classes By Accident
This bug, despite multiple reports, we were never able to replicate.

1.7 addresses it by only updating the global classes in the database if not empty.

The only minor downside is that you’ll always have at least one class in the global class dropdown. You can always manually delete by removing the bricks_global_classes entry from the wp_options table.

If you still experience global classes being wiped, please email us immediately.

Same if you notice any .undefined class names on an element. It’s crucial that you stop working on this site immediately, and email us right away (incl. temporary admin login details if possible, so we can debug it properly).

Full Changelog:
NEW

New experimental setting: Disable chaining element & global class
New dynamic data tag: do_action
New Query Loop Control: Disable query merge
Dynamic data: Output value for {woo_product_rating:value} instead of the star rating
Form element: Parse dynamic data in “Custom Redirect URL”
Create multiple global classes at once (separated by space)
Element Conditions: Support true/false as comparison value
Prevent deleting all global classes
Query Loop: Change “Include children” control to a true/false dropdown

IMPROVE
Minimize builder lag on complex pages
Form element: Flatpickr date input styled differently on mobile
Product quantity input should dispatch input change event
Learndash: Automatically enqueue assets for course grid shortcode (ld_course_list) added in Bricks
Carousel: Remove “Size” option of Image control & add “Lightbox image size” setting
Custom attribute: Output attribute value of “0“
Icon with link: Apply custom attributes to link tag instead of icon
Builder font-size control: Missing placeholder on lower breakpoints
Updated for WooCommerce 7.4 (cart template, quantity input)

FIX
Canvas with disabled scaling not centered on lower breakpoints
Builder: Breakpoint builder width precedes entered breakpoint width
Rich text element: Updating content in canvas is not reflected in the left panel when typing
Canvas: Disappearing Changes
Pricing Tables: Repeater styles not visible on canvas (mobile-first)
Builder: Fix remember last selected global class
Builder: Console warnings about missing source map files
Nestable Slider: Builder Access (“Edit content” rights)
Background video on a global class not rendered
Bricks + Fluent forms
Builder: Image upload no longer works after inserting a template
Image element: Image overlay option missing when global- or pseudo-class active
Image gallery: Removing all images individually doesn’t properly clear setting (causes error in HappyFiles Gallery element)
Builder: Image Gallery default gutter breaks masonry layout
Image height 100% stretches image in CSS grid
Image: object-position setting partly visible
Theme styles: Pricing tables overwritten by default styles (using external files)
Theme Styles: WooCommerce button settings overridden on archive “add to cart” button
Theme Styles: Button outline style gets overridden
Default CSS: Apply “width: auto” to input type “radio”
Element Conditions: AND + OR bug between condition sets
Element conditions not applied to global elements
WooCommerce Products Filter: Wrong settings for :hover
Themify Icon Font: Some icons missing a letter in the HTML markup
Fluent Form preview output PHP Notice: Undefined index
PHP Fatal Error: Object Cache + ACF + ACF Extended Pro (due to closure)
ACF Repeater and Metabox Group values are incorrect when inside a user custom query (PHP)
Posts element: Apply gradient to custom “CSS selector”
border-color added if only border-radius is set
Interactions: Animation fadeIn with different target applied opacity 0
WPML: Render header/footer template of requested language
Compatibility: Learndash filter causing quiz to render empty content
Copy & paste global class styles: Custom CSS “root” replaced by the class name of copied style
SVG element: SVG styling controls are not visible when editing a global class
Fix {woo_product_on_sale} positioning
Posts element: {post_excerpt} incorrect on archive page
Query Loop in footer on product category archives is empty
Autosave message appears even after manual saving changes
Divider element: Fix Icon alignment & Link height
Popups & Interactions: Animation duration & Animation Delay don’t work correctly with *Out animations
Rich Text: empty - tags when using ACF field type “WYSIWYG”
Builder: Disabled Header (with position left/right) still takes up width on canvas
Sticky Header slide up causes vertical scrollbar on Windows
Top