Miroslav.V
Forum Replies Created
-
Forum: Plugins
In reply to: [Better Block Editor (BBE)] Breakpoint overlap due to inclusive media queriesThis is a valid use case, and that 1px matters. Thanks for bringing it to my attention.
I will consult our designer about it, as she has probably encountered the same issue at some point.
Forum: Plugins
In reply to: [Better Block Editor (BBE)] responsive controls for spacingHi,
Just a quick heads-up in case you have not seen it yet. We’ve added the entire Dimensions panel (margins, padding, spacing, min height, etc.) to Responsive Settings.
Cheers!
Forum: Plugins
In reply to: [Better Block Editor (BBE)] Breakpoint overlap due to inclusive media queriesHi,
Sorry for taking so long to reply. I had to consult our developers about this.It appears that we use this behavior only for Responsive Visibility. The exact expression is:
@media screen and (width ".($visibility === 'visible' ? '<=' : '>=')." {$switch_width})This was done on purpose, so the block is either shown or hidden at this exact breakpoint.
There should not be cases where you see both
<=and>=for the same property of a block.However, there may be a case where Responsive Visibility uses the
>=rule, while some other responsive setting uses<=.Does this address your question, or are we overlooking something?
Thanks!
Forum: Plugins
In reply to: [Better Block Editor (BBE)] Starter Design SystemHi,
The Design System is needed if you want to use partial content import from our demos but do not want to install the BBE Theme. The thing is, third-party themes do not contain our colors, font sizes, and spacings. Without those, the content will look ugly or broken.
We were thinking of adding a simple algorithmic translation layer from our design system to the one used on an arbitrary user website. This would allow us to get rid of the Design System. But that’s quite a lot of work, and we’re not sure the demand is there.
Hope this helps.
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://ww.wp.xz.cn/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 3 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!