Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Can you please share some screenshots of the issue on your site? Please try to deactivate all plugins except Meta Box, MB extensions and switch to a standard theme of WordPress and recheck this issue.
March 14, 2023 at 6:40 PM in reply to: How do I display an image custom field on Author pages? #41008Peter
ModeratorHello,
Currently, the field image_upload does not work with the Beaver Builder, you can try to use the field single_image as I said above. If you want to use the shortcode, please remove the attribute URL.
[rwmb_meta id="m_boatimage" size="full"]Peter
ModeratorHello,
I'm not sure what happens on your site, this setting does not affect by updating to the new version. But glad to see it works. Let me know if you have any questions.
Peter
ModeratorHello,
The PHP error is fixed in this commit https://github.com/wpmetabox/meta-box-beaver-themer-integrator/commit/dfc69ec210c3dbc6ec659f1d84202827b5b78dcb
It will be included in the next update of the plugin MB Beaver Builder Integration. Thanks.
Peter
ModeratorHello,
Currently, this feature is not available. It's not possible to select the post meta with the relationship. I will add this topic to the feature request as a vote. Hopefully, it will be available soon.
Thanks.
March 14, 2023 at 6:08 PM in reply to: GeneratePress Conditional Sidebars in Taxonomy Archives with mb.get_sidebar() #41003Peter
ModeratorHello,
You can use the function
get_sidebar()to get many sidebars on a page as you want, just pass the sidebar name to the function. For example:get_sidebar( 'left-sidebar' ) <content here> get_sidebar( 'right-sidebar' )please contact theme support to get the correct sidebar name. And read more on the documentation https://developer.wordpress.org/reference/functions/get_sidebar/
Peter
ModeratorHello,
You can pass the post (service) ID to the third parameter to display the field settings anywhere on. your site. For example:
rwmb_get_field_settings( 'cars', '', 123 )where 123 is the service ID.
Please read more on the documentation https://docs.metabox.io/functions/rwmb-get-field-settings/#arguments
March 14, 2023 at 5:48 PM in reply to: [Bug] Setting/Changing Context For Meta Box Not Working Correctly #41001Peter
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?
-
AuthorPosts