Forum Replies Created
-
AuthorPosts
-
Aaron Kessler
ParticipantI would also like to see this happen.
Default values on custom fields in a block, are preventing the block from rendering, unless the default value is changed, which is a bad user experience on the Gutenberg Editor.
Aaron Kessler
ParticipantA public roadmap is a nice thing, thank you Long!
Aaron Kessler
ParticipantThank you!
Theenqueue_block_editor_assetshook is what I am using now. Code Example:function _akdev_mbBlockScripts() { wp_enqueue_style( '_akdev-ctaBlock', get_template_directory_uri().'/inc/mb-block-templates/cta.css', ); } add_action('enqueue_block_editor_assets', '_akdev_mbBlockScripts');Aaron Kessler
ParticipantI did reinstall Meta Box and MB AIO with no effect. Hoewer i was able to reproduce the behaviour on a new wordpress installation:
I initiated a new container with local by flywheel with the following settings:
PHP 8.0.0, Apache 2.4.43, MySQL 8.0.16.If i swich to PHP 7.4.1 there are no PHP Notices/Warnings.
The wired thing is that my actual project, after starting on PHP 8 and switching back to 7.4.1 due to the lack of imagick for PHP8, has the same notices/warnings on PHP 7.4.1
Aaron Kessler
ParticipantHi,
I think there is a misunderstanding here. I get these Errors inside the Contact Form 7 Plugin doing this in the WordPress Admin area:Click on
- Contact
- Add new
- Save
Theme is Twentytwentyone, active Plugins are: Meta Box, Meta Box AIO, Contact-Form 7
June 8, 2021 at 6:45 PM in reply to: ✅Feature Request: Advanced location rules -> limit display to home/front-page #28766Aaron Kessler
ParticipantIt works. However, it won't, if you like to check for more than one callback.
Aaron Kessler
ParticipantThx for your feedback,
I deactivated all plugins that are not Meta Box and switched to a different theme. No Error there. After activating my theme and my plugins again, everything is okay.
June 7, 2021 at 3:02 AM in reply to: ✅wyswig editor cutom field in text mode on gutenberg page #28745Aaron Kessler
ParticipantThat's strange I can't reproduce it. I will reply if the error occurs again.
June 6, 2021 at 3:37 AM in reply to: ✅wyswig editor cutom field in text mode on gutenberg page #28735Aaron Kessler
Participantthe gif is to fast, this one should visualize it better https://ibb.co/1LD8D2q
Aaron Kessler
ParticipantThis worked, thx a lot.
The documention does not mention a usecase like this, where we can't userwmb_meta(), butget_option()June 1, 2021 at 12:19 PM in reply to: ✅Feature Request: Advanced location rules -> limit display to home/front-page #28584Aaron Kessler
ParticipantThank you for the reply, I got stuck on how to get a true/false value for the callback. I will try this.
-
AuthorPosts