Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Kyle,
Do you see any Javascript error messages in the Console tab? Also, please export the field group to a JSON file, share it here and let me know how to see the issue. I will help you investigate the issue.
Peter
ModeratorHello,
Does Elementor support displaying an external image from the dynamic tag? If so, you can use this with the Meta Box field URL.
September 11, 2024 at 6:32 AM in reply to: metabox block category null in WP_Block_Type_Registry #46407Peter
ModeratorHello Nick,
I use your code to register a new block category and it appears in the custom block as well. Please check this screenshot https://imgur.com/6nXaoHr
echo "<pre>"; var_dump( WP_Block_Type_Registry::get_instance()->get_all_registered() ); echo "</pre>";Peter
ModeratorHello,
The PHP code always runs in the admin area background to check the validation. If you want to use the PHP validation, you should remove the condition
is_admin()in your code. Otherwise, I'm afraid that there isn't a way to support that case.Peter
ModeratorHello,
If you open the Inspect tool of the browser and check the HTML structure, the index 0 is added to the clone template. And the index 1 is added to the field where you input the value.
This is the new feature of the cloneable field, so please update your code accordingly.September 10, 2024 at 10:50 PM in reply to: Sorting on date in query loop fails in Bricks Builder #46400Peter
ModeratorHello Fredrik,
I'm afraid that it is really hard to do so. The group is used for storing data (sub-fields value) not for querying by sub-fields (sort or filter) value because the value of the group saved in the database is a serialized array.
See more at https://metabox.io/create-group-of-custom-fields-with-meta-box-group/#how-does-the-meta-box-group-save-data.You should use the top field for sorting or filtering the post.
September 10, 2024 at 10:36 PM in reply to: โ Select_tree with attribute required true not works #46399Peter
ModeratorHello Alex,
This issue has been fixed in this commit https://github.com/wpmetabox/meta-box/commit/a12832ec2282cd854eb14d2bb25b98915118db07
and it will be included in the next update of Meta Box.September 9, 2024 at 11:33 PM in reply to: Filtering admin view of CPT by Relationship to another CPT #46388Peter
ModeratorHello Christopher,
Do you mean to display the "Show" post in a column of the table list? Please enable the admin column feature when registering the relationship, following the documentation https://docs.metabox.io/extensions/mb-relationships/#using-meta-box-builder
If not, can you please share some screenshots of the issue on your site?Peter
ModeratorYes, please use the new version to fix the issue. If you are still experiencing this with the new version, please let me know.
Peter
ModeratorHello Nick,
The filter hook
rwmb_frontend_validateis working in the background, when saving the post. So if you register the meta box in the frontend only, the config of the form is empty, that is expected.
If you want to validate the field in the frontend only with JavaScript, please use the Validation feature
https://docs.metabox.io/validation/Peter
ModeratorHello Nick,
Currently, we only support the latest version when installing the premium plugins via Composer, it is noted in the documentation:
The version of premium extensions specified in composer.json must be dev-master. We don't support version constraints for premium extensions yet. You always use the latest version.September 9, 2024 at 10:41 PM in reply to: โ Tabs for sets of custom fields across different CPTs #46382Peter
ModeratorHello,
It isn't possible to use tabs for multiple field groups, it can be used in one field group only.
September 9, 2024 at 10:09 PM in reply to: โ Problem after update to the most recent version #46378Peter
ModeratorHello,
Please update Meta Box and MB extensions to the new version and recheck the issue.
Let me know how it goes.
Peter
ModeratorHello,
Please update Meta Box and MB extensions to the new version and recheck the issue.
Let me know how it goes.
Peter
ModeratorHello,
Please update Meta Box and MB extensions to the new version and recheck the issue.
Let me know how it goes.
-
AuthorPosts