Forum Replies Created
-
AuthorPosts
-
Peter
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/Peter
ModeratorHello,
Currently, there is no option to add the placeholder to the search box. The placeholder field setting supports displaying the text before selecting the value as in your screenshot. I will inform the development team to consider supporting this feature in future updates. Thanks.
Peter
ModeratorHello Sean,
You can use the FacetWP to filter the post by custom fields created with Meta Box, but it works with the top field only. For the subfields in a group, the filter does not work. So for the product variation in the series https://metabox.io/series/product-variations/, it's not possible.
Please read more on the documentation https://docs.metabox.io/extensions/meta-box-group/
March 11, 2023 at 9:04 AM in reply to: How do I display an image custom field on Author pages? #40953Peter
ModeratorHello,
Can you please let me know which image field type you are using? You can try to use the field single_image, and use the helper shortcode [rwmb_meta] to display the image field. Please read more on the documentation
https://docs.metabox.io/fields/single-image/
https://docs.metabox.io/shortcode/Peter
ModeratorHello,
Thanks for your additional information.
I've escalated this issue to the development team to fix it in the next update. Currently, it might not affect any function of the Meta Box plugins on your site.
March 10, 2023 at 10:35 PM in reply to: ✅Populate Select Advanced Field With Data From WP_Query #40947Peter
ModeratorHello,
If you can create an ajax call to get the query data, please append the value to the option list by using jQuery. The [options] field setting is loaded on page load so if you put your code there, it will not work as expected. Please refer to this topic https://stackoverflow.com/questions/17384705/updating-list-of-select-options-using-jquery-and-ajax
-
AuthorPosts