No video

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

  Рет қаралды 13,042

Bricks - Visual Site Builder for WordPress

Bricks - Visual Site Builder for WordPress

Күн бұрын

Пікірлер: 55
@jamesl.223
@jamesl.223 2 жыл бұрын
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.
@ChrisMooreOfficial
@ChrisMooreOfficial 2 жыл бұрын
I couldn’t agree more! Superb support, education, communication, and development philosophy.
@jerzyhaa
@jerzyhaa Жыл бұрын
Well, I bought it...
@VijayKumarIM
@VijayKumarIM 2 жыл бұрын
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.
@Zp00kie
@Zp00kie Жыл бұрын
This is by far the best thought out page builder I've seen to date, and I've tried them all.
@BawlBag
@BawlBag Жыл бұрын
How did you find Breakdance (assuming you've tried it)?
@Zp00kie
@Zp00kie Жыл бұрын
@@BawlBag in my opinion Bricks is a lot more intuitive. And performance is unmatched to date.
@VanfireOfficial
@VanfireOfficial 2 жыл бұрын
Thank you, Thomas. We really appreciate all your efforts.
@maxziebell4013
@maxziebell4013 2 жыл бұрын
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 🎉
@andyvonbusse3503
@andyvonbusse3503 2 жыл бұрын
Awesome. Love the query loop on the slider!
@sebak2003
@sebak2003 2 жыл бұрын
Excellent work! Continue in this way, the performance in a test migrating from Elementor to Bricks is outstanding !! 👏👏👏
@kevinrittershaus9380
@kevinrittershaus9380 2 жыл бұрын
Amazing. Bricks just keeps getting better!
@kamilpitonak1129
@kamilpitonak1129 2 жыл бұрын
The greatest thing that happened to website creators since sliced bread! Thank you!
@satanishangover
@satanishangover Жыл бұрын
Sliced Bricks
@russelschuster8036
@russelschuster8036 Жыл бұрын
Thanks for this video. Please keep more videos coming. It is very important for developers to understand and use the CMS as standard practice.
@TheKoppi99
@TheKoppi99 2 жыл бұрын
Simple and the BEST! this update is a gamechanger! very intuitive and simple to use. super faaaasst! great work from the devs. Thank you!
@annebovelett
@annebovelett 2 жыл бұрын
Thank you very much, again, Thomas & Team! 🤗
@Multilive1000
@Multilive1000 2 жыл бұрын
Please make something simular to the menu builder of Breakdance. Its so nice to have in Bricks.
@BawlBag
@BawlBag Жыл бұрын
Seconded
@Thunder007de
@Thunder007de 2 жыл бұрын
Thank you very much for another great release! Thanks Thomas!
@Multilive1000
@Multilive1000 2 жыл бұрын
Still waiting on a good CSS grid implementation
2 жыл бұрын
Amazing! Thanks Thomas
@jfiosi
@jfiosi 2 жыл бұрын
Thanks. Lots to digest.
@JoeFletcher
@JoeFletcher 2 жыл бұрын
If Elementor and Oxygen had a baby, and that kid learned from all their mistakes, it would be Bricks. But better. It really is the evolution of page builders. I've yet to find something I don't like about it.
@smeagoltheunrealdeviant9357
@smeagoltheunrealdeviant9357 2 жыл бұрын
Can bricks create websites as complex as Elementor tho?
@JoeFletcher
@JoeFletcher 2 жыл бұрын
@@smeagoltheunrealdeviant9357 Absolutely. Probably even better.
@vigilantezack
@vigilantezack 2 жыл бұрын
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. It might even be wise to use some kind of dynamic filter naming that runs per-ID. Like "add_filter('bricks/element/render/brxe-29K9Ak3', '...')". I don't know how plausible that is, but WordPress itself uses a lot of filters and actions with dynamic names, such as when filtering Gutenberg blocks. See how WP allows filters for specific blocks for this exact reason, to avoid testing so much: make.wordpress.org/core/2021/02/18/wordpress-5-7-a-new-dynamic-hook-to-filter-the-content-of-a-single-block/ 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.
@roberto1693
@roberto1693 2 жыл бұрын
Stunning
@Multilive1000
@Multilive1000 2 жыл бұрын
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.
@bySterling
@bySterling 2 жыл бұрын
Curious how do the dynamic styling options (animations, parallax etc) modern styling compare to Elementor?
@glennrabbypaulin1853
@glennrabbypaulin1853 2 жыл бұрын
Great features
@ReubenHochstetler
@ReubenHochstetler 2 жыл бұрын
Great stuff!
@DenGradel
@DenGradel Жыл бұрын
"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?
@rework7562
@rework7562 2 жыл бұрын
Awesome!!! :)
@bySterling
@bySterling Жыл бұрын
Could you post some links to some dynamic modern site examples built w Bricks pls?
@Rollclick
@Rollclick Жыл бұрын
Will the slider would act as a section automatically?
@phkoon
@phkoon 27 күн бұрын
Are there cons to using containers as the only layout elements, set with proper semantic html tagging to structure the design, as done in Elementor? If so, what would they be?
@phkoon
@phkoon 27 күн бұрын
Just took a look at the trial version of Bricks and checked out each of them. Except for the Div element, all the Section, Container and (ironically) Block elements are display: flex with the proper semantic tag set, so I think it settles the matter. Well, if anyone has anything to add, feel free to do so =D
@PLUS-sj4sf
@PLUS-sj4sf 2 жыл бұрын
Thanx a million! you guys are awesome! is there a way to work with JetPlugins too? that would change everything!
@zaitx
@zaitx Жыл бұрын
Is it possieble to make multiple column layout in one slide and another multi column in second slide?
@bricksbuilder
@bricksbuilder Жыл бұрын
Yes 😎
@noe.galarza
@noe.galarza 2 жыл бұрын
Please, would it be possible to activate the automatic subtitles for the video?
@xternalite
@xternalite 2 жыл бұрын
Do you know why subtitles are unavailable on this video ? Would be good to have it.
@captteemo9133
@captteemo9133 2 жыл бұрын
In my case they are available
@xternalite
@xternalite 2 жыл бұрын
@@captteemo9133 Yes, they are now. That wasn't the case earlier.
@pauserratgutierrez
@pauserratgutierrez 2 жыл бұрын
Is there a shortcode documentation on the academy?
@captteemo9133
@captteemo9133 2 жыл бұрын
Yes, just google it, or click the info icon in your builder and type in shortcuts in the searchbar
@etenegro
@etenegro 2 жыл бұрын
Genial, pero por favor podrían poner subtítulos al video👍
@kappesante
@kappesante 2 жыл бұрын
wow
@CriticalAuthor
@CriticalAuthor 2 жыл бұрын
Grid is better than flex box.
@stripedgoat8470
@stripedgoat8470 2 жыл бұрын
It’s not “better”. It’s just better suitable for certain usecases, as is flexbox in others. Grid is great for making layouts, flexbox is great for positioning elements.
@boxoffisa
@boxoffisa 2 жыл бұрын
Can you guys start making short videos too. Like below 10 minutes? I need to learn this my in my country the data that can watch this cost my whole day expenditure.
@satanishangover
@satanishangover Жыл бұрын
The video is divided in chapters. You can watch one chapter every day, for example.
Bricks 1.7.2 - Copy & paste all elements, Form confirmation email, True video lazy load
23:01
Bricks - Visual Site Builder for WordPress
Рет қаралды 7 М.
Bricks 1.5 (beta) - New Section & Div element; Nestable elements (Accordion, Slider, Tabs)
39:07
Bricks - Visual Site Builder for WordPress
Рет қаралды 11 М.
小丑把天使丢游泳池里#short #angel #clown
00:15
Super Beauty team
Рет қаралды 46 МЛН
Kids' Guide to Fire Safety: Essential Lessons #shorts
00:34
Fabiosa Animated
Рет қаралды 16 МЛН
لااا! هذه البرتقالة مزعجة جدًا #قصير
00:15
One More Arabic
Рет қаралды 52 МЛН
Bony Just Wants To Take A Shower #animation
00:10
GREEN MAX
Рет қаралды 7 МЛН
FIRST SNEAK PEEK: Components in Bricks
12:40
Bricks - Visual Site Builder for WordPress
Рет қаралды 10 М.
How To Use The Container Element
22:32
Bricks - Visual Site Builder for WordPress
Рет қаралды 7 М.
Infinite Logo slider in Bricks Builder Nestable Slider
9:47
Design with Cracka
Рет қаралды 8 М.
This NEW AI Chip From Huawei DESTROYS NVIDIA
9:37
Tech Pulse Pro
Рет қаралды 21 М.
I Tried 200+ No Code Tools - Here Are The Best For 2024
16:03
WeAreNoCode
Рет қаралды 107 М.
Better Post Loops in Bricks - Nested Post Loops
6:28
WPTuts
Рет қаралды 4,6 М.
Mastering Bricksforge Pro Forms with Expert Techniques
22:48
Best Flexbox Techniques (No Breakpoints) in Bricks Builder
6:56
Design with Cracka
Рет қаралды 9 М.
Which Bricks Add-Ons Should You Use? Part 2
34:41
Dave Foy
Рет қаралды 7 М.
小丑把天使丢游泳池里#short #angel #clown
00:15
Super Beauty team
Рет қаралды 46 МЛН