Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi,
Can you please share all the code that creates the meta boxes and conditional logic on your site? I've tested on my site with this code https://pastebin.com/c4t6gvQB
but do not see any issue.I found a commit that relates to this issue https://monosnap.com/file/a5npoXPcAe7FdWAhLahlpfUGXn2xrT
Do you use Oxygen builder on your site?February 23, 2022 at 5:49 PM in reply to: select_advanced search in custom fields of custom table? #34075Long Nguyen
ModeratorHi Paul,
If you want to search the post by custom field value stored in the custom table, please follow this documentation https://docs.metabox.io/extensions/mb-custom-table/#query-posts-with-wp_query
You might need to create AJAX to call a PHP function to process the field value and return the post.
Long Nguyen
ModeratorHi Yasmine,
If you are using the builder, you can share the code that creates meta box (field group) and custom fields on your site. I will help you to indicate the meta box ID.
https://docs.metabox.io/extensions/meta-box-builder/#getting-php-codeLong Nguyen
ModeratorHi,
Here is the screenshot with the Classic Editor https://monosnap.com/file/HCiYXKRQvcrNOiUMmobUHmjFHe13wz
February 23, 2022 at 9:29 AM in reply to: The Tabs extension does not work in a custom block. #34067Long Nguyen
ModeratorHi,
Thanks for your feedback.
I will inform the development team to fix this issue in the next update.
Long Nguyen
ModeratorHi Petr,
- Meta Box does not support editing the connection post when editing a post. Just select to set the connection.
- The same in #2. Admin column does not work with group field.
- Save field value in the custom table helps you to query posts by predefined value, it's a little bit different from a regular WP query. Please read more on the documentation https://docs.metabox.io/extensions/mb-custom-table/#query-posts-with-wp_query
- "Clone as multiple" setting helps you to query post by cloneable field's value. Please read more here https://metabox.io/introducing-clone-as-multiple-feature/
But in general, you should not usegroupfield to query posts. It should use to store value and get it when you have the post ID.If you create all terms as CPTs, you can follow this documentaiton to create nested query https://docs.metabox.io/extensions/mb-relationships/#nesting
Long Nguyen
ModeratorHi Ole,
I do not see that issue on my end, screenshot https://monosnap.com/file/47F952oVdbV0VVWPquf00xhRE1KAnv
Please try to deactivate all plugins except Meta Box, MB extensions and switch to the standard theme of WordPress to re-check the issue.
February 23, 2022 at 8:35 AM in reply to: ✅Allowing the elementor Integrations for more Addons than just Elementor Pro #34062Long Nguyen
ModeratorHi,
Thank you for your suggestion. You can create a new feature request here https://metabox.io/contact/, I will forward it to the development team to see if we can do something from our side. Anyway, we don't promise or guarantee future support.
Long Nguyen
ModeratorHi,
In case of using Oxygen Builder, please reach out to them if you have any issues with installation, configuration, compatibility, or usage.
Refer to our support policy https://support.metabox.io/topic/support-policy/Long Nguyen
ModeratorHi Sam,
Meta Box does not support registering a custom post status. You can follow the WordPress documentation to create a new one with coding https://developer.wordpress.org/reference/functions/register_post_status/
Long Nguyen
ModeratorHi,
There is no option to display the child term by default or mark the parent term with a specific character. I will inform the development team to consider supporting this case in future updates.
Long Nguyen
ModeratorHi Cees,
No need to set up the order when querying to get connected posts. MB Relationships helps you to display posts with the order as on the backend. Here is the sample code https://docs.metabox.io/extensions/mb-relationships/#getting-connected-items
Long Nguyen
ModeratorHi Petr,
Thanks for reaching out.
You can create 3 custom taxonomies or 3 CPTs (term, place, attendee) as the term of the course. With MB Relationships you can create relations and connect between them easily.
There is one note, for option 2. The
groupfield type is used for storing data, not for querying. So in case you need to query posts by taxonomy in a group, it is very hard to do. You can read more here https://metabox.io/create-group-of-custom-fields-with-meta-box-group/Long Nguyen
ModeratorHi Ole,
Can you please share some screenshots of the issue?
Long Nguyen
ModeratorHi Janos,
The main aim of Gutenberg is to allow users to edit the entire page and manage sections through blocks. So there isn't an option to use Gutenberg as a WYSIWYG editor like that.
-
AuthorPosts