Forum Replies Created
-
AuthorPosts
-
March 6, 2025 at 8:14 PM in reply to: MB_Relationships_API::each_connected not working, need fix or alternative #47791
Peter
ModeratorHello Matthias,
The issue with
MB_Relationships_API::each_connectedhas been resolved. Can you please update Meta Box plugins to the latest versions and recheck the issue?March 5, 2025 at 9:45 PM in reply to: Two bugs to report. ColorPicker breaks Settings Pages.. #47783Peter
ModeratorHello Alan,
Thank you for your feedback.
1. For the first issue, please try to increase the PHP setting
max_input_varsand see if it helps. Read more about the PHP setting in the documentation https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/2. I can reproduce the issue with user profile field on my site. I've escalated it to the development team to fix it soon.
Peter
ModeratorHello,
meta-boxplugin is a dependency, not an extension so it won't be controlled by the filter hookmeta_box_aio. You don't need to add it to the callback function.Peter
ModeratorHello,
They are not a handle script name in the Meta Box source code so you cannot dequeue the non-existed handle name.
If you don't want to use the inline style of Meta Box, you can create some custom CSS code to override its style.March 4, 2025 at 10:13 PM in reply to: Meta Box lost ability to update Custom Table Group fields via API after 1.30.5 #47776Peter
ModeratorHello Cameron,
Can you please export the field group to a JSON file and share it here? I will check the field settings and reproduce the issue on my end.
Peter
ModeratorThanks for letting us know. Feel free to create a new topic if you have any questions.
Peter
ModeratorHello,
Yes, you can deactivate Meta Box plugin and keep using only Meta Box AIO plugin to get all features of Meta Box plugins.
Peter
ModeratorHello Marcus,
Thank you for reaching out and for your feedback.
There is an issue with the text limiter extension, it only works with the first field on a page. I've escalated this issue to the development team to fix it soon.
March 3, 2025 at 8:25 PM in reply to: How to Use Meta Box Relationship Data in Slim SEO Schema #47762Peter
ModeratorHello Olivier,
I searched in the documentation but didn't see an option to show the relationship value in the schema markup. If you have any questions related to Slim SEO, please contact us here https://wpslimseo.com/contact/
If you want to output the relationship value with code, please follow the documentation https://docs.metabox.io/extensions/mb-relationships/
March 2, 2025 at 10:22 PM in reply to: Custom field: Post - display more than just the title in the advanced select box #47759Peter
ModeratorHello Markus,
You can follow the documentation below to use the filter hook
rwmb_my_field_choice_labeland add some extra info to the post title in the list.Peter
ModeratorHello,
This issue has been fixed in the new version of Meta Box AIO 2.0.2. Can you please update it and check the issue again?
February 27, 2025 at 10:43 PM in reply to: Issue with Registering a Gutenberg Block – Block Not Displaying #47755Peter
ModeratorHello Sven,
Meta Box doesn't support the filter hook
meta_box_blocks. Can you please let me know where you get it? Is it noted in the documentation?We only support one filter hook
rwmb_meta_boxesto register all types: custom fields, blocks, settings page ...If you want to register the custom block with PHP code, please follow the documentation
https://docs.metabox.io/extensions/mb-blocks/#block-registration-without-blockjsonPeter
ModeratorHello Nick,
It could be related to the issue with cloneable group field and it has been fixed in the new version of Meta Box and Meta Box AIO. Can you please update those plugins and recheck the issue?
Also, if you set the attribute
object_id=1to the frontend shortcode, the frontend submission form only allows editing the object ID 1. You can read more about shortcode attributes in the documentation
https://docs.metabox.io/extensions/mb-frontend-submission/#adding-the-submission-formPeter
ModeratorHello Nick,
Can you please create/submit a new model entry and recheck the issue? If it still doesn't work, please upload your local site to an online hosting and share the admin site account by submitting this contact form https://metabox.io/contact/
I will take a look.February 26, 2025 at 9:00 PM in reply to: Login Form Forgotten Password link does not have a password strength #47745Peter
ModeratorHello,
The reset password form has different settings, it doesn't use the same settings as in the register form. I will inform the development team to consider supporting the password strength in the reset password form.
If you are familiar with coding, you can follow my suggestion above to use the filter hook
rwmb_profile_reset_password_fieldsand set some custom attributes to the field. -
AuthorPosts