Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
You can read more about post templates in the WordPress documentation https://developer.wordpress.org/themes/template-files-section/post-template-files/
If you are not familiar with coding and want to apply the code on your site, please contact Breakdance support and ask for implementing the code.
Or contact us here https://metabox.io/contact/, our development team will help you with an extra fee.
Peter
ModeratorHello Johnson,
Please export the field group to a JSON file and share it here. I will import the field group to my demo site and check the issue.
Read more in the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importAugust 9, 2023 at 5:30 PM in reply to: WYSIWYG Custom Field Code Being Sanitized Even With Sanitization Off #42856Peter
ModeratorHello,
I've escalated this issue to the development team to check it and I will let you know if I have any information. I see the same issue when editing the product description of WooCommerce, screen record https://imgur.com/k5FM17R
However, it is still displayed as well in the frontend if you use the helper function
rwmb_meta()to output the field value. If you have an issue when using Bricks builder, please try to contact their support to get more info.August 8, 2023 at 10:00 PM in reply to: ✅issue using rwmb_frontend_dashboard_delete_action filter to remove delete icon #42848Peter
ModeratorHello,
Thanks for your feedback.
I also see that issue on my demo site. I've escalated this issue to the development team to fix it in the next update.
Peter
ModeratorHello,
Please share the page that has the frontend submission form on your site, I will take a closer look.
Besides that, do you use any custom code to customize the form? You can try to create a new page and put the simple shortcode to the page content
[mb_frontend_form post_fields='title,content']and recheck the issue on this page.August 8, 2023 at 9:22 PM in reply to: Published Group Skins not displaying in Elementor MB Group element #42844Peter
ModeratorHello,
I test this feature again on my demo site but do not see any issues. You can try to create a new group skin and add some value to the post then check this issue again.
Also, please try to deactivate all plugins except Meta Box, MB extension plugins and switch to a standard theme of WordPress and see if it helps.August 8, 2023 at 9:06 PM in reply to: ✅500 server error when posting data containing non-existent fields #42842Peter
ModeratorHello,
Thanks for your feedback.
I will inform the development team to consider improving this case in future updates.
August 8, 2023 at 9:02 PM in reply to: Image upload: validation message on max file size + finish uploading #42841Peter
ModeratorHello,
1. No, there is a description in the documentation https://docs.metabox.io/fields/file-upload/
MIME type of files which we want to show in the Media Library. Note: this is a filter for items in the media popup, it doesn't restrict file types when uploading.2. Just the extension. Here is an example:
'mime_type' => 'application,audio,video,jpeg'Peter
ModeratorHello,
In Meta Box, the class is
rwmb-seamless. You can use this CSS code for example:.postbox:not(.rwmb-seamless) .rwmb-field .rwmb-label { display: none; }August 7, 2023 at 10:00 PM in reply to: Is it possible to get all post MB field values in call? #42831Peter
ModeratorHello Rob,
You can use the function
rwmb_get_object_fields()to get all custom fields of an object (post, term, settings page). Refer to the documentation https://docs.metabox.io/functions/rwmb-get-object-fields/August 7, 2023 at 9:54 PM in reply to: Image upload: validation message on max file size + finish uploading #42830Peter
ModeratorHello,
Please use the field
file_uploadand its feature Binding events to display a message when a file is uploaded or when an error occurs.
https://docs.metabox.io/fields/file-upload/#binding-eventsAugust 7, 2023 at 9:39 PM in reply to: ✅500 server error when posting data containing non-existent fields #42828Peter
ModeratorHello,
MB Rest API only works with the custom fields created by Meta Box. You should update the field
testonly. Follow the documentation https://docs.metabox.io/extensions/mb-rest-api/August 5, 2023 at 7:34 PM in reply to: Custom Post Type: "Quick Edit" changes the owner to the current logged in user #42822Peter
ModeratorHello,
Please try to deactivate all plugins except Meta Box, MB extension plugins and switch to a standard theme of WordPress then check this issue again.
Peter
ModeratorHello,
I think you have the same issue on this topic https://support.metabox.io/topic/custom-field-color-picker-on-category-dd-says-empty-but-its-not/
You should pass the term ID to the third parameter of the helper function
rwmb_meta()to get the term meta value. If you use the Bricks builder to output the value and it does not work, please contact Bricks support to get more information.Peter
ModeratorHello,
You may need to use the plugin MB Revision, please follow the documentation https://docs.metabox.io/extensions/mb-revision/
-
AuthorPosts