Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
The last version of Meta Box AIO was released on Aug 21 and it doesn't include the fix for the issue reported on Aug 22. Please wait for the next update of the Meta Box AIO plugin.
Thanks.
Peter
ModeratorHello,
I test to use the custom code to set the custom avatar on my demo site with Meta Box AIO 3.0.1 and Meta Box 5.10.13 but I don't see any errors.
Can you please try to deactivate all plugins except Meta Box plugins, switch to a WordPress theme and recheck this issue?Peter
ModeratorThanks for sharing the link. Since it isn't an issue with Meta Box, I'm going to close this topic here.
Peter
ModeratorHello,
You can try to add the
<br>or<p>tag to the textarea field to show the linebreaks or paragraph in the frontend.
Or use the PHP function to add paragraphs to the text<?php $value = rwmb_meta( 'field_id' ) ?> <?= wpautop( $value ) ?>Following the documentation https://docs.metabox.io/fields/textarea/#template-usage
Peter
ModeratorHello,
Do you try to deactivate the single plugin Meta Box and recheck the issue?
Peter
ModeratorHello,
The problem could be related to columns. Please ensure that the total number of columns of fields in a tab is 12 or a multiple of 12 to prevent this issue.
Refer to the documentation https://docs.metabox.io/extensions/meta-box-columns/
and check this screenshot https://imgur.com/6P5yo4JPeter
ModeratorHello there,
Thanks for reaching out.
Do you mean the editing page is split into 2 horizontal parts? If you create field groups (meta boxes) with Meta Box plugin, you can set the
contexttosideto display the meta box in the right sidebar of the editing page.
Refer documentation https://docs.metabox.io/creating-fields-with-code/Another way, you can click on the up/down arrow in the meta box on the editing page to move the meta box to the sidebar or back to under the content. Please check this screen record https://imgur.com/385Fued
Peter
ModeratorHello,
I've forwarded this ticket to the development team to check the issue with Object Cache. I will let you know if I have more information.
Thank you.
Peter
ModeratorHello,
Thanks for reaching out.
The tab field must be added first or moved to the top of a field group. Then you can add other custom fields below a tab to show them in that tab on the editing post page.
Please check this screenshot https://imgur.com/Tb0mxsJ
and follow the documentation https://docs.metabox.io/extensions/meta-box-tabs/#creating-tabsPeter
ModeratorHello,
Thanks for reaching out.
Do you use the single plugin Meta Box on your site? If so, you can deactivate the single plugin Meta Box and use only one plugin Meta Box AIO, to get all features of Meta Box plugins.
Peter
ModeratorHello Eddy,
Thanks for the details.
Can you please ask them to share more details about the compatibility with Object Cache? I will also inform the development team to research this and let you know if I have more information.
Peter
ModeratorHello Tanja,
Thank you for your feedback.
I can reproduce the issue with the default value for radio field on my local site and I've escalated it to the development team. The fix for this issue should be included in the next update of Meta Box plugins.
August 22, 2025 at 9:41 PM in reply to: Posts created through Make don't get stored in custom table, still in postmeta #48809Peter
ModeratorHello,
Whether the custom fields are stored in postmeta or custom table, isn't that a Metabox matter?Yes, the custom field value stored in a custom table is a Meta Box matter, but does it work with the standard WordPress editor?
If it doesn't work with Make, I'm not sure how Make works with WordPress. Maybe it inserts/updates the post data and custom field via Rest API and it isn't compatible with MB Custom Table functions.If it is possible, please setup a clean environment and share the information via this contact form https://metabox.io/contact/
I will inform the development team to check it and see if we can improve something from our side.Thanks.
Peter
ModeratorHello,
I check your client login page and see the reCaptcha is working well, don't see any issues with it. Can you please contact Google reCaptcha support and ask them to provide more information?
August 21, 2025 at 10:18 PM in reply to: PHP Warnings that cause server php error log filled up #48803Peter
ModeratorHello,
Thanks for the details. I will forward this error to the development team to check and improve the code in future updates.
Let me know if you have any questions. -
AuthorPosts