Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorOk, let me know if you have any questions.
Peter
ModeratorHello Keith,
MB Relationships doesn't support an option to set the max connection based on the taxonomy. I think it is possible but you need to create a custom code to do that. However, it is beyond our scope of support. You can contact an expert developer to help you in this case.
Peter
ModeratorHello,
Can you please share screenshots of the Meta Box menu in the admin area and the page Meta Box > Extensions?
If you use the plugin Meta Box AIO, please follow the documentation to enable extension MB Views.
https://docs.metabox.io/extensions/meta-box-aio/March 30, 2024 at 11:15 AM in reply to: front end submission for post type does not auto refresh permalinks #45068Peter
ModeratorHello Nick,
I make a test on my local site with your fields but don't see that issue, here is the screen record https://drive.google.com/file/d/1qXIh26Qf6S60XcZcUbVLUocVtPllBai7/view?usp=sharing
I also notice the setting
'post_types' => 'Product',the post slug should be in lowercaseproduct. Please correct the slug and try this again on a clean installation then see how it goes.March 30, 2024 at 10:44 AM in reply to: ✅Cannot Update CPT - Related to ACPT to MetaBox Transition #45067Peter
ModeratorHello Keith,
Currently, there isn't an option to move post types ACPT to Meta Box, however, you can re-create a post type with the same slug when using Meta Box to manage the post type.
Regarding the error, please open all tabs or collapsible groups and recheck the required fields. Mostly, the issue is related to a required field that is not filled in.
Peter
ModeratorHello Nick,
Please add a helper shortcode to a post content, check the output value in the frontend, use the filter hook and see how it works. Following the documentation
https://docs.metabox.io/shortcode/Peter
ModeratorHello,
There are some updates that change the builder structure and the old JSON file might not work with the new version. Can you please share the JSON file here? I will check if there is something we can do on our side.
Peter
ModeratorHello,
It's a code editor that allows you to add and execute the code in a specific template. Please follow the documentation step by step to use the View editor
https://docs.metabox.io/extensions/mb-views/Peter
ModeratorHello,
Please try to reproduce the issue on your staging site and share the credentials, I will take a look.
Regarding the field UI settings, I will inform the development team to consider supporting that feature in future updates.
Peter
ModeratorHello Lambert,
You should use the PHP function rwmb_meta() to output the field value in the post template. Please follow the documentation https://docs.metabox.io/displaying-fields-with-code/
Or use a page builder plugin to output field value in the builder https://docs.metabox.io/tutorials/builders/
March 28, 2024 at 10:37 PM in reply to: Taxonomy (Author) fields not showing on Custom Post Type preview #45053Peter
ModeratorHello,
The author won't show because you are in the main query of the post so the post properties will work like post.ID, post.title ...
If you want to get the taxonomy and custom fields (term meta) of the current post, you should use the WordPress function get_the_terms() to get the author and helper function
rwmb_meta()to get the author custom fields.Please follow the documentation
https://docs.metabox.io/extensions/mb-views/#main-query
https://docs.metabox.io/extensions/mb-views/#running-php-functions
https://docs.metabox.io/extensions/mb-term-meta/Peter
ModeratorHello Eugene,
It works well on my site. You can see the max_clone works when editing/creating a
posterpost, notticketpost.March 28, 2024 at 9:58 PM in reply to: ✅How to send an email with the labels and values of a cpt occurrence? #45051Peter
ModeratorHello Eddy,
There isn't an option or a built-in function to do so. You can refer to the frontend hook documentation to create custom code on your own to send an email after submitting the form
https://docs.metabox.io/extensions/mb-frontend-submission/#form-hooksPeter
ModeratorHello,
I've escalated this issue to the development team to check the issue with the checkbox tree field. I will get back to you later.
March 28, 2024 at 9:49 PM in reply to: Custom User Register Form - Errors Upon Validation Checks #45049Peter
ModeratorHello,
Please share your site credentials by submitting this form https://metabox.io/contact/
I will take a look. -
AuthorPosts