Forum Replies Created
-
AuthorPosts
-
July 19, 2023 at 6:30 PM in reply to: What is better - tooltip or label description for frontend? #42657
Peter
ModeratorHello,
MB Frontend Submission does not support working Gutenberg blocks on the frontend. You can edit blocks in the admin area only.
And the tooltip will display next to the field label, not the label description.Peter
ModeratorHello,
It's already noted in the documentation https://docs.metabox.io/installation/#installing-extensions
Before installing extensions, make sure you installed and activated Meta Box, even if you use Meta Box AIO, MB Core, or solutions.I will also inform the development team to add a note on the My Account page also. Thanks.
Peter
ModeratorHello,
You can add the default value for the range field to display the numeric value if you want, screenshot https://imgur.com/3LCR4aO
July 19, 2023 at 6:09 PM in reply to: CustomTaxonomy - does not save number of records to display #42654Peter
ModeratorHello,
You can try to deactivate all plugins except Meta Box, MB extension plugins and switch to a standard theme of WordPress and recheck this issue.
Also, please try to register the custom taxonomy with code and see how it goes. Refer to the documentation https://docs.metabox.io/extensions/mb-custom-post-type/#getting-php-code-1Peter
ModeratorHello,
Because the function
get_current_user_id()returned the current logged-in user (you are) so you will see that issue. You need to replace that function with the user ID in the context or in the loop to display the user meta.Peter
ModeratorHello,
The custom model does not work with the
postfield to display a dropdown field to choose a model and save its ID. You will need to use theselectfield and create a custom function to generate options with a list of models.
Please read more about the pros and cons of the custom model in the documentation https://docs.metabox.io/extensions/mb-custom-table/#custom-modelsPeter
ModeratorHello,
It's the cloneable field and custom table, it is possible to have two cases like that. You can read more in the documentation
https://docs.metabox.io/cloning-fields/
https://docs.metabox.io/extensions/mb-custom-table/Peter
ModeratorHello,
Currently, we do not support creating a custom model with UI. You need to use the code to create a custom model by following the documentation https://docs.metabox.io/extensions/mb-custom-table/#custom-models
July 18, 2023 at 5:17 PM in reply to: How-to? Single relationship with 3 metaboxes for 3 sets of query vars #42625Peter
ModeratorHello,
So I understand you want to display the admin column for each
service-typeterm when aserviceis related to atherapistin the post list table of the CPTtherapist.
It's not possible with the current settings of MB Admin Columns and MB Relationships. You can try to create a custom admin column by following the documentation https://docs.metabox.io/extensions/mb-admin-columns/#custom-admin-columnsPeter
ModeratorHello,
Currently, it's not possible. Each field group is a post and will be saved to the table
wp_postsas a post typemeta-box. It works like other plugins like WooCommerce: order, coupon.
If you don't want to use the field group with UI, you can use the code to register custom fields. Refer to the documentation https://docs.metabox.io/creating-fields-with-code/Peter
ModeratorHello,
Please contact us here https://metabox.io/contact/
if you have a refund request.Peter
ModeratorHello,
You can use the filter hook
rwmb_normalize_{$field_id}_fieldto override the field settings. Please follow the documentation https://docs.metabox.io/filters/rwmb-normalize-field/Peter
ModeratorHello,
I'm afraid it isn't possible. The solutions are extra plugins for the Lifetime Bundle license.
July 17, 2023 at 10:42 PM in reply to: Relationships + FE Submission: Trying to create relationship programmatically #42609Peter
ModeratorThat's strange. If an "update" post is created, the variable
$post_idshould be the post ID. Please share your staging site admin account via this contact form https://metabox.io/contact/
I will help you to check the issue.July 17, 2023 at 8:34 PM in reply to: Relationship setup (following schema.org and Google rich snippets) #42607Peter
ModeratorHello,
If you don't want to sort or filter the post (person) by performer or organizer, just output the value, you can use the custom field instead of the taxonomy. Please read more in this article https://metabox.io/custom-fields-vs-custom-taxonomies/
-
AuthorPosts