Bypass all resource restrictions, passwords, and keys? Read here!
== Changelog ==
v1.8.5 - Updated Aug 7, 2023
- Reading Progress Bar, Reading Time and Table of ContentsNEW
- Image MaskNEW
- Image element: New “Sources” setting to set images per breakpointNEW
- Background video: New setting for start time, end time, play once, show at breakpointNEW
- Video element: Poster setting (locally hosted videos)NEW
- Nestable slider: Background & border settings (for individual slide)NEW
- Nestable slider: Disabled arrow stylesNEW
- Nestable slider: Arrows text shadow settingNEW
- Nestable slider & Slider: “Fade” option not working with “Items to show” set to 2+FIX
- Nav nestable: Top-level border CSS selectors with active submenuFIX
- Breadcrumbs: Parent / child relationships not reflecting correctlyFIX
- Image gallery: PHP error if no image is selected, but “size” and link to “lightbox” setFIX
- Countdown: Non-latin characters (Cyrillic, Chinese) not rendered properly in builderFIX
- Logo Element: Missing “width” and “height” when using SVGFIX
- Map: Unable to render map in the builder if address is in non-latin language (Arabic, Chinese)FIX
- Rich Text: Custom color picker width (TinyMCE)FIX
- Popup: “In”-animations not workingFIX
- Interaction opens multiple popups if more than one popup template is inside loopFIX
- Start animation only run onceFIX
- Animated Typing: Not working inside query loop nestable slider (past first slide)FIX
- Not allowed: Infinite template loop: If current category ID has the same ID as the template ID it is rendered inFIX
- PHP error when opening the builder if certain dynamic data tags return non-string or non-arrayFIX
- Vimeo background video loads YouTube related markupFIX
- Locally hosted background video not playing on mobileFIX
- mejs-video player: Wrong icons (video inside Woo product description)FIX
- Theme Styles: Button “light” color gets applied when linked to lightboxFIX
- WooCommerce: Google Pay and Apple Pay button not showing (in custom checkout template)FIX
- WooCommerce: Theme Styles “Links” color not used in product contentFIX
- WooCommerce: AJAX add to cart: External/Affiliate product should be excludedFIX
- WooCommerce: Empty cart style not added if triggered by changing all quantities to zero and then clicking “Update cart”FIX
- WooCommerce: Cart contents loop: First featured image dynamic data is empty (inside builder)FIX
- WooCommerce: Mini cart: Fix “Visibility” placeholder and select option labelsFIX
Download Bricks Builder v1.7 (BETA) - Build WordPress Sites That Rank Nulled Free
Feb 15, 2023 - v1.7
Bricks 1.7-beta is now available as a manual download for testing & providing feedback to help us roll out a stable 1.7 soon: https://bricksbuilder.io/account/?v=1.7-beta
As with any beta release: Please do not use it on any production/live website!
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 do not cause any conflicts. Which 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 very important that you stop working on this site, and email us right away.
We’ve added an additional logging feature to Bricks that should help us debug this issue further.
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 (by separating them via space, dot, or comma)
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
Download Bricks Builder v1.6.2 - Build WordPress Sites That Rank Nulled Free
Jan 16, 2023
v1.6.2
Release 1.6.2
This first release of the year focuses on various improvements & bug fixes and introduces a few new settings & dynamic data field types.
Full Changelog:
Logo element: Setting for lazy or eager loading
NEW
Image element: Setting for lazy or eager loading
NEW
ACF: Support Field Type “Flexible Content” & {acf_get_row_layout} DD tag
NEW
Meta Box: Support Field Type “Image Select”
NEW
Excerpt element new setting “Keep formatting” & DD {post_excerpt:format} filter to keep HTML
NEW
Taxonomy element: New “Order by” setting
NEW
Image element: New “Show title” setting
NEW
Metabox: Support Nested Group (non-cloneable)
IMPROVE
Frontend: Slower page load (since 1.5.7)
IMPROVE
Generate more compact border & border-radius shorthand syntax
IMPROVE
Parse Custom CSS to prevent style corruption
IMPROVE
PHP error in searchform.php
FIX
Lost classes (browser back button issue)
FIX
CSS Grid: Overlay icon missing & no grid item controls when styled on a global class
FIX
Interactions: Animation + content loaded “flickers”
FIX
Interactions: Bug when using “Enter Viewport” & “Leave Viewport” together
FIX
PHP Warning: Undefined array key ‘mailchimpGroups’ (Form mailchimp action)
FIX
Gradient/Overlay: Apply to “Background” breaks position: absolute (in builder)
FIX
Form element: No action set with specific template conditions
FIX
Theme Style: Form Field ‘Margin’ not applied
FIX
Yith WooCommerce Product add-on causing builder cannot drag & drop
FIX
Popup Template: Add element via DnD to canvas not added to structure panel
FIX
Excerpt element in query loop on archive page shows archive description instead of post excerpt
FIX
Query Builder: Include/exclude posts options always from post type “Posts”
FIX
WooCommerce: Order overview is not responsive
FIX
ACF post object field always returns current post title with a link (even when field is empty)
FIX
DD {woo_add_to_cart} being sanitised causing “woocommerce_loop_add_to_cart_link” filter incomplete
FIX
DD JetEngine & Metabox media or gallery field always returns post title when the field is empty
FIX
Full Changelog:
Nulled by: @physicoll
- CSS Grid LayoutNEW
- Woocommerce: AJAX “Add to cart” button (single product)NEW
- New DD tag: {woo_product_stock_status} (useful for element conditions)NEW
- DD tag {woo_product_stock} supports ‘value’ filterNEW
- Page Settings > SEO: New “Document Title” settingNEW
- New setting: “Direction” under Style > Layout > Flex (for non-layout elements)NEW
- Search element: Add overlay ‘Title tag’ settingNEW
- Search element: Add “for” attribute to form label (a11y)NEW
- Video element: New iframe “title” settingNEW
- Remove background-color: transparent from “a” (normalizeCSS)IMPROVE
- WooCommerce: Related Product CSS problem with breakpointsFIX
- WooCommerce: Order Receipt template woocommerce_receipt_ action hook missingFIX
- WooCommerce classes on body tag all across the siteFIX
- WooCommerce: Products element has wrong aria-label on image linkFIX
- Sticky header: background-color transition missing .brxe-block selectorFIX
- Overlay/Gradient: Specificity issue with #id > *FIX
- Popups & Interactions: JS console errorsFIX
- Popup A merged/added into popup B, etc.FIX
- Missing Popup styles in paginated loopFIX
- Posts element: Initial load in builder incorrect styleFIX
- Posts element: Masonry layout empty on canvasFIX
- Video element: Dynamic data for Vimeo URL not renderedFIX
- Video element: Overlay image style not generated in query loop (frontend)FIX
- Image Gallery: Caption positionFIX
- Icon SVG inherits CSS properties on all children causes unknown borderFIX
- Icon Box element: Theme style “Icon align” not used (external files)FIX
- Map element: Big close image if jQuery not used on current pageFIX
- Custom CSS: “root” selector of inserted element gets overridden with ID of the original elementFIX
- Nestable Slider: Type “fade” selected, only the first slide is visibleFIX
- Sticky Header .slide-up causes content to jump upFIX
v.1.6.0
Popup Builder
NEW
Disable Bricks Lazy Load on Specific Image (via loading=eager HTML attribute)
NEW
Button element: Parse dynamic data tag inside “External URL” (composed links)
NEW
Video element: Support composed URLs (text + dynamic data)
NEW
Support comments pagination
NEW
WooCommerce Add to cart: Add “clear” option for variable products
NEW
SEO: Add “title “tag to image (if custom title is added via the media library)
NEW
Image Gallery element: Add attachment ID via “data-id” attribute
NEW
New filter: bricks/registered_post_types_args (allows users to display non-public CPTs in builder)
NEW
New dynamic data filter “:raw” to skip parsing tag
NEW
New style setting: “cursor” (under Style > Layout > Misc)
NEW
Social Sharing element: Set icon, background, and color individually
NEW
Interactions
NEW
Skip lazy loading background images with HTML attribute set to loading=eager
NEW
Theme Styles: Provide “column-gap” & “row-gap” controls for all layout elements
NEW
Progress Bar element: Add dynamic data picker to “Percentage” setting
NEW
New translation: Hungarian
NEW
Builder: Auto-expand number inputs that contain CSS functions
NEW
Code element: New “Render without wrapper” setting
NEW
New dynamic data filter: url (e.g. ACF field type “file” to output plain URL)
NEW
New Converter option: Entry animation to interactions
NEW
Capabilities: Set “No access” for individual user & dropdown for SVG upload & code execution
NEW
Theme Style: Provide “Padding” setting for button size “Default”
NEW
Convert web-safe CSS var colors (e.g. “red”, etc.) in builder
IMPROVE
Post Content element: Don’t render when WordPress content is empty
IMPROVE
Posts element: Apply isotope filter typography to “ul” instead of “li”
IMPROVE
Post Social Sharing element: Validation error due to XML tag
IMPROVE
Updated: swiperJS from 8.0.6 to 8.4.4
IMPROVE
Updated: splideJS from 4.0.7 to 4.1.4
IMPROVE
Canvas: Hide element action buttons if active element is not visible (display: none)
IMPROVE
Post content element: Remove Bricks default “ol” & “ul” styles
IMPROVE
Bricks Settings: Disable autocomplete (e.g. Remote templates URL + password fields)
IMPROVE
TranslatePress: Fix image translation (cause: lazy load) & builder language
IMPROVE
Query Loop: Element ID used instead of class in custom CSS on mobile breakpoints
FIX
Overlay/Gradient on global class won’t add .has-overlay for position: relative
FIX
Nav Menu element: Required Icon settings not available on mobile-first
FIX
Theme Styles: Hover styles show always on the canvas
FIX
Builder: Values from lower breakpoint show as placeholder on higher breakpoints
FIX
Inner Container setting: Placeholder shows values from parent container
FIX
Animation classes are not removed after they ran (in builder)
FIX
Basic Text: causing line break
FIX
Template element: Notice: Undefined index (templates.php line 258)
FIX
Nav menu: Overflow issue
FIX
Mobile first: Deleted pseudo class leaves values in CSS without selector
FIX
Windows: “Insert element after active element” shortcut not working
FIX
.brx-header-Left class name typo
FIX
Empty cart template: Not showing after cart is cleared
FIX
Nestable Slider: Custom arrows are displayed even though “Show arrows” is off
FIX
RTL: Builder tooltip position
FIX
WooCommerce Product Price: Missing styles
FIX
Slider: Content align icons are swapped
FIX
Lazyload causing {featured_image} 404
FIX
Heading element: Separator align icons wrong axis
FIX
Shape Divider: Triangle concave split/gap on mobile
FIX
Builder: Removing last shape divider, does not clear setting properly
FIX
“Convert Bricks data to Gutenberg blocks” setting not working
FIX
SEO Page Settings: Title & Permalink not updated
FIX
Fix ‘Warning: Undefined array key’ (assets.php line 2214)
FIX
Builder: Hamburger toggle not shown on mobile breakpoint
FIX
Custom Tag “table” uses display: flex instead of “table”
FIX
Pagination element: AJAX not working if query is set to Posts element query
FIX
Shape Dividers: Linked Icon element uses position: relative from shape divider
FIX
Header right/left: Custom width not set on canvas
FIX
Carousel: “Items to scroll” on breakpoint skips slides on other breakpoint
FIX
Image element: Overlay conflict with caption
FIX
Slider element: Apply default min-height: 50vh to .swiper-slide instead of root
FIX
Interactions: Animation delay doesn’t work / Content Loaded Delay doesn’t allow decimals
FIX
Dynamic background image not using set size (front end)
FIX
Element Conditions: ACF true/false issue
FIX
Dynamic data tag ‘woo_product_excerpt’ formatting removed
FIX
Add to cart element inside query loop redirects to single product page
FIX
Exported template empty with zlib compression enabled
FIX
Products element: “On Sale” checked shows all products
FIX
Code element: CSS in builder not correct with code execution enabled
FIX
Query Loop: Wrong context if ACF Repeater field nested inside ACF relation loop
FIX
Posts element: Error when loaded through a Template element inside the builder
FIX
Popup Trigger “Mouse leave window” not working in Firefox/Safari
FIX
Learndash: Breadcrumbs added to Bricks elements (that use the_content filter)
FIX
Dynamic data: “featured_image” shows featured image from populate content (if no featured image exists for current page)
FIX
Edit content permission: Should not be able to remove global classes from element
FIX
Element Conditions: “or” not working on 2nd+ condition group
FIX
Nestable Slider: Scrolling on mobile devices triggers resize event
FIX
Download Bricks Builder v1.5.7 - Build WordPress Sites That Rank Free Nulled
Nov 4, 2022 - v1.5.7
NOTE: If the dynamic data picker inside the builder does not automatically add the curly brackets {} around the dynamic data tag, please re-download 1.5.7 from your account.
Full Changelog:
- Related products: Add settings for alignment & image heightNEW
- Remove custom admin_footer_textNEW
- Image: Parse dynamic data in the “External URL” fieldNEW
- New dynamic data filter “:value” (useful for certain dynamic data in element conditions)NEW
- Update default WooCommerce templates (for WC 7.0.1)IMPROVE
- WooCommerce: Product Stock (element & DD tag) not working with variable productsIMPROVE
- WooCommerce Cart: Improve responsivenessIMPROVE
- WooCommerce Checkout: Required fieldsIMPROVE
- Code element: Skip code execution on builder loadIMPROVE
- Element conditions: get_users outside of builder caused slow queryIMPROVE
- Remote templates: Show error message in builder modalIMPROVE
- Regenerate CSS files when saving a post inside the WordPress editor as wellIMPROVE
- SwiperJS: Fix autoplay optionsFIX
- Nestable tabs: Duplicated tab title/pane doesn’t update on canvasFIX
- Pagination element: Hover styles apply to ‘ul’ instead of ‘a’FIX
- Products Pagination element: Not showing when used inside of a single templateFIX
- Element conditions: Element always rendered on frontend when window was opened through “View on frontend” builder buttonFIX
- Form element: number input set to min=0 accepted negative numbersFIX
- Accordion / Icon List in template element within page template loses its default styles (external files)FIX
- Accordion: Copying styles copies items as wellFIX
- Copy & Paste cross domain: Duplicated classesFIX
- Sticky Header: “slide up after” with unit (px) breaks the slide-upFIX
- Search results page + infinite scroll shows repeated resultsFIX
- Query Loop with custom function: Styles not correct (template preview & external files)FIX
- bbpress class name conflict: “display: none” elements disappear from the structure panelFIX
- Post Content element: PHP 8 error generated by sprintf()FIX
- Nav menu: Submenu color overrides active colorFIX
- Mobile menu issue with open submenuFIX
- Multiple mini carts on a page: First mini cart is always openedFIX
- WooCommerce Cart page: Template element CSS file not loadedFIX
- Theme Styles: Link styles not applied to WooCommerce elements (short description, etc.)FIX
- Theme Styles: Form styles missing (external files)FIX
- Theme Styles: “Related posts” had no controlsFIX
Download Bricks Builder v1.5.6 Final - Build WordPress Sites That Rank Nulled
v1.5.6 - Oct 19, 2022
Full Changelog:
New CSS control property: “id”NEW
Improved border-radius builder controlIMPROVE
Bricks admin message: Show only for users with manage_options capabilityIMPROVE
Icon/Icon List/Icon Box: Cannot select SVG (ControlPopup)FIX
Class lock locks element ID tooFIX
Video element: Custom SVG icon doesn’t start the videoFIX
WooCommerce: Mini Cart isn’t scrollableFIX
Element conditions: “User role” condition not workingFIX
Customizer: PHP notice if no menu items existFIX
Related Posts element: Image height not working (external files)FIX
WooCommerce error when Bricks finds a possible query in the page but it is not a products queryFIX
Infinite Scroll: Not working properly on blog/archivesFIX
Form submit error: “No action” if form is on blog pageFIX
Letter Spacing: Missing default unit (px)FIX
Bricks templates included search resultsFIX
Nav Menu element: New “Text align” setting for mobile menuFIX
Dynamic data: Separator in post terms not working: {post_terms_post_tag: | }FIX
Double slash in default templates CSS file pathFIX
Builder: Custom taxonomy dropdown option missingFIX
Release 1.5.5
This release comes with a good number of improvements in regard to performance, workflow, and third-party plugins.
New Dynamic Data In-Builder Settings:
You can now show the dynamic data label (e.g. “Post title”) and/or key (e.g. “post_title”) in the dynamic data dropdown. There is also a setting to auto-expand the builder panel when the dynamic data dropdown is visible (in the same way the code control already works).
This is super helpful when working with a lot of dynamic data.
The dynamic data search now looks not only for the label but also the key (e.g. acf_property_price).
Got A Large Site That Is Lagging? Try This …
Take advantage of the new “Disable WordPress custom fields in dropdown” setting. It’ll skip adding the WP custom fields to the dynamic data dropdown in the builder. Those custom fields (e.g. cf_my_custom_field) are still parsed normally. Especially on larger sites, it can result in saving a potentially large query.
Full Changelog:
Element Conditions: New “does not contain” operand for dynamic data
NEW
Theme style & template condition: Support for post type “Media” (attachment)
NEW
Dynamic Data: Support for Metabox field type “switch”
NEW
Button element: New “HTML tag” setting
NEW
Dynamic data dropdown (builder): New settings to show label and/or key; expand panel; include key in search
NEW
New filter: bricks/screen_conditions/scores (to extend template & theme style conditions)
NEW
Improve bricks_is_builder_call: Caused conflicts with frontend AJAX calls (e.g. WP Grid Builder)
IMPROVE
Control number: Remove mouse up/down listener
IMPROVE
Mobile-first: Largest breakpoint should cover entire builder canvas width
IMPROVE
Improve loading (performance) of local SVG files
IMPROVE
Element Conditions: Don’t localize ACF true/false value
IMPROVE
Bricks Settings: Use input type “password” instead of “text” for the “Remote Templates Password” field
IMPROVE
WooCommerce Cart & Checkout pages always contained/boxed
IMPROVE
Updated: French translation
IMPROVE
Improved builder data sanitiser: Add missing ‘parent: 0″ to root elements
IMPROVE
Builder data infinite loop prevention (logic addresses revisions & template inserts too)
IMPROVE
Updated: VueJS 3.2.31 to 3.2.40
IMPROVE
Image element: Icon not centered & “custom” HTML tag
FIX
Image gallery: Classes applied twice
FIX
Background video position
FIX
Background video set on non-desktop breakpoint was not rendered
FIX
Element Conditions: Add/delete was not using correct index
FIX
Element Conditions: Value is not accepting dynamic data tags
FIX
Rank Math: Missing images in the sitemap XML
FIX
Rank Math: Error on page-sitemap.xml
FIX
Dynamic data: For large postmeta tables, the page loading time was too high
FIX
Dynamic data: Add support for “@”
FIX
Sticky header: Sub settings not visible in builder on breakpoints larger than “desktop” (default)
FIX
Posts dropdown: Including post type “attachment” breaks query results
FIX
Button on canvas: “light” hover/ selected style
FIX
Image Gallery & Posts element: Gap issue
Download Bricks Builder v1.5.4 Final - Build WordPress Sites That Rank Nulled Free
Sep 28, 2022 - v1.5.4
This week’s release contains our most requested feature to date: Elements Conditions (4600+ upvotes).
Element conditions documentation: https://academy.bricksbuilder.io/article/element-conditions/
Originally labeled “Conditional Display Logic” we now refer to it as “Element Conditions” to avoid any confusion with the CSS “display” property.
If the element conditions are not met the element is not rendered on the frontend (it doesn’t hide the element via “display: none”).
As mentioned in the Academy article we’ll soon provide an Element Conditions API as well that allows you to add your own conditions to the builder interface. Extending the built-in conditions is going to be an ongoing effort as well. Which should go nicely hand-in-hand with our smaller, more frequent update cycle
Full Changelog:
- Element Conditions (Conditional Display Logic)NEW
- Link control: “Link to” using dynamic data should support composed linksNEW
- Counter element: Add dynamic data support to “Count from” & “Count to” settingsNEW
- Add “.has-overlay” class to element with gradient/overlay settingNEW
- Updated: German translationIMPROVE
- Updated: Norwegian translationIMPROVE
- Updated: Hebrew translationIMPROVE
- Updated: Persian translationIMPROVE
- Colon removed from custom attribute nameIMPROVE
- Shape Divider: Add “position: relative” to direct child elementsIMPROVE
- Page Settings: “disable header/footer” doesn’t work when page is rendered via a templateFIX
- Image element with tag + link + CSS filter on hover: transition issueFIX
- Map element: Remove inner .div and apply all styles to map root (fixes height 100%, etc.)FIX
- Dynamic Data: Error nested groups with MetaboxFIX
- Builder: Avoid “Maximum call stack size exceeded”FIX
- Nav menu: Sub menu active background color overridden by normal background colorFIX
- Bricks > Settings > Custom CSS: Backlash breaks with external files loading methodFIX
- Builder: Custom breakpoint naming collision with default breakpointFIX
- Custom CSS: “root{” is not workingFIX
- JetEngine Repeater: When pulling the repeater field inside of a posts query loop doesn’t workFIX
- Paid Memberships Pro: Bricks content always showsFIX