Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Tanja,
Thanks for reaching out.
Does the merchant or contributor user have their own post in the dashboard to edit? I'm not able to reproduce the issue on my demo site. To prevent the fatal error from occurring, you can use the condition code below in the function
get_post_content()
file wp-content/plugins/meta-box-aio/vendor/meta-box/mb-frontend-submission/src/Dashboard/Renderer.php(186)public static function get_post_content( WP_Post $post ): string { if ( ! $post ) { return ''; } $content = $post->post_content;Peter
ModeratorHello,
Yes, if it is possible, please share the list with me: strings and locations. I will forward it to the development team to check and fix them all.
Thank you.
Peter
ModeratorHello Jayron,
Thank you for your contribution. However, I'm afraid that we don't have permission to approve your translation. You can follow the WordPress documentation to submit the PTE request https://make.wordpress.org/polyglots/handbook/plugin-theme-authors-guide/pte-request/
Good luck.
Peter
ModeratorHello,
Thanks for reaching out.
Meta Box doesn't support an option to remove the CPT slug base, currently. I suggest you use a third-party plugin or custom code to remove the CPT base.
https://wordpress.org/plugins/remove-cpt-base/I will forward this ticket to the development team to consider supporting an option to remove CPT base.
Peter
ModeratorHello Fabian,
Thanks for your feedback. I will inform the development team to consider supporting MB Views abilities in future updates of Meta Box plugins.
July 15, 2026 at 9:07 PM in reply to: Placeholder not displayed for Post field when multiple selection is enabled #50110Peter
ModeratorHello Simon,
Thank you for your feedback.
I can see the issue on my demo site. The placeholder will display when you select an item and remove it from the field. I've escalated the issue to the development team to fix in the next of Meta Box plugin.
Peter
ModeratorHello Jayron,
Thank you for your feedback.
I'm not able to reproduce the issue with clear steps on my demo site. However, I'm going to escalate the issue to the development team to check it further. IMO, using the function
wp_script_isto check the deps is a good idea.July 11, 2026 at 3:57 PM in reply to: Bug - Validation is triggered even though the field is hidden by Conditional Log #50104Peter
ModeratorHello Tom,
Thank you for your feedback.
I could reproduce the issue easily with your information. I've escalated the issue to the development team to fix it in the next update of MB Conditional Logic plugin.
July 9, 2026 at 8:23 PM in reply to: Taxonomy Field with Select Advanced or Select Tree not working #50101Peter
ModeratorHello,
You can refer to this topic to use custom code to set post terms based on the taxonomy_advanced field value
https://support.metabox.io/topic/syncing-group-taxonomy-advanced-field-with-a-taxonomy-field/Peter
ModeratorHello,
Strange, for the first time I create a new page, visit the frontend, the image carousel displayed properly. But after reloading, it shows the error message.
Then I go to Elementor > Settings > Performance tab > Disable Element Cache and optimize options. The image carousel works well on a new page that I created.
https://metabox-ls8rtv.flywp.xyz/mb-test-page/Can you please recheck the page on your end?
Peter
ModeratorHello,
Thank you for your feedback.
The recent change to Meta Box plugin causes the issue https://github.com/wpmetabox/meta-box/blob/master/inc/walkers/input-list.php#L47
you can check the file and remove the function
esc_html()to fix the issue in the meantime. I will ask the development team to review the changes and let you know when I have more information.July 6, 2026 at 10:20 PM in reply to: Taxonomy Field with Select Advanced or Select Tree not working #50092Peter
ModeratorHello François,
Thanks for reaching out.
Can you please use the Taxonomy Advanced field and recheck the issue? The Taxonomy field sets the post terms so we can only use one field per editing page.
Peter
ModeratorHello Ron,
Thanks for reaching out.
If you use Meta Box helper function
$post_id = rwmb_meta( 'post_field_id' );it will return the post ID by default. Maybe the Bricks builder filters the value and returns the title and link for displaying in the frontend.Following the documentation https://docs.metabox.io/fields/post/#data
July 1, 2026 at 9:36 PM in reply to: Visual-Tab for WYSIWYG-Editor empty on initial load when using firefox. #50087Peter
ModeratorHello,
Thanks for reaching out.
Using the class
RW_Meta_Boxto register the custom fields is the old way. Can you please try using the filter hookrwmb_meta_boxesand recheck the issue? Following the documentation https://docs.metabox.io/creating-fields-with-code/Peter
ModeratorHello Aryan,
You can follow the documentation to translate the cloneable field using WPML
https://docs.metabox.io/integrations/wpml/#custom-field-valuesIf it doesn't work on your site, please share credentials by submitting this contact form https://metabox.io/contact/
I will take a look.
-
AuthorPosts