Forum Replies Created
-
AuthorPosts
-
July 15, 2026 at 9:07 PM in reply to: Placeholder not displayed for Post field when multiple selection is enabled #50110
Peter
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.
June 29, 2026 at 8:47 PM in reply to: I cant access field group editor > fatal error (all plugins disabled) #50082Peter
ModeratorHello François,
Thanks for reaching out.
Yes, please share the credentials by submitting this contact form https://metabox.io/contact/
and let me know where to see the issue. I will help you check it.June 22, 2026 at 8:30 PM in reply to: Author not authorized to upload single image to his own post #50079Peter
ModeratorHello Eddy,
Thanks for reaching out.
The message says that the current user is not allowed to upload files, that means it is a permission issue. You can try to deactivate all plugins except Meta Box, switch to a WordPress theme and see if it helps.
Another thing, you can check if there is a constantALLOW_UNFILTERED_UPLOADSin the file wp-config.php, set it totrueand upload images again.Peter
ModeratorHello Craig,
Thanks for reaching out.
You can re-save permalink settings by going to admin area > Settings > Permalinks > Permalink structure: Post name > Click Save and check the post again.
Peter
ModeratorHello,
Thanks for reaching out and for your feedback.
This issue has been escalated here https://support.metabox.io/topic/critical-error-7/
the development team fixed the issue and it will be included in the next update of Meta Box AIO plugin.Peter
ModeratorHello,
I import the field group "E-Learning Kurse Child" to my demo site, edit a post and save the field "Menu Sortierung" with a test number. The value is saved to the database as well without any issues.
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look. -
AuthorPosts