Changelogs

In this section, you'll discover exciting new features introduced in each version as well as improvements and bug fixes. Stay tuned!

Release 2.9.0.1

October 10, 2024
8 changes

This version contains improvements and bug fixes appeared in 2.9.

IMPROVE / FIX

Advanced CSS: Custom stylesheets missing stripslashes() on SASS content

Using single quotes inside the custom stylesheets generated inside the Advanced CSS modal could generate unwanted slashed on refresh and ultimately break the styles.

IMPROVE / FIX

SuperPowerCSS: the “r” %root% shortcut could conflict with some emmet shortcuts

Using Emmet inside the SuperPowerCSS control could wrongly trigger the %root% shortcut.

IMPROVE / FIX

The left panel icons could get on top the quick search modal

Working on devices with tiny screens, you could experience the left panel shortcut icons being overflowing the quick search bar.

IMPROVE / FIX

Copy dynamic data to clipboard icon could be misplaced inside the Dynamic Data Modal

In case you had the setting “show dynamic data key in dropdown” enabled inside the Bricks setting, the “copy to clipboard” icon inside the Dynamic Data Modal was misplaced.

IMPROVE / FIX

Keyboard Shortcuts: reverted some logics for wider OS compatibility.

Some users experienced issues using the new keyboard shortcut logic introduced in 2.9 – mainly on Windows. This version should increase the compatibility on all devices.

IMPROVE / FIX

Advanced CSS: added a new php filter to disable the WPCodeBox integration.

If for any reason you’re not willing to load the WPCodebox inside the Advanced CSS panel, there is a new php filter to that. Just paste the following code inside your functions.php of your child theme:

// Disable WPCB integration inside Advanced CSS
add_filter( 'at/advanced_css/enable_wpcb_integration', '__return_false');
IMPROVE / FIX

Advanced CSS: AI disabled in child.css to avoid messing with the initial commented code.

To avoid any potential error, the AI function has been disabled inside the Child Theme CSS file.

IMPROVE / FIX

Advanced CSS: The initial commented code inside child.css is now set as readonly.

To avoid any human error, the initial commented code of the child theme CSS is now set as readonly and can’t be modified.

Release 2.9

October 9, 2024
57 changes

Version 2.9 is probably one of the biggest update we ever made! Although it has undergone extensive testing and received minimal bugs in Beta/RC testings, it’s strongly advised to update AT in a staging environment first. This allows you to ensure everything functions as expected before deploying it to production. Remember to backup your site before upgrading to prevent any potential data loss in case of unforeseen issues.

 

Advanced CSS 2.0

 

The Advanced CSS feature has been completely revamped, bringing a host of exciting new tools! Now you can edit your child theme directly within the builder, create custom stylesheets, and enjoy advanced enqueuing options. It also introduces a new selector picker, AI-powered stylesheet creation and editing, full SASS integration (with support for partials and mixins), and a live error checker. You can even view the compiled CSS file in real-time. And best of all—there’s full WPCodebox integration!

 

Codepen Converter

 

Imagine writing (or copy-pasting) HTML, CSS, or JavaScript into an editor, clicking a convert button, and—boom!—all that static, hard-to-read code is transformed into dynamic Bricks elements. That’s exactly what this feature delivers! Simply drop your custom code into the editor, and watch as it seamlessly converts into native Bricks elements that can be easily edited and exported. Smiles guaranteed!

But don’t get fooled by the name! It’s not just for codepen’s – you can convert any HTML code. The editor supports Emmet, tag auto-close & dropdown suggestions: converting HTML codes to Bricks has never been so fun!

 

AI Generated Structure

 

Welcome to the future, folks! Imagine being able to generate an entire page using native Bricks elements — complete with accurate attributes, BEMified global classes, using your Global CSS variables and color, and even set the elements labels for you— from just a single AI prompt. It’s not a vision for tomorrow — it’s happening today!

 

Generated Code & HTML Parser

 

Playing with the Bricks’ native controls and seeing real-time changes in the browser is incredibly satisfying. But sometimes, you need to dig deeper into the code generated on the frontend. With this new feature, you get a new tab where the generated CSS and HTML are fully exposed. You can even tweak the HTML code directly, and the HTML parser will automatically update the Bricks controls with your changes.

 

Quick Search

 

Looking for a specific element inside your structure? One click! Wanna add any new element to the structure? One click! You want to assign (or create) global classes/variables to your element? that’s also one click. Say goodbye to the countless hours spent at searching after your stuff!

 

Tons of improvements and bug fixs

 

This version includes dozens of new additions, improvements, and minor tweaks. It also fixes some annoying bugs introduced in the earlier versions.

 

Check it out!

NEW

Quick Search

Looking for a specific element inside your structure? One click! Wanna add any new element to the structure? One click! You want to assign (or create) global classes/variables to your element? that’s also one click. Say goodbye to the countless hours spent at searching after your stuff!

NEW

Sync Element’s label with the first Global Class name

Need a quick way to generate labels for your elements? How about automatically creating labels based on the class attached to the element? That’s the core idea behind this tweak! As soon as you add a class to an element, the script instantly “labelizes” the class name and attaches it to the element. No more worrying about labels—it’s all done for you!

NEW

Codepen Converter

Imagine writing (or copy-pasting) HTML, CSS, or JavaScript into an editor, clicking a convert button, and—boom!—all that static, hard-to-read code is transformed into dynamic Bricks elements. That’s exactly what this feature delivers! Simply drop your custom code into the editor, and watch as it seamlessly converts into native Bricks elements that can be easily edited and exported. Smiles guaranteed!

NEW

WPCodeBox integration

WPCodeBox is a powerful style and script organizer, highly popular in the Bricks community. However, one crucial feature was missing for full Bricks compatibility: the ability to edit CSS, SASS, and partials directly within the builder and see live changes without refreshing the page. With this new integration, you get a seamless, fully integrated workflow — all without ever leaving the builder!

NEW

Code Element Tweaks

Give your Code Element a powerful upgrade! With Code Element Tweaks enabled, you’ll unlock a range of new features designed to simplify writing and managing custom code within Bricks. These enhancements offer a more intuitive and efficient experience, allowing you to handle your custom HTML, CSS, and JavaScript with ease, reduce friction, and save you time!

NEW

AI generated Structure

Welcome to the future, folks! Imagine being able to generate an entire page using native Bricks elements— complete with accurate attributes, BEMified global classes, and labels — from just a single AI prompt. It’s not a vision for tomorrow — it’s happening today! Harness the power of AI and the flexibility of Bricks to create professional-grade HTML structures in seconds.

NEW

Generated Code & Element HTML parser

Playing with the Bricks’ native controls and seeing real-time changes in the browser is incredibly satisfying. But sometimes, you need to dig deeper into the code generated on the frontend. With this feature enabled, you’ll get a new tab where the generated CSS and HTML are fully exposed. You can even tweak the HTML code directly, and the HTML parser will automatically update the Bricks controls with your changes. It’s like magic, isn’t it?

IMPROVE / FIX

Advanced CSS: revamped from scratch with full SASS functionalities – including mixins and partials

Advanced CSS was great, but if you are SASS lover, this update got to a whole new level! The whole modal has been redesigned from scratch. It now includes functionalities that set a new standard for any page builder in the WordPress Community: a full integration with SASS – including _mixins, _partials, and all the more advanced function of SASS – that gets compiled on the fly inside the builder – no refresh needed!

IMPROVE / FIX

Advanced CSS: create/edit/disable separated CSS/SCSS files from the builder

Previously, Advanced CSS was limited to edit the page and the global CSS from the builder, but was unable to create separated files and manage your styles with more granular control. That limitation belongs to the past! Now, you create as many css/scss files as you need, set different enqueue priority values for each of them, or even temporally disable any file at any time. You have now full control over your styles!

IMPROVE / FIX

Advanced CSS: one-click toggle between your SASS code and the compiled CSS

When writing SASS code, a common need we often experience is to check how our code is translated to CSS and catch any possible error on the fly. Advanced CSS gives you a handy “View compiled CSS” toggle that let you inspect the generated code at any time. The “view compiled CSS” view is set as readonly – so you don’t risk to mess with the CSS code while you are in SASS mode.

IMPROVE / FIX

Advanced CSS: edit style.css of your child theme right from the builder

In the new revamped version of Advanced CSS, you can now edit and save your child theme’s style.css right from the builder!

IMPROVE / FIX

Advanced CSS: new AI integration. Both create new content and edit the existing one. All CSS files supported.

The revamped AI integration inside Advanced CSS is more powerful than even. You can enable it for any type of file: page css, global css, custom css (css, scss or even partials). It allows to create new AI-generated declarations, but also “tweak” your existing code.

IMPROVE / FIX

Advanced CSS: new Selector Picker feature.

A new Selector Picker has been added to the Advanced CSS styles. Clicking on the corresponding icon, you’ll be able to select any DOM element inside the preview window – it will generate a unique selector and paste it inside your active StyleSheet, ready to be styled! The generation of the selector is optimized for BEM classes.

IMPROVE / FIX

Advanced CSS: new cross-search between all your files

You can now search any keyword (selectors, properties, etc…) between all your files loaded in Advanced CSS and it will filter the stylesheets where the keyword is present.

IMPROVE / FIX

Advanced CSS: advanced enqueue options on frontend/builder and Gutenberg

You have new enqueue options when dealing with custom styles: you can enqueue them on the frontend, inside the Bricks builder, and/or inside the block editor of Gutenberg. You can also set a custom priority value for each single stylesheet.

IMPROVE / FIX

Advanced CSS: new live error checker when writing SCSS code.

Remember: when writing SCSS code inside Advanced CSS, the compiled CSS styles are calculated on the fly and render directly inside the builder. The script detect if your code is valid before compiling (otherwise it would create errors in the generated code) and only when the code is error-proof, the value will be applied and saved to the database. Now you have an “error live checker” right inside the StyleSheet, so you know each time the scss code get compiled, and advise you if some errors have been found to easily debug them in no time.

IMPROVE / FIX

SuperPowerCSS: now support mixins and partials declared inside Advanced CSS

The SuperPowerCSS (with SASS activated) is now connected with all the mixins and partials created inside Advanced CSS. You can just use the @import function to import any mixin declared in Advanced CSS, or any variable declared in your _partials file, and SuperPowerCSS will compile the vanilla css accordingly. And if you even change the mixins/partials at a further stage, the css declared in SuperPowerCSS will be automatically updated – on all the pages of your sites!

IMPROVE / FIX

SuperPowerCSS: new “Variabilize CSS” feature

A new option has been added to the SuperPowerCSS control of AT: variabilize your css! This feature allows you to replace any static value from your css by a variable. The script will then automatically declare the newly created variables as scoped variables inside the root of your element.

IMPROVE / FIX

SuperPowerCSS: new “Convert UX values to CSS” feature

A new option is now available inside the SuperPowerCSS control of AT: convert all the native control values from Bricks into custom CSS. Once clicked on the corresponding menu item, the script will automatically remove the existing styling values from the element, and insert the converted CSS values right inside the SuperPowerCSS field.

IMPROVE / FIX

Notes: Added “Page notes” inside the Page Settings panel

In the previous release, we introduced the ability to add Admin/Editor notes inside each element. In this release we extend this ability to the whole Page. Once the Admin/Editor notes feature been enabled in the element builder tweaks, you’ll see a new tab called “Notes” in the settings -> page settings of the builder. This time, the page notes are set as separate items inside a repeater so you can keep track of multiple notes on the page – each one easily sortable by labels.

IMPROVE / FIX

Plain Classes Modal: new option to set it as Default Global Class Picker

There is now a new option inside the Theme Settings to set the Plain class as your default Global Class Picker. Once this option is toggled, you won’t need to click on the “P” icon to open the plain class: clicking anywhere inside the class input will trigger the plain class modal instead of the native Bricks dropdown.

IMPROVE / FIX

Plain Classes Modal: new events inside the modal.

In the previous releases of AT, the only way to update the Global Class list from the Plain Class modal was to click on the “Update Classes” button on the bottom of the modal. The logic has now been improved: clicking on any class button will assign the class to the element and automatically close the modal – so you spare that “Update Classes” click.

If you wish to add multiple classes at once, just hold the ShiftKey while you are clicking a class – that will prevent the modal to close.

As a side note, hitting Enter inside the editor will now also save the Global Classes and close the modal.

IMPROVE / FIX

Dynamic Data Modal: New Copy Tag icon

You have now the ability to copy a dynamic data value to your clipboard by clicking the corresponding icon right from the Dynamic Data modal.

IMPROVE / FIX

Box Shadow Generator – Allow negative spread values

The spread values inside the Box-shadow generator now support negative values.

IMPROVE / FIX

Variable Manager: Added a “.brxc-scoped-variables” to the theme variable declarations that allows overriding clamp function variables outside of the :root

You can new override the following variables generated by AT on specific elements –min-viewport, –max-viewport, –base-font and –clamp-unit. Say you want to change the root base-font inside a specific section of your page, you just have add the “.brxc-scoped-variables” utility class to your section, and use a scoped variable to override the default –base-font value. This will recalculate all your clamp variables that rely on the –base-font value, but only inside that specific section and without affecting the rest of your page.

IMPROVE / FIX

Variable Manager: adding variables with empty value will show inside the Variable Picker without printing the declarations

You can now add CSS variables without any value inside the CSS manager. This is particularly useful if you already set these variables elsewhere, but still want to includes these variables in the variable picker

IMPROVE / FIX

Variable Manager: new toggle to import variables names in bulk without assigning values

You can now import CSS variables in bulk without assigning any values inside the CSS manager. This is particularly useful if you already set these variables elsewhere, but still want to includes these variables in the variable picker

IMPROVE / FIX

Variable Manager: The cursor is now refocused on the “add new variable” input after adding a new variable.

After adding a new variable inside the Variable Manager, the cursor will be automatically refocused on the “add new variable” input, thus you can quickly add several variables without having to use the mouse each time.

IMPROVE / FIX

Variable Picker: Added the right-click event to open the Variable Picker.

There is now a new option inside the theme settings that will allow you to choose which event between the V icon and the right-click should trigger the variable picker. If you choose the right-click, you’ll just have to right click on any supported control inside the Bricks builder to open the variable picker and select the value you to apply.

IMPROVE / FIX

Color Manager: New action icon to declare the @property of the variable created for each color

You can now select which color inside the Global Color Manager should be declared with the new css @property rule on the frontend. The new css @property rule is a powerful tool that can – as an example – apply transition in a color gradient context.

IMPROVE / FIX

Color Manager: added the H,S & L values as separated variables for the parent colors of each Palette

Starting from this release, all the parent colors (so not the shades) generated inside the Global Color Manager of AT will output 3 new complementary variables on the front. These values correspond to the Hue, the Saturation and the Lightness values of the parent color. This will allow you to generate further complex CSS function and create derrivated custom colors from your main Global Colors.

IMPROVE / FIX

Color Manager: New action icon to set your color as a CSS variable only without declaring any color.

You can now switch between the “color” and the “variable” modes for each color declared inside the Global Color Manager of AT. The “color” mode is the same mode you experienced until now, while the “variable” mode is a new way to include a color variable defined elsewhere. This is particularly useful if you want to use the native color picker of Bricks for variables you created from your own CSS framework.

IMPROVE / FIX

Global Colors: dark colors are now disabled by default and require to be manually activated

Since this setting could have a direct impact on the output colors of the website, it is better to switch it off by default.

IMPROVE / FIX

New PHP filters able to set different default positions for Plain Classes, Class Converter, and Advanced CSS.

You can now use the following PHP filters to place the correspond modal to the default position of your choice:

// Set plain class modal as left sidebar by default
add_filter( 'at/plain_classes/modal_position', function(){
	return 'sidebar left';
} );

// Set Class Converter modal as center by default
add_filter( 'at/class_converter/modal_position', function(){
	return '';
} );

// Set Advanced CSS modal as left sidebar by default
add_filter( 'at/advanced_css/modal_position', function(){
	return 'sidebar left';
} );

// Set AI Generated Structure modal as left sidebar by default
add_filter( 'at/ai_generated_structure/modal_position', function(){
	return 'sidebar left';
} );

These filters accepts 3 different values: ‘sidebar left’, ‘sidebar right’ and (which is the default centered position).

IMPROVE / FIX

Added the ‘o1-preview’ and the ‘o1-mini’ to the available AI models.

‘o1-preview’ and the ‘o1-mini’ have been added to the list of the OpenAI models you can use in AT.

IMPROVE / FIX

Go to Parent Shortcut has been recovered.

Some people found the Go To Parent shortcut useful – even combined with the new element breadcrumb feature recently released by Bricks – so it has been reintroduced as an optional feature.

IMPROVE / FIX

The SASS integrations are not experimental anymore.

Let’s write some SASS, baby!

IMPROVE / FIX

All the CSS & HTML editors mounted by AT now support emmet abbreviations.

Enjoy using emmet abbreviations on all AT’s generated editors, including: Advanced CSS, SuperPowerCSS, CodePen Converter, Class Manager, etc…

IMPROVE / FIX

AT keyboard shortcuts are not conflicting with the browser/Bricks anymore. They now required at least one click inside the window.

The keyboard shortcuts of AT have been slightly revamped to avoid conflicts with the native browser shortcuts and the ones set by Bricks. Instead of listening the whole document (which may conflict with Bricks and the browser), it now listens to the body of the document. This way, we make sure that the AT shortcuts get the priority over the other ones – but remember that the focus need to be set inside the window in order to work. To set the focus on the window correctly, just click anywhere inside the document.

IMPROVE / FIX

Dragging Structure Panel wasn’t working correctly since 2.8.1

When trying to drag the Structure Panel, it would stick on the left side of the screen without the ability to move it left-right. This has been fixed.

IMPROVE / FIX

Search settings input was getting stretched

The new Control Search setting introduced recently by Bricks (the one sitting at the bottom of the element panel) would get visually stretched by a CSS conflict with AT. This has been fixed.

IMPROVE / FIX

PHP Warning “Undefined array key ‘settings'” on pages with no settings

In some rare cases, you could see a PHP warning popping up on blank pages. This has been fixed.

IMPROVE / FIX

The Bricks variable picker wasn’t displaying correctly inside the code element for HTML/CSS

The native Bricks variable picker was incorrectly hidden by AT inside the Code element. This has been fixed.

IMPROVE / FIX

The Bricks Dynamic Data picker wasn’t displaying correctly inside the code element

The native Bricks Data picker was incorrectly hidden by AT inside the Code Element.

IMPROVE / FIX

Auto-expanding the left panel inside the CSS tab wasn’t working correctly.

While it was mostly working, sometime the auto-expand feature from Bricks wasn’t applied once you entered inside the CSS tab. It should be fixed.

IMPROVE / FIX

The filter elements were disabled by default inside the theme settings > global settings > builder elements.

By default, AT would remove all the new filter elements introduced recently by Bricks. They have now been selected by default.

IMPROVE / FIX

The icon control was wrongly cleared on the ID level when exporting the styles to a global class.

When exporting the ID styles from an Icon element to a global class, the Icon setting was incorrectly removed on the ID level. This has been fixed.

IMPROVE / FIX

Empty grid-gap value inside the Grid Builder would be ignored and wrongly generate a 20px value in the gap control.

Applying the grid builder values while leaving the gap control empty would incorrectly create the default 20px gap in the builder. Now if you leave the gap control empty, the gap control of the builder will be empty as well.

IMPROVE / FIX

Empty columns/rows value inside the parent settings are now removing any existing value in grid-template-columns/rows.

Inside the grid builder, removing a columns/rows value (on the parent level) will remove the value inside the corresponding control field of the builder.

IMPROVE / FIX

r + TAB shortcut wasn’t working inside the CSS editor of the Class Manager

You can now use the r + TAB shortcut inside the Class Manager modal to create the %root% selector without issues.

IMPROVE / FIX

Clicking on the Breakpoint indicators wasn’t always setting the right breakpoint inside the builder

While the breakpoint icons were correctly displaying, clicking on them could jump on the wrong breakpoint view. This has been fixed.

IMPROVE / FIX

Non-standard property keywords (like the logical ones) were not correctly added to the Codemirror autosuggestion dropdown

Since the 2.8, release non-standard properties (such as the logical properties) weren’t displayed anymore inside the suggestion dropdown of SuperPowerCSS. This has been fixed.

IMPROVE / FIX

Advanced Text Wrapper could add href’s to tags other than anchors.

When activating the anchor tag inside the Advanced Text Wrapper options, and setting the href link, then changing the tag to another one – say “strong” – would keep generating the href output. Now the href will be printed only if you have the anchor tag actively selected.

IMPROVE / FIX

The “Edit with WordPress” icon wasn’t correctly hidden in the Strict Editor View

Bricks recently changed the DOM structure of the topbar which leaded the “Edit with WordPress” icon to be always visible inside the Strict Editor View, even when it was correctly set to be hidden in the theme settings.

IMPROVE / FIX

Variable suggestion dropdown wasn’t showing correctly on spacing controls.

In some specific settings configuration, the variable suggestion dropdown appeared to be empty or misplaced inside the spacing controls (padding, margin, etc…). It has been fixed.

IMPROVE / FIX

Style Overview could generate a JS error when a class deleted, but not removed from an element.

In some case where a deleted class id was still present inside an element object, the Style Overview function could generate a JS error. Now, even if a non-existing global class id is detected by the script, it simply ignores it and mount the existing global classes.

IMPROVE / FIX

Autoformatted clamp functions wouldn’t correctly save inside the Variable Manager inputs.

When typing a a clamp value inside the Variable Manager – such as 14|24|360|1400 – the value was correctly formatted and showed on frontend but wasn’t correctly saved in the database.

Release 2.8.1

August 28, 2024
14 changes

This release brings several enhancements to existing AT functions (Plain classes, Hide inactive Style accordion panel, Structure Helper, etc…), fixes a couple of bugs appeared recently, deprecates the Resizable Structure Panel tweak and the Parent Element Shortcut, and finally introduces new Link indicators inside the Structure Panel. Check it out!

NEW

Link indicator inside the Structure Panel

Need an easy way to identify which elements are wrapped in a link within your Structure Panel? This feature adds a small icon next to all elements enclosed in a link, making them instantly recognizable.

IMPROVE / FIX

DEPRECATED: Parent Element Shortcut (introduced in Bricks 1.10.2)

Bricks 1.10.2 introduced the new element breadcrumb feature which can safely replace the parent element shortcut by AT, thus this builder tweak has been deprecated.

IMPROVE / FIX

DEPRECATED: Resizable Structure Panel (introduced in Bricks 1.10.2)

This feature has been introduced natively in Bricks 1.10.2 and thus has been deprecated in AT.

IMPROVE / FIX

Auto-expanding the left panel inside the CSS tab wasn’t working correctly

When clicking on the CSS tab of an element, the auto-expanding setting from Bricks could not be respected when SuperPowerCSS was activated.

IMPROVE / FIX

Importing clamp() variables with nested calc() functions would generate a JS error

Nested calc() functions inside a clamp() function could create a JS error when importing CSS variables inside the variable manager.

IMPROVE / FIX

Bricks suggestion dropdown was hidden when the “Suggestions Dropdown for CSS Variables” was enabled

In some edge cases, the ‘Suggestions Dropdown for CSS Variables’ builder tweak could hide the Bricks suggestion dropdown too aggressively. It now hides the core dropdown only when the corresponding text input is focused.

IMPROVE / FIX

“Hide inactive Style accordion panel” could potentially hide content groups if some style groups were active

In some rare cases, the control groups located inside the content tab may become hidden. This issue should be fixed.

IMPROVE / FIX

“Hide inactive Style accordion panel” is now compatible with BricksExtras and BricksForge

The control groups added by both BricksExtras and BricksForge (such as “Interactive”, “Tooltips”, “Animations”, etc..) weren’t compatible with the “Hide inactive Style accordion panel” builder tweak. Now they should be highlighted just like the Core control groups.

IMPROVE / FIX

The import CSS Variables function could generate long decimal values for clamps.

When importing CSS clamp variables inside the variable manager, the conversion script could generate several “useless” decimals. Now the script parse the result and limits the output to two decimals

IMPROVE / FIX

Added “Uncategorized” to the filter options of the groups inside the class manager > bulk actions

You can now filter the global classes that don’t have any category assigned inside the class manager > bulk actions.

IMPROVE / FIX

Added “Elements with at least one global class that contains Custom CSS” filter inside the Structure Helper Modal

A new filter has been added to the Structure Helper modal that allows you to quickly highlight the elements that contain global classes with custom CSS applied to them.

IMPROVE / FIX

New “Rename Mode” inside the Structure Helper

A new “Rename Mode” has been added to the Structure Helper modal. It allows you to quickly rename any element in the structure panel and switch to the next element by hitting the TAB key.

IMPROVE / FIX

Revamped Plain Class modal with new Category dropdowns

The plain class has been revamped with new category dropdowns (similar to the variable picker) to easily add global classes to the class editor.

IMPROVE / FIX

Added a prefixed -webkit- fallback for the backdrop-filter property

The backdrop-filter property isn’t working correctly on Safari yet without -webkit- fallback. That fallback has been added by default.

Release 2.8

August 13, 2024
18 changes

This release brings several enhancements to existing AT functions, addresses some issues from Bricks version 1.10, and introduces a valuable new feature: Admin/Editor Notes! Check it out!

NEW

Cleanup deleted global classes from the elements

Clean up deleted global class IDs attached to your elements! This optional feature allows you to remove outdated class IDs that are no longer in use, providing a cleaner and more organized element structure. By default, this cleanup is disabled, giving you control over whether to keep or remove class IDs, especially when testing different utility classes. This option ensures your elements stay streamlined without accidentally losing important data.

NEW

Admin/Editor notes

Now, you can easily add notes to any element within Bricks. Simply write down your thoughts, reminders, or instructions directly on the element. To view your notes, just hover over the dedicated icon in the structure panel — no need to activate the element. This streamlined process ensures you can keep your workspace organized and your ideas accessible without disrupting your workflow.

IMPROVE / FIX

Added GPT-4o and GPT-4o-mini to the AI models list

Both GPT-4o and GPT-4o Mini have been added to the models you can use for all your AI-related functions. GPT-4o has also been added as the default model on new AT installations.

IMPROVE / FIX

Added “em” in the list of the advanced wrapper tags

The “em” tag has been added to the list of tags you can choose inside the Advanced Wrapper tweak.

IMPROVE / FIX

Added “Recent Search” inside the Dynamic Data modal

For the people finding themselves typing the same keywords over and over inside the dynamic data modal, a new “Recent Search” row has been added where you can easily filter the last searched keywords without having to type them again.

IMPROVE / FIX

“Elements with more than one global class” added to the Structure Helper options

A new filter has been added to the Structure Helper modal: the option to filter all the elements that have more than one global class assigned to it.

IMPROVE / FIX

Removed auto-focus on SuperPowerCSS

In earlier versions of AT, opening the CSS tab would automatically set the cursor focus inside the SuperPowerCSS editor. While this feature could spare some clicks, it could produce some unwanted behavior and a confused UX in specific scenarios.

IMPROVE / FIX

Reduced lags when editing CSS using SuperPowerCSS on the Global Class level.

This is the first effort to make the CSS editing lag-free when using SuperPowerCSS on pages with loads of elements and tons of global classes. The focus here has been put on the global class level: if you edit the CSS using SuperPowerCSS – even if you have thousands of global classes – the experience should be a lot smoother than before. Keep in mind that there are still different levels that produce some serious lags and will be tackled in the future.

IMPROVE / FIX

Codemirror upgraded to version 5.65.16

The CodeMirror library used by Advanced Themer (SuperPowerCSS, Advanced CSS, Class Manager, etc..) has been upgraded to the last available version.

IMPROVE / FIX

The builder tweak “Highlight Parent Elements” is now Vanilla CSS only – No JavaScript

The builder tweak “Highlight Parent Elements” was using some small JS scripts to compute the function. While it wasn’t resource-hungry, the new CSS-only solution is now lighter and faster.

IMPROVE / FIX

The highlight functions on the Structure Panel are now more performant

This improvement is part of a more general effort to make Advanced Themer as fast as possible. The amount of JS calculation has been drastically reduced when computing all the highlight functions related to the structure panel.

IMPROVE / FIX

Element shortcuts colors conflict since 1.10

Since Bricks 1.10, some colors weren’t applied correctly to the AT elements shortcuts icons (like the :before/ :after icons).

IMPROVE / FIX

The Global class manager wasn’t opening correctly when using keyboard shortcuts

In some scenarios, opening the AT class manager using the dedicated keyboard shortcut could produce a JS error that prevented the class manager to open correctly.

IMPROVE / FIX

There was a conflict with the tweak “Auto-focus on the First Unlocked Class” and the Global elements of Bricks

When the “Auto-focus on the First Unlocked Class” tweak was enabled, clicking on a global element with global class assign could potentially generate a JS error and lead to unpredictable errors inside the builder.

IMPROVE / FIX

Importing color variables misses a final parenthesis in the variable value

When importing color variables inside the AT color manager, the row value would missed the final parenthesis.

IMPROVE / FIX

The “Expand structure” icon could move around when the AutoBEM feature of ACSS was enabled

If you are an ACSS user using the AutoBEM tweak, you could experience the corresponding icon being displayed in an inconsistent order inside the structure panel when the “Expand Structure” tweak from AT was also enabled.

IMPROVE / FIX

The code element wasn’t fully scrollable since v1.10

In Bricks 1.10, the code element has been upgraded (now there is a dedicated editor for HTML/CSS/JS). This upgrade caused a conflict with AT and the element’s options weren’t fully scrollable (the execution code toggle was hidden).

IMPROVE / FIX

All the builder tweaks related to templates (now available in Bricks 1.10)

Bricks recently upgraded the template modal inside the builder and integrated most of the existing AT features. Thus it makes no sense to keep them in AT and have all been deprecated.

Release 2.7.3

July 4, 2024
5 changes

This version fixes several bugs appeared in latest releases.

IMPROVE / FIX

Floating structure panel wasn’t working correctly with ACSS 3.0 installed

Dragging the structure panel wasn’t working correctly when ACSS 3.0 is installed due to a CSS conflict.

IMPROVE / FIX

Replaced the ACSS floating button when the right element shortcuts are enabled

The floating button that opens the ACSS 3.0 panel was hiding the keyboard shortcuts icon when the right sidebar in AT was activated. Now, AT moves the floating icon to the left when the element shortcuts are enabled in AT.

IMPROVE / FIX

Keyboard shortcuts were triggered inside the Struceezy panel

When typing inside the Structeezy panel, the element keyboard shortcuts were triggered and new elements were being created inside the structure panel.

IMPROVE / FIX

Keyboard shortcuts were triggered inside the ACSS 3.0 panel

When typing inside the ACSS 3.0 panel, the element keyboard shortcuts were triggered and new elements were being created inside the structure panel.

IMPROVE / FIX

Error when importing CSS variables inside the color manager

Importing CSS variables inside the color manager was generating raw values with a missing final parenthesis.

Release 2.7.2

June 25, 2024
2 changes

This release contains security improvements for both ACF Pro and AT.

IMPROVE / FIX

ACF PRO updated to version 6.3.2.1

it includes the following security fixes:

Security Fix – ACF now generates different nonces for each AJAX-enabled field, preventing subscribers or front-end form users from querying other field results

Security Fix – ACF now correctly verifies permissions for certain editor only actions, preventing subscribers performing those actions

Security Fix – Deprecated a legacy private internal field type (output) to prevent it being able to output unsafe HTML

Security Fix – Improved handling of some SQL filters and other internal functions to ensure output is always correctly escaped

Security Fix – ACF now includes blank index.php files in all folders to prevent directory listing of ACF plugin folders for incorrectly configured web servers

IMPROVE / FIX

Empty index.php files in all folders

AT now includes blank index.php files in all folders to prevent directory listing of AT plugin folders for incorrectly configured web servers

Release 2.7.1

June 24, 2024
7 changes

This release fixes some bugs appeared since 2.7.

IMPROVE / FIX

Added an outline to the top shortcut icons when the related panel is active

The default styles in Bricks weren’t 100% whether a pseudo-element is active or some styles were applied to it. To make it even more obvious, a slight outline is displayed on the active state.

IMPROVE / FIX

The condition/interaction panels were blocking the pseudo-class panels when clicking on the corresponding shortcut

When the condition/interaction panel was active, clicking on any pseudo-element shortcut inside the element panel wasn’t automatically closing the condition/interaction view – you had to manually disable these particular views prior to navigate the other panels.

IMPROVE / FIX

The keybord shortcuts for moving elements inside the structure panel weren’t working correctly anymore

The 2.7 release introduced some significant performance improvements to the “Move elements in the structure panel” tweak, but broke the keyboard shortcuts related to it. The shortcuts are now restored.

IMPROVE / FIX

Grid builder settings not getting saved on global Classes

The grid builder settings applied to a global class would correctly appy on the preview window, but wouldn’t be saved after builder refresh. This was probably due to a change from Bricks related to the new sync global classes feature.

IMPROVE / FIX

Duplicate Trailing slashes added to the nested elements

When saving a nested element that contained single/double quotations marks inside an input (like in the custom css tab or the code element), the script would wrongly generate double trailing slashes each time you would save the nested elements to the database.

IMPROVE / FIX

JS error that could prevent some functions to mount correctly

A JavaScript error related to the active tabs in the left shortcuts was preventing other functions of AT to mount correctly (such as the dynamic data modal or the Advanced Wrapper).

IMPROVE / FIX

SuperPowerCSS wasn’t respecting the auto-expand settings

When opening the CSS tab with SuperPowerCSS activated, the element panel wasn’t expanding correctly event if the corresponding option was set in the Bricks settings.

Release 2.7

June 18, 2024
18 changes

This release introduces a new feature: the Nested Elements! You can now easily create and save your own reusable elements! Unlike global elements in Bricks, nested elements support unlimited children, custom styles, and classes. You can quickly categorize and filter all nested elements within the dedicated library. At this stage, the library contains 7 default nested elements: Hero, Card, Ordered List, Icon List, Table, Justified Image Gallery & Masonry Image Gallery.

This release also includes various improvements to the Dynamic Data Modal and the “Expand All Children” feature. Additionally, it resolves bugs introduced in previous releases.

NEW

Nested Elements Library

Effortlessly create and save your own reusable elements in just a few clicks! Unlike global elements in Bricks, nested elements support unlimited children, custom styles, and classes. You can quickly categorize and filter all nested elements within the dedicated library. This library also includes default nested elements such as heros, cards, image galleries, and more.

IMPROVE / FIX

The search input is now automatically focused when opening the Dynamic Data Modal

As the title suggests, each time you open the Dynamic Data modal, the search input will be automatically focused. This allows you to filter your tags by a specific keyword without needing to click on the search bar first.

IMPROVE / FIX

Dynamic Data Modal filters now includes the parent group label of any tag

Previously, filtering the Dynamic Data list would return the values that match the tag label and name only. Now it also includes the parent group label.

IMPROVE / FIX

Dynamic Data key filter is now cleared each time you open the modal

Previously, when you filtered the Dynamic Data modal list using the search function, the same search term would persist the next time you opened the modal. Now, the search input is automatically cleared each time you open the Dynamic Data Modal.

IMPROVE / FIX

Holding the Shift key while clicking on dynamic tag will prevent the modal to close

To insert multiple tags without closing the Dynamic Data Modal, simply hold the SHIFT key while clicking on your desired dynamic tag. This will add the tag to the field without closing the modal, allowing you to continue adding other tags without the need to repeatedly open and close the modal.

IMPROVE / FIX

“Expand all children” builder tweak now works for collapsing items as well

It has been highly requested by the community to make the “expand all children” builder tweak able to collapse the children elements as well. This has been implemented in this release.

IMPROVE / FIX

Export AT settings now include the builder settings such as Nested Elements

When exporting the AT Theme settings, the data related to the builder functions of AT weren’t included (such as the grid guide options, or the newly introduced nested elements). All the builder data are now part of the AT Theme Settings JSON export file.

IMPROVE / FIX

Added the filter elements to the list of element you can enable/disable

Since the query filters are now officially out of the beta stage in 1.9.9, all the new filter elements have been added to the list of elements you can enable/disable inside the Theme settings of Advanced Themer.

IMPROVE / FIX

Dynamic Data Modal filters didn’t work correctly with tag names

The previous version of Dynamic Data Modal correctly filtered the tag by their label, but didn’t include the function name inside the search function. You can now filter your results by both the label and the name of each tag.

IMPROVE / FIX

Z-index issue with the class contextual menu and the main AT menu since 1.9.9

The main AT menu and the class contextual menu were sitting behind some bricks elements of the builder, resulting in a poor UI.

IMPROVE / FIX

Dynamic items/icons inside Contextual menu of the structure panel weren’t updated correctly since 1.9.9

Bricks made different performance optimizations related to the structure panel which impacted the AT’s functions inside the Contextual Menu. This has been solved.

IMPROVE / FIX

Shortcut icons colors were missing inside the left element panel since 1.9.9

Some icon shortcuts inside the element panel weren’t styled correctly since a change made by Bricks in 1.9.9.

IMPROVE / FIX

Updated the new topbar icon opacity values since 1.9.9

Bricks modified the opacity on the topbar icons since 1.9.9, but the new opacity wasn’t applying to AT’s icons.

IMPROVE / FIX

Export settings inside the Theme Settings wasn’t working correctly anymore

Since the 2.6.4 release, exporting the Theme Settings of Advanced Themer wasn’t possible anymore due to a server error. This has been fixed.

IMPROVE / FIX

“Move Children Up” builder tweak could reposition the children elements in the wrong order

In some cases, deleting a wrapper and moving the children up could assign a wrong position to the parent inside the structure panel. This has been improved.

IMPROVE / FIX

“Remove template links” in Strict Editor Mode wasn’t working correctly anymore

The links related to templates where visible for the editors even if the “The “Remove template links” feature was enabled. This has been fixed.

IMPROVE / FIX

“Left panel visibility” element list has been refreshed to match the Bricks editable element list in Editor Mode

There were some differences between the editable element list and the “Left panel visibility” element list which didn’t make sense. This has been fixed.

IMPROVE / FIX

“Open link in a new tab” is now part of Bricks Core.

The “Open link in a new tab” has been deprecated since it is now part of Bricks Core since 1.9.9.

Release 2.6.4

May 31, 2024
10 changes

This release introduces two new features: the Dynamic Data Modal & the Image Mask Helper. It also improves how you handle CSS Theme variables and solve some annoying bugs.

NEW

Dynamic Data Helper

If you frequently use dynamic tags in your builds, you’re likely familiar with how small the dynamic data dropdown is, often requiring extensive scrolling to find the tag you need. With this new feature, scrolling is a thing of the past! All your dynamic tags are displayed in a fullscreen, filterable modal, making it incredibly easy to find the tags you’re looking for.

NEW

Image Mask Helper

Bricks offers a handy set of 24 SVG masks for your images, but there’s currently no way to preview them within the builder — you have to try each one individually to find the right fit. With this new feature, all available masks are displayed in a fullscreen modal, making it super easy to select the one that best suits your design!

IMPROVE / FIX

CSS Variables Conversion script could lead to conversion failure.

In some cases, the CSS Variable Conversion script that convert your old AT variables into core Bricks variables (since 2.6) could fail and produce unexpected results. The conversion script has been tweaked to manage some edge cases.

IMPROVE / FIX

Clicking on the Structure Panel header icons could wrongly trigger the draggable/resize function.

In the previous releases, if you quickly clicked on structure panel icons (such as the tag manager icons) it could trigger the draggable/resize function of the structure panel. Now the same function is only triggered when clicking on the structure title.

IMPROVE / FIX

Dynamic Data dropdown hidden in popup controls

Since 2.6, clicking on the dynamic data icon inside a popup control (such as the color/border/boxshadow popups) would produce no visual effect since the dropdown was set to display: none. This has been fixed.

IMPROVE / FIX

Content tabs could disappear when “Hide inactive accordion panels” tweak was active

A CSS conflict could lead to make some Content tabs hidden when “Hide inactive accordion panels” tweak was active. This has been fixed.

IMPROVE / FIX

Layout issue with SuperPowerCSS

The style group labels could overlap the SuperPowerCSS control when adding long CSS declarations. This has been fixed.

IMPROVE / FIX

Custom CSS codes on the ID level weren’t correctly removed with Class Converter

When running the Class Converter and selecting the “Remove ID styles” option, all the ID styles were correctly removed except for custom CSS. This has been fixed.

IMPROVE / FIX

Removed a server request when enqueuing CSS Theme variables.

The CSS theme variables are now enqueued as an inline style element and doesn’t rely on an external css file.

IMPROVE / FIX

New enqueue options for the CSS Theme variables.

Since 2.6, the theme variables where output inside the Footer by default to ensure they correctly override the global variables initialized inside the Head tag. This method could create FOUC. Now the default output position will be Head.

You will also be able to set the priority manually. The higher the priority you choose, the deeper the style tag will be positioned within the Head/Footer. The default is set to 9999.

In most cases, positioning the theme variables in the head with priority 9999 should produce the best results.

Release 2.6.3

May 17, 2024
2 changes

This release fixes some bugs appeared in 2.6 and includes a couple of improvements.

IMPROVE / FIX

Bug Fixes & Improvements

– IMPROVE: Resetting/importing/exporting global classes will also include the corresponding Global Class Categories

– FIX: The left content tab could return empty when clicking on the corresponding left shortcut

– FIX: Switching left tabs shortcuts under 100ms could calculate incorrectly the active Status

– FIX: The Form element could produce an empty style tab when switching from another element

– FIX: In some cases, importing CSS Global Variables could mess with the CSS Variable Categories array

IMPROVE / FIX

New PHP filter to activate the Core Framework integration inside the Variable Picker

After receiving many requests to get the Core Framework integration back inside the Variable Picker, we decided to offer a dedicated PHP filter to activate it back. Paste the following one-line code in the functions.php file of your child theme to activate the Core Framework tab inside the Variable Picker:

add_filter( ‘at/variable_picker/enable_core_framework’, ‘__return_true’ );