Forum Replies Created
-
AuthorPosts
-
Peter
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
Peter
ModeratorHello,
Temporarily, you can switch to the tab Text to add the value to the WYSIWYG field.
April 28, 2023 at 8:44 PM in reply to: ✅Select Field: Displaying Choices with Colons not working #41652Peter
ModeratorHello Philipp,
The format of the choice is
value: Labeland we should follow the format to make the value save to the database correctly and when outputting the value.You can create a choice like that
b: Choice: BPeter
ModeratorHello,
Thanks for your feedback.
It's the design in the free version from the start and has not changed for years. If you have a premium extension, please activate it with Meta Box and you can see the menu.
I will also inform our development team to consider changing the design of the free version if needed.
-
AuthorPosts