Forum Replies Created
-
AuthorPosts
-
October 3, 2023 at 6:44 PM in reply to: Linking Two Custom Post Types in select/dropdown field #43419
Peter
ModeratorHello Lee,
In the frontend, you can create custom code to show which Customer is associated with the contact and show which Order has that customer field value. There should be 2 nested loops in this case.
Peter
ModeratorHello,
The field custom HTML does not need the field ID. It used to display some extra content in the meta box. I will inform the development team to remove the field ID of this field.
Peter
ModeratorHello,
I think the filter hook is running before the Meta Box hook so it does not work with the CPT. You can use the Sanitization feature to strip HTML tags in the field value.
https://docs.metabox.io/sanitization/October 2, 2023 at 10:02 PM in reply to: Deprecated and problem with date picker in wordpress page editor #43412Peter
ModeratorHello,
If you remove the datetime field from the field group, do you see the deprecated message? I also do not see the Violation message relates to this field on my demo site.
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/
-
AuthorPosts