Forum Replies Created
-
AuthorPosts
-
August 29, 2025 at 10:13 PM in reply to: Table not being created, post edits not writing new data to table #48865
Peter
ModeratorHello Michael,
Thanks for reaching out.
I test to import the field group to my demo site and see the same issue, the custom table is not created automatically. If I create a new field group with a new custom table, it works properly.
I'm going to escalate this issue to the development team and I will get back to you when I have more information.
Peter
ModeratorHello,
Thanks for reaching out.
Can you please let me know if the field value in the template code is output correctly? Supporting the customization code is beyond our scope of support. We will focus on the issue related to Meta Box only.
Peter
ModeratorHello,
Please copy your site to a staging site and share your staging site credentials (wp-admin and FTP) by submitting this contact form https://metabox.io/contact/
I will take a look.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-tabsAugust 28, 2025 at 10:47 PM in reply to: Cloneable Group Data Not Displaying in Backend Edit Screen #48854Peter
ModeratorHello CMClark,
Can you please enable the option "Save field value" for each subfields and recheck the issue?
screenshot https://imgur.com/kwc83gmAugust 28, 2025 at 9:58 PM in reply to: rwmb_{$field_id}_after_save_field for Image (multiple) #48849Peter
ModeratorThanks for sharing the solution, Roland.
Peter
ModeratorSorry, but is there any chance you read my reply above? Please try to deactivate all plugins except Meta Box plugins, switch to a WordPress theme (like 2025) and recheck this issue.
Thanks.
Peter
ModeratorHello,
MB Views works like a template engine, you should use a function that returns a value to output the value in the template.
Refer to the documentation https://docs.metabox.io/extensions/mb-views/#running-php-functionsIf you are not familiar with this, you can add the
<br>or<p>tag to the textarea field to show the linebreaks or paragraph in the frontend as I mentioned above.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
-
AuthorPosts