Forum Replies Created
-
AuthorPosts
-
March 14, 2023 at 5:48 PM in reply to: [Bug] Setting/Changing Context For Meta Box Not Working Correctly #41001
Peter
ModeratorHello,
Since WordPress new version supports re-ordering the meta box (drag, drop or using the arrow buttons) and saving the order to the user meta, the context will not work after you save the post at once. It will work the first time you create the relationship or field group.
Peter
ModeratorHello,
Does that mean you are using the plugin Classic Editor? If yes, please contact the plugin support to get further assistance. Or follow this topic to use the custom code https://wordpress.stackexchange.com/questions/174079/remove-quicktag-buttons-but-not-visual-text-editor-and-tabs
Peter
ModeratorHello,
It could be a conflicting issue with another plugin or the theme. Please try deactivate all plugins, leave Meta Box, MB AIO activated and switch to a standard theme of WordPress and check this issue again.
Peter
ModeratorHello,
Currently, it is not possible. MB Blocks only supports adding custom fields for each block created by Meta Box.
Peter
ModeratorHello,
As I can see in the field settings, the field value will not be saved to the database because
save_fieldis set tofalse. Please read more on the documentation https://docs.metabox.io/field-settings/[ 'name' => __( 'Dog Name', 'your-text-domain' ), 'id' => $prefix . 'dog_name', 'type' => 'text', 'required' => true, 'save_field' => false, // here ],In the builder, please enable the option
Save field valuein the tab Advanced, screenshot https://monosnap.com/file/Kzg6AMQGJOFtcT5HfciPbFQGrWk8UkPeter
ModeratorHello Philipp,
The value and label of the choice look correct, I do not see any issue on my demo site, please check these screenshots
https://monosnap.com/file/7ok4j6TZq9blKpdBafUaRkuOkenc9u
https://monosnap.com/file/i8PIgUKw19SEKpdStgwv6IFt2OQMkTPeter
ModeratorHello Michael,
I think it is possible. But you need to use the code to render the shortcode in a WYSIWYG field value. And I'm not sure if the Bricks builder can help this case, you can contact their support for more information. Please read more on the documentation https://docs.metabox.io/fields/wysiwyg/#template-usage
March 13, 2023 at 7:23 PM in reply to: CSS of a View inside another view does not get rendered #40984Peter
ModeratorHello Jim,
I do not see that issue on my demo site. Can you please share some screenshots of the View content on your site and the page URL where the shortcode is rendered?
March 13, 2023 at 7:03 PM in reply to: Add option ajax.delay into Select2 select_advanced & taxonomy #40983Peter
ModeratorHello,
I'm asking the development team if there is a way to use the ajax delay with an object field (post/term) and get back to you later.
Thanks.
Peter
ModeratorHello Scott,
Actually, the block category is saved, you can check it when editing the post but somehow the selected category is not displayed after saving the field group. I've escalated this issue to the development team to fix it in the next update. Thanks.
Peter
ModeratorHello there,
Yes, it is possible to create a registration form with MB Frontend Submission. But you will need to create some custom code to process the data input and create a user from the given data. Please read more on the documentation https://developer.wordpress.org/reference/functions/wp_create_user/
https://docs.metabox.io/extensions/mb-frontend-submission/#form-hooksOr using the standard feature of the plugin MB User Profile, which has a built-in registration form with a shortcode. Please read more here https://docs.metabox.io/extensions/mb-user-profile/
Peter
ModeratorHello there,
Thanks for your feedback. I also see that issue on my end, it shouldn't be a expected behavior. I've escalated this issue to the development team to fix it in the next update.
Peter
ModeratorHello there,
Can you please share the PHP code generated from those field groups on your site? Please use this tool to share the code https://pastebin.com/
You can also try to change the field ID todog_name1and see if it helps. Refer to the documentation to get PHP code https://docs.metabox.io/extensions/meta-box-builder/#getting-php-codePeter
ModeratorHello Jean,
You can set the editor option
quicktagstofalseto remove the Text tab in the WYSIWYG field. If you are using the Meta Box builder, please check this screenshot https://monosnap.com/file/fYqCyD7ERGP6FZG6HC7ve6VFpP1benand read more on the documentation https://docs.metabox.io/fields/wysiwyg/#settings
Peter
ModeratorHello Jean,
You can try to use a field
custom_htmlorheadingin a field group to make a difference from each other. Please read more on the documentation
https://docs.metabox.io/fields/custom-html/
https://docs.metabox.io/fields/heading/ -
AuthorPosts