Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
You should follow the suggested format of the option when creating them:
value: Label. I think you only add the option like this:0-12 13-17 18-59Now please change it to:
0-12: 0-12 (children) 13-17: 13-17 (teenagers) 18-59: 18-59 (adults)and see if it helps.
May 4, 2023 at 5:32 PM in reply to: ✅Using show/hide conditional logic with Builder - takes over 1 minute to show #41700Peter
ModeratorHello,
Please try to disable all plugins except Meta Box, MB AIO and switch to a standard theme of WordPress then check the issue again.
If you still see that issue, please export the field group to a JSON file and share it here. I will import it to my local site and take a look.
Refer to documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import
May 4, 2023 at 7:54 AM in reply to: How to add a simple Number field in a Metabox Block with MB Builder? #41695Peter
ModeratorHello Dave,
Can you please share some screenshots of the issue on your site? And export the field group to a JSON file then I will import it on my local site and check the issue.
In the builder, you can use the Number field or Text field with validation to create a number field. Please follow the documentation
https://docs.metabox.io/validation/
https://docs.metabox.io/extensions/meta-box-builder/#export--importPeter
ModeratorHello,
For the second issue, you are using the Bricks builder to build the single menu page. So please contact Bricks builder support to ask for further assistance. Refer to our support policy
https://support.metabox.io/topic/support-policy/?swcfpc=1
https://docs.metabox.io/compatibility/May 4, 2023 at 7:36 AM in reply to: Populate Autocomplete Field with saved data from Database #41693Peter
ModeratorHello,
If you use the custom table of Meta Box, the value will display automatically when you edit a post. If you use your custom table, you can try to use the filter
rwmb_{$field_id}_field_metato change the field value before displaying it in the editing form.Please read more on the documentation
https://docs.metabox.io/extensions/mb-custom-table/
https://docs.metabox.io/filters/rwmb-field-meta/Peter
ModeratorHello,
Please share your site credentials via this contact form https://metabox.io/contact/
and a screen record of the issue. I will take a look.Peter
ModeratorHello,
I see you are using a group field to store taxonomy values. Please notice that, using the group field to store values, not for queries. It's very hard to query posts/users by a subfield inside a group, you need to put the taxonomy field as a top field and do query users then.
Please read more on the documentation https://metabox.io/create-group-of-custom-fields-with-meta-box-group/?swcfpc=1#how-does-the-meta-box-group-save-data
May 4, 2023 at 7:20 AM in reply to: ✅Theme code is wrong about a File Advanced field within a Group #41690Peter
ModeratorHello Adrien,
I do not see the PHP error message on my local site. Please use the code below to print out the group value and share the value here. You can also export the field group to a JSON file and share it with me. I will take a look.
echo "<pre>"; print_r( $group ); echo "</pre>";May 2, 2023 at 7:22 PM in reply to: Taxonomy fields, add new function and using them in a group #41682Peter
ModeratorHello,
1. The Add New feature of the taxonomy, taxonomy_advanced field does not work in a group field. I will inform our development team to fix this issue in future updates.
2. Meta Box only supports adding 1 new term per saving post.
3. It could be a feature request, I will inform our development team to consider supporting it in future updates.
Peter
ModeratorHello,
You can try to follow this tutorial to increase the PHP setting
max_input_varsto fix the issue
https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/Let me know how it goes.
Peter
ModeratorHello,
The dashboard page of the frontend submission plugin does not support a dropdown menu to select a post like that. All posts will be listed in a table and there is a button to edit the post on another page. Please read more on the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#user-dashboard
Peter
ModeratorHello,
I think you can follow this article to get image dimension with a PHP function https://www.geeksforgeeks.org/php-getimagesize-function/
Then use the remote validation to check the minimum dimension of the image on your own https://docs.metabox.io/validation/
May 1, 2023 at 5:06 PM in reply to: ℹ️Feature Request: List Active Views in the Top Bar (like in Toolset or GP) #41669Peter
ModeratorHello,
It sounds like the activate templates of Elementor on a page, is that right? That could be a good feature request.
April 30, 2023 at 7:54 AM in reply to: Meta Box License Warning On Plugin Activation with MB Bundled #41661Peter
ModeratorHello,
Defining the license key in a file under the plugin folder will not work. I will inform the development team to support this case in future updates.
Peter
ModeratorHello,
The variable
author.IDdoes not display any value because the main query here is the post query, not the author query. You can follow the suggestion above to get the author ID of a post https://support.metabox.io/topic/relationship-working-on-author-page-but-not-post/?swcfpc=1#post-41528and read more about the main query here https://docs.metabox.io/extensions/mb-views/#main-query
-
AuthorPosts