Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Chris,
All the settings look good. I don't see any issue with them. Please share your site admin account and FTP by submitting this contact form https://metabox.io/contact/
I will take a look.
Peter
ModeratorHello,
Thank you for your feedback.
I can confirm and reproduce the issue on my site. The plural and singular texts are text-encoded and Unicode-escaped, which causes the issue. I've escalated this issue to the development team to fix it in the next update of MB CPT extension.
September 11, 2025 at 8:53 PM in reply to: Image are not updating in the setting tab and custom fields #48972Peter
ModeratorHello Artur,
In case you are using Bricks Builder and encounter any issues with installation, configuration, compatibility, or usage, please reach out to them.
Refer to our support policy https://metabox.io/support/topic/support-policy/Thank you.
Peter
ModeratorHello Ole,
Thanks for reaching out.
What is the Meta Box Builder version on your site? Please update this plugin to the latest version 5.0.1 or use the plugin Meta Box AIO 3.0.1 and recheck the issue.
If it doesn't help, please share the import file with me. I will try to import it to my demo site and investigate the issue.
Peter
ModeratorHello Chris,
Thanks for reaching out.
I check the category (taxonomy) page and see it works well but doesn't show any associated posts. Can you please share the taxonomy listing page in the admin area? I think it is admin area > issue330 > topics.
I also suggest you follow some troubleshooting steps below and see if it helps:
- go to Settings > Permalinks > Re-save permalink.
- deactivate all plugins except Meta Box plugins, switch to a WordPress theme.Peter
ModeratorHello,
Thanks for your feedback.
I will inform the development team to consider supporting the feature include/exclude for custom fields in future updates.
Let me know if you have any questions.
Peter
ModeratorYes, I've imported the field group from your JSON code, but didn't see the issue. Please try to create a backup of your production site and re-import field groups to fix the issue.
Let me know how it goes.
Peter
ModeratorHello,
I'm afraid that there aren't other methods to get data from a custom table without ID. We also use the SQL query to get the data, please check this function
private static function query_get( int $object_id, string $table ): array { global $wpdb; $row = $wpdb->get_row( $wpdb->prepare( "SELECT * FROM $table WHERE <code>ID</code> = %d", $object_id ), ARRAY_A ); return is_array( $row ) ? $row : []; }file
/wp-content/plugins/meta-box-aio/vendor/meta-box/mb-custom-table/src/Cache.phpPeter
ModeratorHello Jayron,
Some strings in your screenshots are not generated in the POT file. I will inform the development team to generate a new POT file that has all translatable strings for translation.
Thank you.
Peter
ModeratorHello,
Thanks for reaching out.
If you don't want to load the fields and show/hide them based on the JS - conditional logic - you can use the extension MB Include Exclude which supports loading custom fields based on certain conditions.
Following documentation https://docs.metabox.io/extensions/meta-box-include-exclude/
Peter
ModeratorHello Lucid,
Thanks for reaching out.
Can you please export the field group to a JSON file and share it here? I will import it to my demo site and investigate the issue.
Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importPeter
ModeratorHello,
Thanks for reaching out.
You can use the SQL query to query data from the custom table based on some values. Refer to the documentation
https://docs.metabox.io/extensions/mb-custom-table/#query-posts-with-wp_queryPeter
ModeratorHello Kevin,
Thank you for your feedback.
I've escalated this issue to the development team to fix the issue with the new builder and custom field type. I will get back to you when I have more information.
Peter
ModeratorHello,
Thanks for reaching out.
The code is saved to the database so you can see the block works properly. But somehow the saved code doesn't show when reloading the field group page. I'm asking the development team to check the issue and I will get back to you soon.
September 8, 2025 at 10:03 PM in reply to: Bricks Dynamic Data & Nested Groups on a Settings Page #48946Peter
ModeratorHello Jayron,
Thanks for reaching out.
In case of using Bricks Builder, please reach out to them if you have any issues with installation, configuration, compatibility, or usage.
Refer to our support policy https://metabox.io/support/topic/support-policy/ -
AuthorPosts