Release 2.2

November 20, 2023
18 changes

we’ve got some exciting updates to share with you!

 

Say hello to the Responsive Helper

 

Verifying the responsiveness of your design across various breakpoints can be a challenging task. However, our new Responsive Helper makes it a breeze. Simply double-click on any device icon to adjust the preview screen to both the minimum and maximum values of each breakpoint. Utilize the “resize” slider for a swift examination of your design on all possible viewport width.

 

Get ready for the Draggable Structure Panel

 

Want the flexibility to detach the structure panel and position it anywhere within the window? AT simplifies the process for you: simply double-click on the structure’s header to toggle between docking and undocking the structure panel. Move it around freely using drag-and-drop. Additionally, you have the option to resize the undocked panel to your preferred size.

Enable / Disable any Bricks element

 

Whether you’re aiming to hide particular elements that you don’t plan to use in the builder or looking to prevent them from being loaded on the server entirely, Advanced Themer empowers you to achieve this with just a few clicks!

 

…and like always, this release includes tons of bug fixes and small UX enhancements!

Hope you’re excited about these awesome updates!

 

NEW

Responsive Helper

Verifying the responsiveness of your design across various breakpoints can be a challenging task. However, our new Responsive Helper makes it a breeze. Simply double-click on any device icon to adjust the preview screen to both the minimum and maximum values of each breakpoint. Utilize the “resize” slider for a swift examination of your design on all possible viewport width.

NEW

Enable / Disable any Bricks element

Whether you’re aiming to hide particular elements that you don’t plan to use in the builder or looking to prevent them from being loaded on the server entirely, Advanced Themer empowers you to achieve this with just a few clicks!

NEW

Draggable Structure Panel

Want the flexibility to detach the structure panel and position it anywhere within the window? AT simplifies the process for you: simply double-click on the structure’s header to toggle between docking and undocking the structure panel. Move it around freely using drag-and-drop. Additionally, you have the option to resize the undocked panel to your preferred size.

FIX

Fatal Error “Uncaught Error: Class “Bricks\Elements” not found”

In some rare cases, a fatal error was produced by version 2.1.1 with the following log: "Uncaught Error: Class "Bricks\Elements" not found in /app/data/public/wp-content/plugins/bricks-advanced-themer/classes/builder.php:461". This has been fixed.
FIX

Wrong base font-size calculated inside the builder

In some cases, the clamp functions for global variables were incorrectly calculated based on a 10px base font-size even when a different base font-size was set in the theme settings. This error was visible inside the builder only - it didn't affect the frontend.
FIX

Plain Classes improved

The Plain Classes builder tweak has been slightly improved: the order of the classes inside the textarea wasn't always reflected in the final global classes order. This has been fixed.
FIX

Preview Classes on Hover has been improved

The "Preview Classes on Hover" builder tweak has been slightly improved: the script was regenerating the styles of the global classes each time you hovered over a class name inside the class suggestion dropdown. It now generates the correct styles only when you open the class dropdown - which results in an overall improved performance.
FIX

Bulk duplicate classes improved

When using the "bulk duplicate classes" feature of the Class Manager, the option to remove the original class from the element wasn't working as expected. This has been fixed.
FIX

The structure helper isn’t showing correctly on template pages

When opening the Structure Helper inside a template page (including header/footer), the element list was not correctly loaded and thus, was empty. Now, the Structure Helper should be working on any post/page/template.
FIX

Strict Editor View improved

The custom CSS rules applied inside the Advanced tab of the Strict Editor View were incorrectly commented, resulting in the CSS not being correctly applied. This has been fixed.
FIX

Error with imported elements generated by Nimbufy

When trying to run the Class Convertor on elements generated by Nimbufy, a JS error was produced and prevent the function to convert classes correctly. This has been fixed.
FIX

Imported Classes not previewing inside the Builder

When applying global classes generated by the "Import classes" feature, the styles related to these classes weren't showing inside the builder (but worked on the frontend). Now the imported classes are showing correctly inside the builder as well.
FIX

Duplicate Color Palette bug

When duplicating an entire color palette inside the color manager, any modification to a color from one palette was also applied to the corresponding color of other palette. This has been fixed.