Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Julie,
If you have a license issue, please contact us here https://metabox.io/contact/
our support team will help you to fix it.February 8, 2023 at 9:58 PM in reply to: ✅Change custom field column widths displayed through shortcode #40447Peter
ModeratorHello Sam,
I see you are using the
numberfield and it might not work correctly. Please use thetextfield and check this feature again.Peter
ModeratorHello Brandon,
Thanks for sharing the solution.
I see it is the correct way to filter the field value when outputting with the helper function rwmb_meta(). Refer to the documentation https://docs.metabox.io/filters/rwmb-meta/
February 7, 2023 at 11:18 PM in reply to: ✅Change custom field column widths displayed through shortcode #40438Peter
ModeratorHello Sam,
This option is available when you use the
textfield and it works correctly on my demo site in both backend and frontend (shortcode). Can you please share some screenshots of the issue on your site and share the site URL? I will help you to check the issue.Peter
ModeratorHello,
I've informed the development team to check this issue and I will get back to you when I have some information.
Peter
ModeratorHello Ben,
There is no option/feature to limit the number of boxes checked. It could be a feature request for this field. Meanwhile, you need to create some custom JavaScript code to do that.
Peter
ModeratorHello there,
Looking at your screenshot, I see the column Labels display one field value as well. So it could be an issue with other posts and other field values. Can you please share a screen record after you edit the second post and save the changes?
Also, please share the code that creates the custom fields and custom table on your site. If you are using the builder, please refer to the documentation https://docs.metabox.io/extensions/meta-box-builder/#getting-php-codeFebruary 7, 2023 at 10:26 PM in reply to: ✅Placing a custom field into woocommerce product inventory tab #40433Peter
ModeratorHello,
Currently, Meta Box does not support adding custom fields to the product data section of WooCommerce. You can try to use a third-party plugin to do that and also output the option on the frontend.
February 7, 2023 at 10:07 PM in reply to: Gutenberg Block with Relation does not work anymore #40432Peter
ModeratorHello,
If you view the block in the admin area, please remove this line in your code
$post_id = get_the_ID();If you view the block in the frontend, you can keep it.
If it still does not work, please share your site credentials (should be a staging site so I can make some tests there) to the contact form https://metabox.io/contact/, and let me know where I can find your code. I will take a closer look.
Peter
ModeratorHello,
If you are using the custom table, each custom field is a column and all field values of a post are saved to one row. So you can try to use an SQL query to get all field values associated with a post based on the provided post ID.
For example:
"SELECT * FROM your_table WHERE ID = { $post_id }"Please refer to the documentation https://docs.metabox.io/extensions/mb-custom-table/#query-posts-with-wp_query
Peter
ModeratorHello,
I think it is possible with Meta Box, but you will need to create a lot of code to do this job. Meta Box works like a framework and you can build your site in many ways with it but there are no prebuilt options to support every job. Instead of creating the code from scratch, you can consider using a third-party member or management plugin.
Peter
ModeratorDuplicate topic https://support.metabox.io/topic/is-this-possible-in-metabox/?swcfpc=1
I mark this one as Resolved.Peter
ModeratorHello Mats,
If you have a license issue, please submit a ticket here https://metabox.io/contact/
Our support team will help you to check this.February 6, 2023 at 11:09 PM in reply to: ✅Google Map Field attached to User Profile not updating #40414Peter
ModeratorHello Suzanne,
The Google map field saves the location in the following format
latitude,longitude,zoom(you can also check it in the database). You can contact WS Form to ask them which data format is processed after submitting the form. Then you can use the function rwmb_set_meta() or update_user_meta() to set/update the field value with the correct format.Please read more on the documentation
https://docs.metabox.io/fields/map/#data
https://docs.metabox.io/functions/rwmb-set-meta/
https://developer.wordpress.org/reference/functions/update_user_meta/Peter
ModeratorHello,
Yes, please also check this documentation https://docs.wpslimseo.com/slim-seo/facebook-open-graph-tags/
if you have any questions relate to Slim SEO, please submit a ticket here https://wpslimseo.com/my-account/support/
-
AuthorPosts