Forum Replies Created
-
AuthorPosts
-
August 14, 2025 at 11:18 PM in reply to: Cloneable Group Data Not Displaying in Backend Edit Screen #48742
Peter
ModeratorHello,
Please enable the option
Save field valuefor sub-fields in the group field to show the saved value, check this screenshot https://imgur.com/0EOEca2Let me know if it helps.
Peter
ModeratorHello,
You can try to use the filter hook
rwmb_validation_message_stringto customize the validation message. The code is located in the file/wp-content/plugins/meta-box-aio/vendor/meta-box/meta-box/inc/validation.phpAugust 14, 2025 at 11:06 PM in reply to: Issue with role__in query arg to get users with specific roles #48740Peter
ModeratorHello,
Yes, you can pass multiple values to an argument by using the dot notation.
role__in.0=>vendor
role__in.1=>administratorPlease follow the documentation https://docs.metabox.io/extensions/meta-box-builder/#dot-notation
Peter
ModeratorHello,
You can create a new custom post type with Meta Box and enable option "Re-order posts" in the Features tab to re-order posts. Please check this screenshot https://ibb.co/HDBv9WQW
and follow the documentation https://docs.metabox.io/extensions/mb-custom-post-type/
Peter
ModeratorHello,
Please update Meta Box plugin to version 5.10.13 to fix it. Let me know if you still experience this issue.
Thank you.
Peter
ModeratorHello,
Please update Meta Box plugin to version 5.10.13 to fix it. Let me know if you still experience this issue.
Thank you.
Peter
ModeratorHello,
Please update Meta Box plugin to version 5.10.13 to fix it. Let me know if you still experience this issue.
Thank you.
Peter
ModeratorHello Rik,
Thanks for your feedback.
I'm not able to reproduce the issue on my site with Meta Box 5.10.12 and Meta Box AIO 2.3.1. You can try to deactivate Meta Box single plugin and use only Meta Box AIO to fix the issue.
Peter
ModeratorHello,
I will only use the 1 entry for the fields. No need for a loop, we will only change the info as needed from the 1 post.If you want to get one field value to display on all pages, you can consider using the Settings page, like the theme options. No need to use a post or a page that can be deleted after.
Following the documentation https://docs.metabox.io/extensions/mb-settings-page/Peter
ModeratorHello,
I don't fully understand the issue with taxonomy slugs. Can you please share full screenshots of slugs, not just a piece of it so I can see the screens you are editing?
Thank you.
August 13, 2025 at 8:46 PM in reply to: Envira Gallery Pagination Not Working in Metabox Custom Field #48699Peter
ModeratorHello,
You can use the shortcode to output the field value in the builder https://docs.metabox.io/shortcode/
or use the PHP code to output the field value in the theme template https://docs.metabox.io/displaying-fields-with-code/August 13, 2025 at 8:40 PM in reply to: Cloneable Group Data Not Displaying in Backend Edit Screen #48698Peter
ModeratorHello Marcio,
Thanks for reaching out.
Please share the video, export the field group and share the JSON file with me. I will import the field group to my site, try to reproduce and investigate the issue.
Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importPeter
ModeratorHello,
You can use the proxy
mb.to call the PHP function in the View template. For example:{% set term_id = mb.get_queried_object_id() %} {% set value = mb.rwmb_meta( 'wysiwyg001', {object_type: 'term'}, term_id ) %} {{ value }}Refer to this topic https://support.metabox.io/topic/how-to-get-field-value-in-the-settings-page/#post-46109
and documentation https://docs.metabox.io/extensions/mb-views/#running-php-functionsAugust 11, 2025 at 11:40 PM in reply to: Relationships not showing in translated posts with WPML #48687Peter
ModeratorHello,
I'm afraid that there isn't a way to have the same or translation related post assigned to the translation post automatically. You can contact WPML support and ask them for more information.
Thank you.
Peter
ModeratorHello Jacob,
If you have a refund request, please contact us here https://metabox.io/contact/
our team will get in touch with you shortly.Thank you.
-
AuthorPosts