Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi Will,
Did you try to use the helper function
rwmb_get_field_settings()to get the field/subfield setting? Please read more on the documentation https://docs.metabox.io/functions/rwmb-get-field-settings/Long Nguyen
ModeratorHi Lee,
The remote validation only supports passing the current field value to the callback function. You can compare it with another field value that is getting from the database via the function
get_post_meta().July 27, 2022 at 8:11 AM in reply to: WYSIWYG Default to Visual Tab (Currently Defaults to Text) #37226Long Nguyen
ModeratorHi,
It looks like WordPress saves the last action of the user with the tab of the WYSIWYG field (include the content in Classic editor mode). You can try to switch to the tab Visual, save the post and check this field with another post/post type.
Btw, you can try to use this filter hook to change the default tab
wp_default_editor
https://developer.wordpress.org/reference/functions/wp_default_editor/Long Nguyen
ModeratorHi,
Yes, when I use the helper function
rwmb_meta()to output the field value, the<p>tag is included as well.Long Nguyen
ModeratorHi John,
Meta Box is also supported filter hooks to modify the field value before outputting but in the Oxygen builder, it is based on whether the builder supports the filter or not.
https://docs.metabox.io/filters/rwmb-meta/I recommend contacting Oxygen support to ask for help with this case.
July 26, 2022 at 10:37 PM in reply to: Major Crash on Dev rebuilding and copying and pasting pages using Swiss Knife #37219Long Nguyen
ModeratorHi,
Thanks for reaching out.
You can follow this documentation to know how to export the code that creates the custom fields, settings page, relationships ... from the builder to the PHP code or JSON file
https://docs.metabox.io/extensions/meta-box-builder/#getting-php-code
https://docs.metabox.io/extensions/meta-box-builder/#export--importAnd please note that it does not help to export the field value that is saved to the database. You will need another plugin to export/import the field value.
July 26, 2022 at 10:28 PM in reply to: Wrong "Category" items showing up in a totally different CPT #37216Long Nguyen
ModeratorHi,
Please understand that the Plural/Singular name of the taxonomy can be the same but the slug is different. WooCommerce product category has the same Plural name as the Post category but has a different slug
product_cat. You can see it in the URL https://monosnap.com/file/oO8j6PCtT9wMyTDlvwyGDxoDXgT4EHLong Nguyen
ModeratorHi,
It is based on whether the map library supports the style or not. For the OSM, you can refer to this documentation https://ej2.syncfusion.com/documentation/maps/providers/map-provider/
Long Nguyen
ModeratorHi John,
Please follow the PHP documentation to know how to format PHP value https://www.php.net/manual/en/function.number-format.php
Long Nguyen
ModeratorHi,
Thanks for more information.
I've escalated this issue to the development team to fix it in the next update.
Long Nguyen
ModeratorHi Josh,
Can you please share the full error message on your site? It will help us to find where the problem is.
July 26, 2022 at 5:32 PM in reply to: โ Updating Product Custom Fields using the REST API won't work #37205Long Nguyen
ModeratorHi,
If the custom fields are created by Meta Box, please use the Rest API v2 to update the field value. Please read more on the documentation https://docs.metabox.io/extensions/mb-rest-api/
The Rest API v3 is used to update the fields of WooCommerce version 3.5 or later. Please read more here https://woocommerce.github.io/woocommerce-rest-api-docs/#introduction
Long Nguyen
ModeratorHi,
For the field
taxonomy_advanced, you can use the optionQuery argswhen creating the field. Please check this screenshot https://monosnap.com/file/NNHNgCptbMDgJ59nWkpW6Ubr70SvL8Long Nguyen
ModeratorHi,
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a closer look.July 26, 2022 at 1:04 PM in reply to: โ Subfields not displaying within Oxygen Custom Field/Meta Options #37201Long Nguyen
ModeratorHi Peter,
The Oxygen team has created the integration with Meta Box and MB extensions. Please contact Oxygen support to get more details.
Thanks.
-
AuthorPosts