Miroslav.V
Forum Replies Created
-
Forum: Plugins
In reply to: [Better Block Editor (BBE)] ButtonsHi,
Currently supported responsive options for Buttons are:
- orientation – you can stack buttons and reverse their order
- justification – left / center / right / stretch
“Justification” is probably the setting you are looking for. Note that you need to select the parent “Buttons” block, not the child “Button” block.
Forum: Plugins
In reply to: [Better Block Editor (BBE)] responsive controls for spacingAnother update. We have scheduled responsive paddings, margins and min-height to v.1.5.0. It will be release after the WP 7.0 drops.
Forum: Plugins
In reply to: [Better Block Editor (BBE)] Can turn off Site TemplatesJust FYI, we have released v.1.4.1. After update, in Settings > Better Block Editor, in “Features” tab you will find the “Enable BBE pre-made Site Templates” checkbox. Uncheck it and save. This will disable the Site Templates module completely.
Forum: Plugins
In reply to: [Better Block Editor (BBE)] Can turn off Site TemplatesHello @sunny,
Good timing: we have actually added an option to disable this link in upcoming update 🙂 Will be released in a day or two. It will live in Settings > Better Block Editor, “Features” tab.
Hey Hadrien,
If you made those changes in the WordPress editor itself (without editing actual files on the server), you are completely fine updating the plugin.
BUT, it’s always a good idea to make a full site backup using plugins like All-in-One WP Migration and Backup: https://wordpress.org/plugins/all-in-one-wp-migration/ before making any updates. (Free version should be sufficient for this purpose.)
Forum: Plugins
In reply to: [Better Block Editor (BBE)] responsive controls for spacingJust a quick follow-up. We have discussed it internally and our art director expressed the same concerns as you did. So we will be implementing responsiveness for margins and paddings in one of closest upcoming updates.
Forum: Plugins
In reply to: [Better Block Editor (BBE)] responsive controls for spacingHi,
There are currently no responsive controls for margins and paddings (although there is a responsive setting for “spacing” itself).
We do have an alternative, though. In Settings > Better Block Editor, you can enable the Design System. There, you’ll get a set of automatically responsive spacings (via
calc()). You can leave colors and fonts disabled if you don’t need them. For our projects, it has proven to be enough.That said, I can easily see how dedicated responsive margin and padding controls would be beneficial. So we’ll be discussing adding those asap with the dev team.
Forum: Plugins
In reply to: [Better Block Editor (BBE)] Hidden core group becomes row when unhiddenThanks for your feedback – it helped finding the issue early.
Forum: Plugins
In reply to: [Better Block Editor (BBE)] Hidden core group becomes row when unhiddenHi,
Just a heads up. We’ve released v.1.2.2, which should fix the issue.
At least in our testing environment(s). Yours may behave differently due to the theme, custom CSS, or other variables that we do not control.
Forum: Plugins
In reply to: [Better Block Editor (BBE)] Hidden core group becomes row when unhiddenAn off-topic. Now as I read my comment, I realise it sounds somewhat defensive. That was not the intention. I was just excited to share the thought process that went into creating BBE 🙂
Your feedback regarding the usability of the Visibility panel is noted, and we will discuss it with the team.
Cheers!
- This reply was modified 2 months, 3 weeks ago by Miroslav.V.
Forum: Plugins
In reply to: [Better Block Editor (BBE)] hidden DIVs between blocksFixed in 1.2.1.
Cheers!
Forum: Plugins
In reply to: [Better Block Editor (BBE)] Hidden core group becomes row when unhiddenMost of the controls are intuitive with the exception of the visibility settings. Why not follow the common pattern where we simply have “Hide” toggles for mobile, tablet, desktop? This would also fix the problem of un-hiding blocks with display:flex; which is what is causing this reported issue.
This is a good question.
Note that my answer will be very subjective (as I’m the product designer). I may be wrong. So take it with a grain of salt. But it boils down to two consideration:
- UI/UX consistency. You’ve noticed that unlike conventional page builders we do not have multiple settings for multiple breakpoints. You only choose one breakpoint per block and change settings at that breakpoint. Allowing to change visibility at multiple breakpoints will break this consistency.
- Editor performance. If you ever wondered why (for example) Elementor gets slower when your have more elements on the page, that’s the reason why: each additional breakpoint creates a dedicated set of controls. The more of those controls you have, the more hardware resources the editor consumes. And consequently slower it becomes.
Our goal was to give Block Editor users only the necessary controls without altering the editor too much. Those decisions were made based on our two decades of building themes, plugins and websites with WordPress. So this is the classical example of 99 “no” to every 1 “yes”.
I’m not trying to convince that our approach is right. Only stating the fact that BBE reflects our experience. And experience is very different for different people.
We understand that we cannot please everyone with decisions we made. So our best hope is some part of the WP community will find our work useful.
Now to the issue you’ve pointed out. You can expect a bugfix within 24h.
Forum: Plugins
In reply to: [Better Block Editor (BBE)] Hidden core group becomes row when unhiddenHi,
Thanks for pointing this out. Forwarded to dev team.
Forum: Plugins
In reply to: [Better Block Editor (BBE)] hidden DIVs between blocksHi,
Quick update. That was a “technical debt” on our side.
We’re currently testing a version without the.wpbbe-ref-anchorelements, and the update should be out in a day or two.Forum: Plugins
In reply to: [Better Block Editor (BBE)] hidden DIVs between blocksHi,
Those are anchor-elements. They are required for responsiveness to be displayed correctly in the templates browser / previews.
They usually should not cause any issues, but with your CSS they create those unwanted spaces.
I’m currently consulting our dev team regarding the fix. Hold tight.