Forum Replies Created
-
AuthorPosts
-
August 17, 2023 at 9:45 PM in reply to: ℹ️Possible to create Relationship field between users and CPT like ACF? #42952
Peter
ModeratorHello,
It is possible. MB Relationships supports creating relations between object types post<->term<->user. You can read more in the documentation https://docs.metabox.io/extensions/mb-relationships/
Peter
ModeratorHello,
I see that when you use the plugin MB User Profile only. If you have an Ultimate or Lifetime license, please use the plugin MB AIO to use the user profile blocks.
I've escalated this issue to the development team to fix it in the next update.Peter
ModeratorHello,
Thanks for your feedback.
I will forward the UI feature request to the development team to consider supporting it in future updates.
Peter
ModeratorHello Kyrre,
To display the relationship in the frontend with code, please follow the official documentation https://docs.metabox.io/extensions/mb-relationships/#getting-connected-items
If are using Bricks builder, please refer to this article https://docs.metabox.io/extensions/mb-relationships/#getting-connected-items
or contact their support to get further assistance.Peter
ModeratorHello,
Do you mean you migrate data from ACF to Meta Box with your custom code, not with the feature "MB ACF Migration" of Meta Box?
And now you want to show some custom fields based on the selected category?You can try to use the extension MB Conditional Logic to do that, refer to the documentation https://docs.metabox.io/extensions/meta-box-conditional-logic/
Or restore your site from the point before migrating data and do the migration with our plugin.
https://docs.metabox.io/extensions/mb-acf-migration/August 16, 2023 at 9:03 PM in reply to: What MB CustomField Select is better for later filtering? #42936Peter
ModeratorHello,
So what is the data type (value) that you want to save to the database? The
taxonomyfield allows you to select terms with the field typeselector other choice field types. The custom table can work with Facet but not the custom model.Please read more in the documentation https://docs.metabox.io/fields/taxonomy/
https://docs.metabox.io/extensions/mb-custom-table/#custom-modelsPeter
ModeratorHello,
I also do not find a way to do that with the Gutenberg editor. You can try to create a topic in the WordPress support forum to ask for help there.
https://wordpress.org/support/forum/how-to-and-troubleshooting/Refer to this topic https://wordpress.org/support/topic/is-it-possible-to-re-order-the-taxonomies-created/
Peter
ModeratorHello,
There isn't a way to display the field group on your settings page. You can create your own fields and update the value of the MB fields that display on the order page.
Refer documentation https://developer.wordpress.org/reference/functions/update_post_meta/August 15, 2023 at 11:02 PM in reply to: What MB CustomField Select is better for later filtering? #42928Peter
ModeratorHello,
There are 2 select fields supported by Mea Box, select and select_advanced. They can work with FacetWP for filtering posts. We also have an integration plugin to be compatible with FacetWP
https://metabox.io/plugins/meta-box-facetwp-integrator/Peter
ModeratorHello,
You should select the option Submenu instead of the Top-level menu as in your screenshot. Please check this https://imgur.com/2rv4cUq
Peter
Moderator>> can I get this image and show it with WP gallery
No. As I understand, the WordPress gallery uses the image ID (attachment post type) to display images in the frontend. If you use the custom folder, the attachment post is not created so there are no IDs to add to the WordPress gallery.Peter
ModeratorHello,
I see that issue in the admin area. I will inform the development team to improve the field template loading in future updates.
Peter
ModeratorHello,
If you are using Meta Box AIO, please go to Meta Box > Extensions > Disable extension MB Frontend Submission.
And also can deactivate all plugins except Meta Box, MB AIO, switch to another theme and check this issue again.Peter
ModeratorHello,
It looks so complicated. I think you can try to update the post title without the condition
if ($new_title !== $services_post->post_title)
in variation 1 and see how it works. If it still does not work, please contact us here https://metabox.io/contact/
We offer customization services and our development team can help you with an extra fee.Peter
ModeratorHello,
1. You can use the field
fileorimageto upload images to a custom folder. Read more in the documentation https://docs.metabox.io/fields/file/#custom-upload-folder1.1. Then you cannot use the Media Library to manage images uploaded to the custom folder. And there isn't a feature to crop them to thumbnails as WordPress does.
2. Media fields (file or image) of Meta Box only support users to upload media files to WordPress. They d not support organize files. You can use a third-party plugin to do that.
-
AuthorPosts