• The default language of any content posted is English.
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.
Bricks - Visual website builder for WordPress

Bricks - Visual website builder for WordPress 1.9.7.1 NULLED

Full Changelog:​

  • Integration: Adobe Font/TypekitNEW
  • New Bricks settings: Smooth scroll (CSS)NEW
  • List Element: Add “Icon” SettingNEW
  • Popup: Enable scroll (body)NEW
  • Template import: Create non-existing pseudo-elements & pseudo-classesNEW
  • Popups: New open/close popup JavaScript helper functionsNEW
  • Control spacing: Link opposite sides (vertical and horizontal margin/padding)NEW
  • Video element: More Icon settingsNEW
  • Dynamic data: parse _cssId (frontend only)NEW
  • Heading: Set default HTML tag in theme stylesNEW
  • Query Loop: “Child of” support multiple IDs (comma-separated)NEW
  • Copy element ID to clipboard (from element panel & context menu)NEW
  • Form element: Validate required fields in the backend tooNEW
  • New filter: bricks/form/validate (validate form submission)NEW
  • Custom Fonts at the top of the font-family dropdown listIMPROVE
  • Color Palette: Improve delete color actionIMPROVE
  • Updated Google fonts library (plus reduce Google font JSON file in builder by 80%)IMPROVE
  • Builder: Provide pageSettings & templateSettings on window.bricksDataIMPROVE
  • Nav Menu: Various accessibility improvementsIMPROVE
  • Query Loop: Tax Query “include_children” options control instead of checkboxIMPROVE
  • Query Loop: Order by ‘Random’ creates duplicates (new loop setting: “Random seed TTL”)IMPROVE
  • Scroll Interactions: Support % and ‘vh’ unitsIMPROVE
  • Video element: Updated control descriptions (related video, theme styles)IMPROVE
  • WooCommerce Mini Cart: New “Close” icon (cart details)IMPROVE
  • Use dynamic data filter “text” to render email in link without mailto:IMPROVE
  • Builder lag when editing classes (on complex pages)IMPROVE
  • Query Loop: “Disable query merge” for Term queriesIMPROVE
  • Template element in header: Missing styles (loading method: inline styles)FIX
  • Text gradient plus CSS selector: Wrong selector (in builder)FIX
  • Reset element ID styles resets class too (when class is selected)FIX
  • Saving global class changes without element changes creates empty revisionFIX
  • Specificity: p:last-of-type+h(x)FIX
  • Basic text adds “p” tagsFIX
  • Custom Breakpoint containing “desktop”: Styles missing on the frontendFIX
  • Template/Shortcode Element: Renders template with status draft/trashedFIX
  • DD “url_parameter:error” can’t be retrieved as a URL parameterFIX
  • Specificity: Theme Style Link StylingFIX
  • Image element: Photoswipe lightbox JS error query loop + paginationFIX
  • Nav Mobile Menu: Missing close animation because of missing “visibility” transition value + z-index issuesFIX
  • Dynamic data inside gradient not parsedFIX
  • Query Loop: Querying posts from specific category + offset pulls the current page into the loopFIX
  • Populate content: Empty term archive shows populate content dataFIX
  • Loop + Nestable Elements: Only first nestable element visible on canvasFIX
  • Background Video: Scale setting overrides iframe transformFIX
  • Disable query merge not working in the archive with pagination (> page 2 )FIX
  • Heading element: Can’t reset “HTML Tag” settingFIX
  • Nestable Tabs: Remove default styles from “Content” block element insideFIX
  • Undo/Redo not working in header/footer templatesFIX
  • Interaction conditions comparison incorrect as the data is typeof stringFIX
  • ACF file type ‘file’ returns the post title if the value is emptyFIX
  • Custom control value: Replace all “%s” occurrences in CSS rule valueFIX
  • Contenteditable elements inside nested query loop: Console error if the result is emptyFIX
  • Object cache causes WPML unable to get the correct popup templateFIX
  • WP Gridbuilder: Facets on WooCommerce archiveFIX
  • Input, Select, Textarea: Remove default display styleFIX
  • WooCommerce: Archive template won’t use Bricks template if 1st post in product category result is set to ‘Render with WordPress’FIX
  • Missing media query if border-style not setFIX
  • Theme Styles: “Site Background” applies to html & body tag (boxed layout)FIX
  • Video Element: Dynamic data overlay image inside query loop doesn’t showFIX
  • WooCommerce Cart: Changing the shipping method changes the increments of the quantity inputsFIX
  • Fix border controls CSS in RTLFIX
  • Fatal error: Uncaught Error: [] operator not supported for strings (if same attribute has been set already)FIX
  • Logo: Provide dynamic data for image sourceFIX
  • Global Element in loop: Styles (due to missing global element class)FIX
  • Builder Access: Edit contentFIX
Feb 22, 2023 - Release – 1.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.

Full Changelog:​

  • New experimental setting: Disable chaining element & global classNEW
  • New dynamic data tag: do_actionNEW
  • New Query Loop Control: Disable query mergeNEW
  • Dynamic data: Output value for {woo_product_rating:value} instead of the star ratingNEW
  • Form element: Parse dynamic data in “Custom Redirect URL”NEW
  • Create multiple global classes at once (separated by space)NEW
  • Element Conditions: Support true/false as comparison valueNEW
  • Prevent deleting all global classesNEW
  • Query Loop: Change “Include children” control to a true/false dropdownNEW
  • Minimize builder lag on complex pagesIMPROVE
  • Form element: Flatpickr date input styled differently on mobileIMPROVE
  • Product quantity input should dispatch input change eventIMPROVE
  • Learndash: Automatically enqueue assets for course grid shortcode (ld_course_list) added in BricksIMPROVE
  • Carousel: Remove “Size” option of Image control & add “Lightbox image size” settingIMPROVE
  • Custom attribute: Output attribute value of “0“IMPROVE
  • Icon with link: Apply custom attributes to link tag instead of iconIMPROVE
  • Builder font-size control: Missing placeholder on lower breakpointsIMPROVE
  • Updated for WooCommerce 7.4 (cart template, quantity input)IMPROVE
  • Canvas with disabled scaling not centered on lower breakpointsFIX
  • Builder: Breakpoint builder width precedes entered breakpoint widthFIX
  • Rich text element: Updating content in canvas is not reflected in the left panel when typingFIX
  • Canvas: Disappearing ChangesFIX
  • Pricing Tables: Repeater styles not visible on canvas (mobile-first)FIX
  • Builder: Fix remember last selected global classFIX
  • Builder: Console warnings about missing source map filesFIX
  • Nestable Slider: Builder Access (“Edit content” rights)FIX
  • Background video on a global class not renderedFIX
  • Bricks + Fluent formsFIX
  • Builder: Image upload no longer works after inserting a templateFIX
  • Image element: Image overlay option missing when global- or pseudo-class activeFIX
  • Image gallery: Removing all images individually doesn’t properly clear setting (causes error in HappyFiles Gallery element)FIX
  • Builder: Image Gallery default gutter breaks masonry layoutFIX
  • Image height 100% stretches image in CSS gridFIX
  • Image: object-position setting partly visibleFIX
  • Theme styles: Pricing tables overwritten by default styles (using external files)FIX
  • Theme Styles: WooCommerce button settings overridden on archive “add to cart” buttonFIX
  • Theme Styles: Button outline style gets overriddenFIX
  • Default CSS: Apply “width: auto” to input type “radio”FIX
  • Element Conditions: AND + OR bug between condition setsFIX
  • Element conditions not applied to global elementsFIX
  • WooCommerce Products Filter: Wrong settings for :hoverFIX
  • Themify Icon Font: Some icons missing a letter in the HTML markupFIX
  • Fluent Form preview output PHP Notice: Undefined indexFIX
  • PHP Fatal Error: Object Cache + ACF + ACF Extended Pro (due to closure)FIX
  • ACF Repeater and Metabox Group values are incorrect when inside a user custom query (PHP)FIX
  • Posts element: Apply gradient to custom “CSS selector”FIX
  • border-color added if only border-radius is setFIX
  • Interactions: Animation fadeIn with different target applied opacity 0FIX
  • WPML: Render header/footer template of requested languageFIX
  • Compatibility: Learndash filter causing quiz to render empty contentFIX
  • Copy & paste global class styles: Custom CSS “root” replaced by the class name of copied styleFIX
  • SVG element: SVG styling controls are not visible when editing a global classFIX
  • Fix {woo_product_on_sale} positioningFIX
  • Posts element: {post_excerpt} incorrect on archive pageFIX
  • Query Loop in footer on product category archives is emptyFIX
  • Autosave message appears even after manual saving changesFIX
  • Divider element: Fix Icon alignment & Link heightFIX
  • Popups & Interactions: Animation duration & Animation Delay don’t work correctly with *Out animationsFIX
  • Rich Text: empty
    tags when using ACF field type “WYSIWYG”
    FIX
  • Builder: Disabled Header (with position left/right) still takes up width on canvasFIX
  • Sticky Header slide up causes vertical scrollbar on WindowsFIX
Jan 16, 2023 - 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

Release 1.6.1​

CSS Grid Layout​

You can now turn any layout element (section, container, block, div) into a CSS grid layout by setting the Display setting to grid.

Full Changelog:​

  • 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
  • Like
Reactions: tatar221

Full Changelog:​

  • Popup BuilderNEW
  • 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 paginationNEW
  • WooCommerce Add to cart: Add “clear” option for variable productsNEW
  • 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” attributeNEW
  • 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 tagNEW
  • New style setting: “cursor” (under Style > Layout > Misc)NEW
  • Social Sharing element: Set icon, background, and color individuallyNEW
  • InteractionsNEW
  • Skip lazy loading background images with HTML attribute set to loading=eagerNEW
  • Theme Styles: Provide “column-gap” & “row-gap” controls for all layout elementsNEW
  • Progress Bar element: Add dynamic data picker to “Percentage” settingNEW
  • New translation: HungarianNEW
  • Builder: Auto-expand number inputs that contain CSS functionsNEW
  • Code element: New “Render without wrapper” settingNEW
  • New dynamic data filter: url (e.g. ACF field type “file” to output plain URL)NEW
  • New Converter option: Entry animation to interactionsNEW
  • Capabilities: Set “No access” for individual user & dropdown for SVG upload & code executionNEW
  • Theme Style: Provide “Padding” setting for button size “Default”NEW
  • Convert web-safe CSS var colors (e.g. “red”, etc.) in builderIMPROVE
  • Post Content element: Don’t render when WordPress content is emptyIMPROVE
  • Posts element: Apply isotope filter typography to “ul” instead of “li”IMPROVE
  • Post Social Sharing element: Validation error due to XML tagIMPROVE
  • Updated: swiperJS from 8.0.6 to 8.4.4IMPROVE
  • Updated: splideJS from 4.0.7 to 4.1.4IMPROVE
  • Canvas: Hide element action buttons if active element is not visible (display: none)IMPROVE
  • Post content element: Remove Bricks default “ol” & “ul” stylesIMPROVE
  • Bricks Settings: Disable autocomplete (e.g. Remote templates URL + password fields)IMPROVE
  • TranslatePress: Fix image translation (cause: lazy load) & builder languageIMPROVE
  • Query Loop: Element ID used instead of class in custom CSS on mobile breakpointsFIX
  • Overlay/Gradient on global class won’t add .has-overlay for position: relativeFIX
  • Nav Menu element: Required Icon settings not available on mobile-firstFIX
  • Theme Styles: Hover styles show always on the canvasFIX
  • Builder: Values from lower breakpoint show as placeholder on higher breakpointsFIX
  • Inner Container setting: Placeholder shows values from parent containerFIX
  • Animation classes are not removed after they ran (in builder)FIX
  • Basic Text: causing line breakFIX
  • Template element: Notice: Undefined index (templates.php line 258)FIX
  • Nav menu: Overflow issueFIX
  • Mobile first: Deleted pseudo class leaves values in CSS without selectorFIX
  • Windows: “Insert element after active element” shortcut not workingFIX
  • .brx-header-Left class name typoFIX
  • Empty cart template: Not showing after cart is clearedFIX
  • Nestable Slider: Custom arrows are displayed even though “Show arrows” is offFIX
  • RTL: Builder tooltip positionFIX
  • WooCommerce Product Price: Missing stylesFIX
  • Slider: Content align icons are swappedFIX
  • Lazyload causing {featured_image} 404FIX
  • Heading element: Separator align icons wrong axisFIX
  • Shape Divider: Triangle concave split/gap on mobileFIX
  • Builder: Removing last shape divider, does not clear setting properlyFIX
  • “Convert Bricks data to Gutenberg blocks” setting not workingFIX
  • SEO Page Settings: Title & Permalink not updatedFIX
  • Fix ‘Warning: Undefined array key’ (assets.php line 2214)FIX
  • Builder: Hamburger toggle not shown on mobile breakpointFIX
  • Custom Tag “table” uses display: flex instead of “table”FIX
  • Pagination element: AJAX not working if query is set to Posts element queryFIX
  • Shape Dividers: Linked Icon element uses position: relative from shape dividerFIX
  • Header right/left: Custom width not set on canvasFIX
  • Carousel: “Items to scroll” on breakpoint skips slides on other breakpointFIX
  • Image element: Overlay conflict with captionFIX
  • Slider element: Apply default min-height: 50vh to .swiper-slide instead of rootFIX
  • Interactions: Animation delay doesn’t work / Content Loaded Delay doesn’t allow decimalsFIX
  • Dynamic background image not using set size (front end)FIX
  • Element Conditions: ACF true/false issueFIX
  • Dynamic data tag ‘woo_product_excerpt’ formatting removedFIX
  • Add to cart element inside query loop redirects to single product pageFIX
  • Exported template empty with zlib compression enabledFIX
  • Products element: “On Sale” checked shows all productsFIX
  • Code element: CSS in builder not correct with code execution enabledFIX
  • Query Loop: Wrong context if ACF Repeater field nested inside ACF relation loopFIX
  • Posts element: Error when loaded through a Template element inside the builderFIX
  • Popup Trigger “Mouse leave window” not working in Firefox/SafariFIX
  • 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 elementFIX
  • Element Conditions: “or” not working on 2nd+ condition groupFIX
  • Nestable Slider: Scrolling on mobile devices triggers resize eventFIX
  • Like
Reactions: tatar221

Bricks v1.5.7 NULLED – Visual website builder for WordPress​

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
Oct 19, 2022

Release 1.5.6​

Full Changelog:​

  • New CSS control property: “id” NEW
  • Improved border-radius builder control IMPROVE
  • Bricks admin message: Show only for users with manage_options capability IMPROVE
  • Icon/Icon List/Icon Box: Cannot select SVG (ControlPopup) FIX
  • Class lock locks element ID too FIX
  • Video element: Custom SVG icon doesn’t start the video FIX
  • WooCommerce: Mini Cart isn’t scrollable FIX
  • Element conditions: “User role” condition not working FIX
  • Customizer: PHP notice if no menu items exist FIX
  • 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 query FIX
  • Infinite Scroll: Not working properly on blog/archives FIX
  • Form submit error: “No action” if form is on blog page FIX
  • Letter Spacing: Missing default unit (px) FIX
  • Bricks templates included search results FIX
  • Nav Menu element: New “Text align” setting for mobile menu FIX
  • Dynamic data: Separator in post terms not working: {post_terms_post_tag: | } FIX
  • Double slash in default templates CSS file path FIX
  • Builder: Custom taxonomy dropdown option missing FIX
Oct 13, 2022 - Release 1.5.5

Full Changelog:​

  • Element Conditions: New “does not contain” operand for dynamic dataNEW
  • 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” settingNEW
  • Dynamic data dropdown (builder): New settings to show label and/or key; expand panel; include key in searchNEW
  • 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 listenerIMPROVE
  • Mobile-first: Largest breakpoint should cover entire builder canvas widthIMPROVE
  • Improve loading (performance) of local SVG filesIMPROVE
  • Element Conditions: Don’t localize ACF true/false valueIMPROVE
  • Bricks Settings: Use input type “password” instead of “text” for the “Remote Templates Password” fieldIMPROVE
  • WooCommerce Cart & Checkout pages always contained/boxedIMPROVE
  • Updated: French translationIMPROVE
  • Improved builder data sanitiser: Add missing ‘parent: 0″ to root elementsIMPROVE
  • Builder data infinite loop prevention (logic addresses revisions & template inserts too)IMPROVE
  • Updated: VueJS 3.2.31 to 3.2.40IMPROVE
  • Image element: Icon not centered & “custom” HTML tagFIX
  • Image gallery: Classes applied twiceFIX
  • Background video positionFIX
  • Background video set on non-desktop breakpoint was not renderedFIX
  • Element Conditions: Add/delete was not using correct indexFIX
  • Element Conditions: Value is not accepting dynamic data tagsFIX
  • Rank Math: Missing images in the sitemap XMLFIX
  • Rank Math: Error on page-sitemap.xmlFIX
  • Dynamic data: For large postmeta tables, the page loading time was too highFIX
  • 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 resultsFIX
  • Button on canvas: “light” hover/ selected styleFIX
  • Image Gallery & Posts element: Gap issueFIX

Release 1.5.4 - Sep 28, 2022​

Full Changelog:​

  • Element Conditions (Conditional Display Logic) NEW
  • Link control: “Link to” using dynamic data should support composed links NEW
  • Counter element: Add dynamic data support to “Count from” & “Count to” settings NEW
  • Add “.has-overlay” class to element with gradient/overlay setting NEW
  • Updated: German translation IMPROVE
  • Updated: Norwegian translation IMPROVE
  • Updated: Hebrew translation IMPROVE
  • Updated: Persian translation IMPROVE
  • Colon removed from custom attribute name IMPROVE
  • Shape Divider: Add “position: relative” to direct child elements IMPROVE
  • Page Settings: “disable header/footer” doesn’t work when page is rendered via a template FIX
  • Image element with tag + link + CSS filter on hover: transition issue FIX
  • Map element: Remove inner .div and apply all styles to map root (fixes height 100%, etc.) FIX
  • Dynamic Data: Error nested groups with Metabox FIX
  • Builder: Avoid “Maximum call stack size exceeded” FIX
  • Nav menu: Sub menu active background color overridden by normal background color FIX
  • Bricks > Settings > Custom CSS: Backlash breaks with external files loading method FIX
  • Builder: Custom breakpoint naming collision with default breakpoint FIX
  • Custom CSS: “root{” is not working FIX
  • JetEngine Repeater: When pulling the repeater field inside of a posts query loop doesn’t work FIX
  • Paid Memberships Pro: Bricks content always shows FIX
Top