Forum Replies Created
-
AuthorPosts
-
January 5, 2023 at 7:43 PM in reply to: ✅Predefined Values for Textareas / HTML-Code for Textfield #40130
Peter
ModeratorHello there,
1. Do you mean to add the default value for the textarea field? Please read more on the documentation https://docs.metabox.io/field-settings/
2. To add the HTML tag to the text field, please bypass the sanitization. Read more on the documentation https://docs.metabox.io/sanitization/
3. Thanks for your feedback. I've escalated this issue to the development team to fix it in the next update.
January 5, 2023 at 7:28 PM in reply to: ✅Shortcodes (from other plugins) not rendering in Metabox fields #40129Peter
ModeratorHello,
Yes, if you use the textarea field and add the shortcode, you need to bypass the sanitization to save the value. Then you can render the shortcode as well as WYSIWYG field.
Please read more on the documentation https://docs.metabox.io/sanitization/
Peter
ModeratorHi,
Thanks for your feedback.
I will inform the development team to consider creating a template for the confirmation page then you can override it as well.
Peter
ModeratorHello,
I've created a feature request for the development team. They will consider supporting this in future updates and I will inform you when I have any information.
January 4, 2023 at 11:52 PM in reply to: ✅Insert connected post title for current item in a Query Loop #40121Peter
ModeratorHello,
I'm afraid that this case is beyond our scope of support. We do not support customization for your specific needs. If you have a compatibility case with another plugin, please contact them to get further assistance. Or you can request a custom development here https://metabox.io/contact/
Please read more about the support policy here https://support.metabox.io/topic/support-policy/
Peter
ModeratorHello there,
If you have a Brand CPT and Retailer taxonomy assigned to this Brand, then you don't need to use the MB Relationships extension because they have the standard relation of WordPress. MB Relationships helps you to create a relation between two objects that do not have a standard relation. For example: a relation between two CPTs (Brand and Post), two taxonomy (category and tag) ...
Hope that makes sense.
Peter
ModeratorHello David,
If you set the meta box style to Seamless, then the postbox header (meta box title) will be hidden. So how can you toggle the meta box on the sidebar?
The
closedclass is added by WordPress itself when a meta box is collapsed, it will be removed if the meta box is expanded.Peter
ModeratorHello,
It's the post/term/user object of WordPress. You can read more here https://developer.wordpress.org/reference/classes/wp_post/
As I said earlier (or another topic), you need to have a basic knowledge of PHP and WordPress coding to understand and use the full features of Meta Box.
Peter
ModeratorHello,
Sorry for the late reply, there are so many tickets on our system for the past few days.
Using the unpkg link is not violate GDPR compliance if you have a notice that what data you collect from the user/visitor (what do you think about GDPR concern if you use Google Analytic link on your site?). Besides that unpkg is using Cloudflare to deliver the package via CDN and Cloudflare rule is very strict about GDPR compliance so you don't worry about that.
January 3, 2023 at 10:38 PM in reply to: ✅Shortcodes (from other plugins) not rendering in Metabox fields #40108Peter
ModeratorHello there,
If you want to render the shortcode added to the WYSIWYG field value, please use the PHP code
echo do_shortcode( $field_value );Read more on the documentation https://docs.metabox.io/fields/wysiwyg/#template-usage
Peter
ModeratorHello,
Unfortunately, there is no feature or option of the Meta Box plugin that supports this case. You need to create some custom JS code on your own to do that.
Peter
ModeratorHello,
Please make sure you have the latest version of MB User Profile 2.1.0 then follow the documentation to know how to overwrite the templates of the plugin by using the templates in the theme folder.
https://docs.metabox.io/extensions/mb-user-profile/#email-templatesJanuary 3, 2023 at 10:20 PM in reply to: MB geolocation google address autocomplete not working with conditional logic #40104Peter
ModeratorHello,
Can you please export the field group to a JSON file? I will try to import it to my demo site and try to investigate the issue.
Please read more on the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importPeter
ModeratorHello,
Currently, there is no option or filter hook to change the cookie expiration. I will inform the development team to consider supporting a filter hook to change this.
Thanks.
Peter
ModeratorHello,
Please use the Dot or JSON notation to pass the array to a setting in the builder. Please read more on the documentation https://docs.metabox.io/extensions/meta-box-builder/#dot-notation
-
AuthorPosts