Release 1.0.7 (Beta)

May 3, 2023
12 changes

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

Introducing the new Right Sidebar

 

We’ve added a handy right sidebar with shortcut icons for the most-used elements in Bricks. Now, you can simply click on any icon to bring it straight into your structure panel, say goodbye to scrolling through long element lists!

 

Resizable Structure Panel

 

Guess what? Your structure panel is now resizable, just like the left panel, so you can customize the width to your preferences!

 

BricksLabs Integration

 

Easily navigate and search after any article published on BricksLabs.com without leaving the builder.

 

Performance Enhancement on Frontend

 

We’ve majorly improved the way Advanced Themer outputs generated CSS on the frontend. Instead of making multiple database calls and using resource-heavy server-side functions, the CSS is now generated when you save your theme settings/color palettes! This means Advanced Themer only makes a single database call faster than lightning, no computations needed.

 

Enhancements & Bug Fixes!

 

This release contains numerous bug fixes reported after 1.05 /1.0.6 were released. Don’t forget to review the important changelogs below.

Happy updating! ?

NEW

BricksLabs Integration

BricksLabs has fantastic articles available to make your Bricks experiences even better. Now, you can access the latest posts faster and search for articles using essential keywords with ease- all without having to leave the builder.

NEW

AT License key is hidden on the frontend

We understand that license misuse can be a legitimate concern. But rest assured, we’ve taken extra measures to ensure that your license remains secure – our tool never displays any output inside the DOM. So go ahead, install Advanced Themer today, and take your client’s website design to the next level with complete confidence and ease.

FIX

Extend Class and Styles not working correctly

The function that consents you to extend global classes or styles from one element to others had a JS issue that produced some conflicts and sometimes prevented to copy/paste the styles correctly.
FIX

Skip Id and Classes fields when exporting styles to a Class

The "Export ID styles to a class" function was exporting both the CSS ID and the CSS CLASSES fields, and deleted both of them after the export. This was not the intended behavior. Now both fields are ignored during the styles migration.
FIX

Update the root value when exporting styles to a Class

When an element had custom CSS styles added using the "root" value, the selector wasn't updating correctly when using the function "Export ID styles to a class". Now the root is persistent when migrated to a class.
FIX

Wrong active state of pseudo-element shortcuts

When a pseudo-element (like :hover) was selected on an element, the related shortcut icon was set as active (correct behavior). But once navigating to a different element, the active state wasn't updated correctly. Now the active states of the shortcuts reflect the state of the element.
FIX

ACSS variables blocked by the server

We fixed an issue that prevented the ACSS variables to show correctly inside the Variable picker due to some specific server configurations.
FIX

Performance enhancement on Frontend

We used to run some heavy server-side functions with multiple calls to the database in order to generate the styles on frontend. Now the styles are generated and stored when saving the theme options/color palettes in a single option inside the wp_options table. That means AT uses a single call (without any calculation) to generate…
FIX

Error when deactivating the AT license

Some users experienced issues when deactivating the license inside the dashboard and were unable to reinsert the license back. This should be fixed.
FIX

Fixed “Disable PIN icon on element list” feature

There was a bug related to the 1.0.5 update that lead the "Disable PIN icon on element list" feature to stop working correctly. This has been fixed.
FIX

Escape key close modals

When you open any AT modal, you can now use the escape key on your keyboard to close it.
FIX

Fixed the Resource Panel

In some cases the Resource Panel wasn't showing the correct gallery images.