Forum Replies Created
-
AuthorPosts
-
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/Peter
ModeratorHello Bertus,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a closer look.Peter
ModeratorHello Tanja,
If you use the cloneable date field in a cloneable group, the data is saved to the database in a serialized format (array). So if you want to query posts by date field, you can follow the tutorial in your post, use the single cloneable field and enable the setting
Clone as multipleto get a single value per row in the database.Also, please note that, in case of using Bricks Builder, please reach out to them if you have any issues with installation, configuration, compatibility, or usage.
Refer to our support policy https://metabox.io/support/topic/support-policy/Peter
ModeratorHello Simon,
You can simply add a Text or Heading widget and select data from Meta Box field
postto display the title and link to the post. However, it doesn't support getting other post data like featured image, excerpt ...Peter
ModeratorHello,
Thanks for following up. Our development team has spent time investigating the issue, and it looks like a limitation of WordPress and the custom block. We are still trying to find a way to make the preview of custom blocks work in the editor.
I will let you know when it's done.May 8, 2025 at 11:22 PM in reply to: ✅How to create a View to show an Open Street Map containing all markers #48209Peter
ModeratorHello Jon,
If you are using MB Views to output the map field, you should add another attribute to the data items and assign it to the post URL (permalink). Then add the URL to the popup in the JavaScript code. Below is an example:
{% set restaurantsArray = restaurantsArray|merge( [ { 'longitude': 'latitude': 'address': 'title': 'icon': 'url': post.url } ] ) %}marker.bindPopup( '<b>' + location_on_map.title + '</b><br>' + location_on_map.address + '<br><a href="' + location_on_map.url + '">Go to Page</a>' ).openPopup();Note: supporting more customization code is beyond our scope of support. If you are not able to complete the task, we offer a customization service for an extra fee. Please contact us here https://metabox.io/contact/ for more details.
Peter
ModeratorHello Graham,
Thanks for reaching out.
First thing, please update Meta Box AIO to the new version 2.2.0 and recheck the issue. If it still doesn't work, please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.
Peter
ModeratorHello Aryan,
Do you see any fatal error in the WP debug log or JavaScript error in the Console tab of the browser devtool? If so, please share the error message with me.
https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
https://developer.chrome.com/docs/devtools/openAlso, you can export the field group to a JSON file and share it here. I will import it to my demo site and check the issue. Following the documentation
https://docs.metabox.io/extensions/meta-box-builder/#export--importPeter
ModeratorHello Simon,
Yes, when creating the
postfield, you can set the post type to show the posts from a specific CPT in the list. It is noted in the documentation https://docs.metabox.io/fields/post/#settingsPeter
ModeratorHello Simon,
Thanks for reaching out.
If you use the single field
post, not a subfield in agroupfield, you can use the Text widget to output the field value the frontend with a simple format/style.If you use the
groupfield, you can create the skin to display subfield values in a template. I think point 1 would be better.Regarding the Group Skin, I see you do not select the Group Skin to use the skin on the template, see this screenshot https://imgur.com/zRHIUQH
can you please recheck this?May 6, 2025 at 10:42 PM in reply to: How to bind to the uploader to pass custom parameters to FormData #48191Peter
ModeratorHello,
Sorry for the delayed response. Please share your details and link to the repo by submitting this contact form https://metabox.io/contact/
I will forward it to the development team to take a look.Thank you.
-
AuthorPosts