Forum Replies Created
-
AuthorPosts
-
Peter
Moderator@Arno: Thank you for your suggestion, I inform the development team about that and send a beta version to the community (like FB) before creating a new major update. Meanwhile, our development team is still working to fix issues. If you guys experience any issues, please let me know, I will forward it to the team.
Thanks.
@Edoardo: Can you please let me know the error message appears on your site?
Peter
ModeratorHello Olivier,
Thanks for your feedback.
This issue has been noticed and it will be fixed in the next update. Hopefully, it will be available soon.
Peter
ModeratorLet me know if you have any questions.
Peter
ModeratorHello Marc,
Can you please update the Meta Box to the latest version 5.6.12 and check this issue again?
Peter
ModeratorHi,
This issue has been fixed in the latest version of Meta Box. Let me know if you have any questions.
December 6, 2022 at 11:11 PM in reply to: ✅Terms meta are not being deleted after deleting the term #39562Peter
ModeratorThanks for the confirmation.
Let me know if you have any questions.December 6, 2022 at 11:08 PM in reply to: ✅RWMB_File_Field does not have a method "post_edit_form_tag" #39561Peter
ModeratorHello Alaan,
Thanks for your feedback.
The function name
post_edit_form_tagis changed toadd_form_enctypein the new version. I will inform the development team to update it in the MB Term Meta extension also.Peter
ModeratorHello Jorge,
To get the current logged-in user, you have to use the code. The shortcode does not support an attribute to get the current logged-in user. Please refer to this topic https://support.metabox.io/topic/how-can-i-output-a-group-field-for-current-users/#post-35544
Peter
ModeratorHello Ole,
Thank you for following up.
1. I do not see a way to set up OSM field to use a custom tiles server. The data is fetched from OSM server https://nominatim.openstreetmap.org/
2. You can dequeue script and CSS files (name leaflet) then re-enqueue them with your local files. But I'm not sure if the OSM map works properly then.
Please read more on the documentation
https://developer.wordpress.org/reference/functions/wp_dequeue_style/
https://developer.wordpress.org/reference/functions/wp_dequeue_script/Peter
ModeratorHello Keith,
If the canonical URL field of All-in-one SEO saved value to the database as a custom field, then you can use the form hook to update the field value by using the WordPress function
update_post_meta().Please get more details on the documentation
https://docs.metabox.io/extensions/mb-frontend-submission/#form-hooks
https://developer.wordpress.org/reference/functions/update_post_meta/Peter
ModeratorHello,
This issue has been fixed in this commit https://github.com/wpmetabox/meta-box/commit/179992c4f4ae2a1dcbf9b41db05f4caee5d1e068
Please update Meta Box to the latest version 5.6.11 to fix the issue. Thanks.
December 5, 2022 at 11:12 PM in reply to: Profile pages using MB User Profile and MB Beaver Builder Integration #39515Peter
ModeratorHello Jan,
Sorry about the live session, it is also beyond our scope of support. I recommend contacting our Key Master Anh Tran if he allows providing this kind of support. Thanks for your understanding and patience.
Regarding the issue "then the information does not pull through onto the profile page", I see you've confirmed it works above. Does it not work for now?December 5, 2022 at 11:05 PM in reply to: How to insert custom fields with a dropdown selection? #39514Peter
ModeratorHello,
Thanks for your details. I understand the requirements.
So in this case, you can use the field post or use the extension MB Relationships to display a list of vendors when editing a wedding. Then based on the vendor (post) ID, you can get the field value (vendor_name) of the vendor and display it on the wedding post (frontend).
Please read more on the documentation https://docs.metabox.io/fields/post/#data
https://docs.metabox.io/extensions/mb-relationships/If you are not familiar with coding, you can create a customization service request with an extra fee, our development team will help you to do that. Please submit the request here https://metabox.io/contact/
December 5, 2022 at 9:42 PM in reply to: Taxonomy filterable dropdown selection without adding metabox to edit screen? #39510Peter
ModeratorHello,
The feature filterable is applied to the field
taxonomyonly. If you want to display 1 meta box for the taxonomy on the editing post, please follow these steps:
- when creating the custom taxonomy > Advanced tab > Disable option "Show on edit page"
- create a custom fieldtaxonomy> make it displays in the admin column and enable the option Filterable.Read more on the documentation
https://docs.metabox.io/extensions/mb-admin-columns/#3-advanced-configurationPeter
ModeratorHello Jorge,
To display the user meta field with shortcode, you need to add the attribute
object_type="user"to the shortcode. For example:[rwmb_meta id="phone_field" object_id="15" object_type="user"]where 15 is the user ID, not the post ID of the field group. Please read more on the documentation https://docs.metabox.io/extensions/mb-user-meta/#getting-field-value
-
AuthorPosts