Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Johnson,
Thanks for reaching out.
I'm not sure how you use shortcode and code element on your site with Bricks builder but I see that if you use the PHP code to output the field value, it works properly
echo rwmb_meta( 'textarea_field');You can contact Bricks support and ask them for more information.
Peter
ModeratorHello,
It works properly on my demo site. Please note that the
cityfield is not supported when using Google Maps. You should uselocalityinstead ofcity. Following the documentation https://docs.metabox.io/extensions/meta-box-geolocation/#other-fields
And check my screen record https://drive.google.com/file/d/1dZqoujJ89l3wUoPsHU_p5f4f6jl4faQA/view?usp=sharingMay 14, 2025 at 9:37 PM in reply to: ✅Upgraded to AIO, now meta fields won't display unless free MB is activated #48254Peter
ModeratorThanks for sharing the solution. That issue is noted in the documentation https://docs.metabox.io/functions/rwmb-meta/#why-does-my-site-crash-when-i-deactivate-meta-box
Have a nice day!
Peter
ModeratorThe extension MB Relationships supports managing the connection via Rest API, please check this feature here https://docs.metabox.io/extensions/mb-relationships/#rest-api
May 13, 2025 at 11:08 PM in reply to: ℹ️Corruptet File MB field Group ID gets up to 32mb on a Multisite #48249Peter
ModeratorHello Timo,
Thank you for your feedback.
It looks like the issue reported here https://www.facebook.com/groups/metaboxusers/posts/1739757346641902/
The development team is aware of this issue and we will fix that in future updates.Peter
ModeratorHello,
I'm afraid that there isn't an option to auto-login for the user after creating the account. I will inform the development team to consider supporting that feature in future updates.
Thank you.
Peter
ModeratorHello,
Thank you for your feedback.
There is an issue with the HTML anchor support of the custom block. I've escalated this issue to the development team to check it and I will get back to you when I have more information.
Peter
ModeratorHello Jacob,
Thanks for reaching out.
I'm afraid that there isn't an option to re-order the posts or connected posts in the frontend. These features are available in the backend (admin area) only.
May 13, 2025 at 9:51 PM in reply to: Metabox AIO: There has been a critical error on this website (Arabic) #48244Peter
ModeratorHello,
The issue has been fixed in these commits
https://github.com/wpmetabox/meta-box-builder/pull/128
https://github.com/wpmetabox/mb-custom-post-type/pull/87they will be included in the next update of Meta Box plugins. Thank you.
May 12, 2025 at 11:29 PM in reply to: ✅Upgraded to AIO, now meta fields won't display unless free MB is activated #48230Peter
ModeratorPlease share your site credentials by submitting this form https://metabox.io/contact/
I will take a look.Thank you.
Peter
ModeratorHello Fabien,
There isn't an option to add the custom fields above the default fields in the form. You can try to use the filter hook
rwmb_profile_register_fieldsto modify the default fields and add your custom fields there.Please follow the documentation https://docs.metabox.io/extensions/mb-user-profile/#default-form-fields
and this topic https://support.metabox.io/topic/how-to-modify-deafult-fields-specifically-on-front-end-user-registration-form/#post-36704Peter
ModeratorHello,
Can you please remove the empty conditional logic of the
Colonnefield in the group fieldBanner Colonnaand recheck the issue? I can see the issue on my demo site and after removing the empty conditional logic, it works correctly when using the Gutenberg (block) editor.May 12, 2025 at 10:23 PM in reply to: ✅Upgraded to AIO, now meta fields won't display unless free MB is activated #48225Peter
ModeratorHello Max,
Thanks for reaching out.
Basically, you can use only one plugin Meta Box AIO to get all features of Meta Box plugins, including Meta Box single (free) plugin.
Please ensure that you have the latest version of Meta Box AIO 2.1.1 on your site and recheck the issue.
Peter
ModeratorHello,
Our development team fixed this issue in a new commit. It would be included in the next update of the MB User Profile plugin.
Thanks.
Peter
ModeratorHello,
I understand that you want to filter posts by the
postcustom field. Basically, it is possible. You can use a third-party that is compatible with Meta Box like FacetWP to create a filter posts by a field value.
https://metabox.io/plugins/meta-box-facetwp-integrator/ -
AuthorPosts