Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorYes, the form is removed by JS code so there isn't a hook to modify that behavior.
Peter
ModeratorHello,
Please try again with the plugin Classic Editor https://wordpress.org/plugins/classic-editor/
Let me know how it goes.
Peter
ModeratorHello,
You can try to follow this tutorial to increase the PHP setting
max_input_varsto fix the issue
https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/Let me know how it goes.
September 30, 2023 at 9:28 PM in reply to: ✅Builder custom fields disapear after adding new dropdown field option #43398Peter
ModeratorHello,
You can check the option "Save field value" if it is disabled. If yes, please enable it and recheck this issue. See this screenshot https://monosnap.com/file/boUvSTyR4Kmm5Ls0wmDiELKehY7Lkb
September 30, 2023 at 9:18 PM in reply to: ✅Bricks Builder Metabox links within a group nested in group are not working #43397Peter
ModeratorHello,
It looks like the Bricks builder does not support displaying subfield in a sub-group field. The compatibility is maintained on the Bricks team so please contact their support to get further assistance.
Peter
ModeratorHello,
Due to some unexpected errors, the development team has decided to remove the form after submitting it if you use Ajax. If you enable the "edit" attribute, the Ajax setting will be disabled.
Ajax: Enable Ajax submission. true or false (default).
Edit: Allow users to edit the post after submitting. true or false (default). If true then ajax submission will be disabled.Refer documentation https://docs.metabox.io/extensions/mb-frontend-submission/
September 30, 2023 at 6:46 PM in reply to: ✅Retain CPT Sub Menu when putting the CPT under a top level menu. #43394Peter
ModeratorHello,
I'm afraid that isn't possible. It is the design of WordPress core to display 2 levels of menus in the admin area. You can read more in this topic https://wordpress.stackexchange.com/questions/260095/is-it-possible-to-add-3-level-menu-item-to-admin-menu
September 30, 2023 at 6:30 PM in reply to: ✅BUG - Image field's break backend with latest update MB Blocks #43393Peter
ModeratorThe error with the custom block was fixed in this commit https://github.com/wpmetabox/meta-box/commit/2635f09fc634ce830a6c9d7e1164f86f26546a4c
It will be included in the next update of Meta Box. Thanks.
Peter
ModeratorHello,
Thanks for your details. I will forward your feedback to the development team to consider supporting a custom field type Block editor in future updates.
September 30, 2023 at 6:17 PM in reply to: ✅Builder custom fields disapear after adding new dropdown field option #43391Peter
ModeratorHello,
Can you please share some screenshots of the issue on your end? Field group and custom fields when editing a post.
Peter
ModeratorHello,
You can use the setting
query_argsand parameterorderbyto order taxonomies by ID. Screenshot https://monosnap.com/file/hW4TW9dFDL0vVhupFJpFTWbPmPey1URefer documentation https://docs.metabox.io/fields/taxonomy/
Peter
ModeratorHello Ger,
I think you can add a custom class for the field group then apply CSS code for that field group based on the custom class. Screenshot https://monosnap.com/file/33zF2RjyK5ItFQA3SevQOujANl6cA4
Refer documentation https://docs.metabox.io/creating-fields-with-code/September 29, 2023 at 10:35 AM in reply to: Output CSS + JS only once for all shortcode instances [Question / Improvement] #43378Peter
ModeratorHello,
Thanks for your feedback.
If you have CSS and JS code and want to use it globally or on a page one time, you can consider using the code to register it in the file functions.php
https://developer.wordpress.org/reference/hooks/wp_enqueue_scripts/Meanwhile, I will forward this feature request to the development team to research and get back to you later.
Peter
ModeratorHello,
Do you mean to save the field value in the custom block as the post meta? If yes, please set the parameter
storage_typetopost_meta'storage_type' => 'post_meta'Follow the documentation https://docs.metabox.io/extensions/mb-blocks/#storage_type
Peter
ModeratorHello,
It's hard to change the taxonomy description to WYSIWYG field. You can use a third-party plugin to do that like Yoast SEO or Visual Term Description Editor
https://wordpress.org/plugins/wordpress-seo/
https://wordpress.org/plugins/visual-term-description-editor/ -
AuthorPosts