Forum Replies Created
-
AuthorPosts
-
August 18, 2023 at 9:23 PM in reply to: Condition all of a sudden not working for a single cloneable group #42977
Peter
ModeratorHello,
The video is not available. Can you please share it again?
Peter
ModeratorHello,
I think it is updated with some small content, the code is still the same. You can check the code here https://github.com/wpmetabox/tutorials/tree/master/showing-opening-hours-section-with-MB-Views
August 18, 2023 at 9:10 PM in reply to: ✅Metabox Custom Fields have no padding in Gutenberg Editor #42975Peter
ModeratorHello,
Please use the field group style Standard (WordPress meta box) to have padding, screenshot https://monosnap.com/file/FCFRHweV48VYwlFECMgmCvhVjGDNmB
Peter
ModeratorHello,
If you want to display relationship in the frontend submission form, please add the relationship meta box ID
relationshipID_relationships_fromorrelationshipID_relationships_toto theidattribute of the frontend shortcode. For example:[mb_frontend_form id="trip-to-company_relationships_from" post_fields="title,content"]Related topic https://support.metabox.io/topic/mb-relationships-mb-frontend-submission/
If it does not work, please export the relationship on your site to a JSON file and share it here. I will help you to check the issue.
Peter
ModeratorHello,
By default, the extension MB Settings Page does not have UI, you need to activate the plugin MB Builder to use the UI (under Meta Box menu) to create a settings page.
Or you can use the code to create the settings page, refer to the documentation https://docs.metabox.io/extensions/mb-settings-page/#using-codePeter
ModeratorHello,
So please share the PHP code that creates the meta box on your site. I will check it on my demo site.
Peter
ModeratorHello,
Thanks for your feedback.
I've escalated this issue to the development team to fix it in the next update.
Peter
ModeratorHello Harry,
Please export the field group to a JSON file and share it here. I will help you to check the issue.
Refer to the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importAugust 17, 2023 at 9:45 PM in reply to: ℹ️Possible to create Relationship field between users and CPT like ACF? #42952Peter
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/
-
AuthorPosts