Bricks 1.5 - Layout Elements, Nestable Elements, Infinite Scroll (and so much more ..)

preview_player
Показать описание
This release container more than 150 changes with a focus on providing a more powerful & streamlined workflow & builder interface:

0:00 Intro
1:33 Layout Elements
12:12 Converting Your Container Layout
15:19 Nestable Elements (Accordion, Slider, Tabs)
19:52 Structure Panel Improvements
24:54 Global Classes Improvements
27:30 Media Query Loop (e.g. Image Gallery)
31:39 Infinite Scroll
34:26 Color Palette Improvements
38:50 Code Element
42:58 New Keyboard Shortcuts
46:00 Active font-family & font-weight in placeholder
47:20 Conditional Display Logic via filter (bricks/element/render)
49:10 Performance Improvements
53:19 Pin Global Elements
54:03 Outro

Layout Elements:

Nestable Elements:

Full Changelog:
Рекомендации по теме
Комментарии
Автор

I have never been more impressed with both the quality of the software but also the openness of which bricks shares with the community. if you are on the fence BUY THIS, it is simply that good.

jamesl.
Автор

Thank you, Thomas. We really appreciate all your efforts.

VanfireOfficial
Автор

This is by far the best thought out page builder I've seen to date, and I've tried them all.

Zpkie
Автор

Thomas just cracked the code of improving workflow speed, which almost every builder ignored. "Details matter"

Just see how many quality improvements. Can't wait to play with 1.5.

VijayKumarIM
Автор

Awesome. Love the query loop on the slider!

andyvonbusse
Автор

Hey Thomas, much appreciated 👍… awesome release and we’ll deserved that you onboarded all the Oxygen users and are getting so much love for your product. Delivering with this really hot weather… in Germany and Cyprus, where ever you’re currently working from. Congratulations 🎉

maxziebell
Автор

Thanks for this video. Please keep more videos coming. It is very important for developers to understand and use the CMS as standard practice.

russelschuster
Автор

Amazing. Bricks just keeps getting better!

kevinrittershaus
Автор

Excellent work! Continue in this way, the performance in a test migrating from Elementor to Bricks is outstanding !! 👏👏👏

sebak
Автор

The greatest thing that happened to website creators since sliced bread! Thank you!

kamilpitonak
Автор

Simple and the BEST! this update is a gamechanger! very intuitive and simple to use. super faaaasst! great work from the devs. Thank you!

hoveringpilot
Автор

Thank you very much, again, Thomas & Team! 🤗

annebovelett
Автор

Thank you very much for another great release! Thanks Thomas!

Thunderde
Автор

Still waiting on a good CSS grid implementation

Multilive
Автор

Curious how do the dynamic styling options (animations, parallax etc) modern styling compare to Elementor?

bySterling
Автор

I'm curious about the conditional logic filter. The filter seems to be generic in the sense that it filters every single possible element that Bricks renders. This means the logic always has to do some kind of test for which element is being rendered. And this, in turn, means that this logical test happens as many times as there are elements on a page.
I can see that if a page has a lot of elements, say 2000 individual elements, and you only want to filter 1 of them, testing for that element 2000 times doesn't seem efficient.

I think what I'm saying is that you could maybe reduce processing time of "testing the element" by making the filters a little more granular. For example a filter that just does sections and another that just does containers and then divs. Maybe even filters per block type.
If I only want to filter an image or a paragraph (special discount code text etc), it doesn't make sense that the filter has to run 2000 times and each one has to run a logical test just to see if it's my specific paragraph ID. If there was a filter narrowed down to just text elements, there is no extra processing for all the rest of the elements.


So I think dynamic named filters that are per block type or even by ID or major sections only, would help reduce processing load for these conditions.

vigilantezack
Автор

"27:30 Media Query Loop (e.g. Image Gallery)"
- I don't understand the Structure: why the Block is inserted in the Container? Why can't Image be inserted in the Container directly? Cause when you were changing the direction to Horizontal, you we doing it on Container level and you were unable to do it on Block level. So, what's the use in the Construction: Container -> Block -> Image, if we can do without Blocks?

DenGradel
Автор

Please make something simular to the menu builder of Breakdance. Its so nice to have in Bricks.

Multilive
Автор

Would love to see a place/ui for management of vars so you do not have to place them in with code. And give and make categories for them. Than everywhere where you type var( it loads them and autocompletes it.

Multilive
Автор

Could you post some links to some dynamic modern site examples built w Bricks pls?

bySterling