Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi,
The original post: https://mnab.ro/lapidarium-3d/idr-iii1-274/
The new one: https://mnab.dev.peterteszary.com/lapidarium/idr-iii1-274/I do not see any issue with the Sketchfab content. Can you please share some screenshots to point out the difference?
Long Nguyen
ModeratorHi,
If you want to show the related posts with the current post, please follow this documentation https://docs.metabox.io/extensions/mb-relationships/#getting-connected-items
Just to clarify that Meta Box helps you to set up many things "behind the scene" and show the value on the front end. But Meta Box does not support building the template of post/page so you need to write some code to show the related posts.
Long Nguyen
ModeratorHi Dan,
You can contact Oxygen support to ask for getting post ID in the repeater component.
Long Nguyen
ModeratorHi,
You can use the plugin WP All Import or any import plugin to import value to the custom fields created by Meta Box. But it only works with some simple fields like text, number, email, single_image ... not work with some complicated fields like cloneable, group, field with setting
'multiple' => true.November 30, 2021 at 12:47 PM in reply to: ✅How to use wp_insert_post with cloneable field group #32272Long Nguyen
ModeratorIt would be highly appreciated if you share the solution in your case.
Thanks.
Long Nguyen
ModeratorHi Kyle,
Can you please share some screenshots when you create the custom fields and tabs? Please make sure that tabs must be added first and above custom fields. Follow this documentation https://docs.metabox.io/extensions/meta-box-tabs/#using-meta-box-builder
Long Nguyen
ModeratorHi,
If you want to show the relationship box on the frontend submission form, please refer to this topic https://support.metabox.io/topic/connecting-related-custom-post-types-with-frontend-form/
If you want to set the relationship automatically between the current post which shows the frontend form and the post will be created, please refer to this topic https://support.metabox.io/topic/prepopulate-relationship-field-with-current-post-id/
Long Nguyen
ModeratorThanks for your feedback.
I'm going to inform the developer team to consider adding it to the to-do list for the future development of the plugin.
Long Nguyen
ModeratorHi,
Thanks for reaching out.
I'm going to check this issue and get back to you later.
November 29, 2021 at 1:21 PM in reply to: ✅Connecting Related Custom Post Types With Frontend Form #32234Long Nguyen
ModeratorHi Margaret,
For example, you've created a relationship between
eventsandinstructorpost types with this codeadd_action( 'mb_relationships_init', 'your_prefix_function_name' ); function your_prefix_function_name() { MB_Relationships_API::register( [ 'id' => 'events-to-instructor', 'from' => 'events', 'to' => 'instructor', ] ); }When you create a
eventspost on the frontend via the frontend submission form, you can add the meta box IDevents-to-instructor_relationships_toto the shortcode to show the relationship box to select relationinstructor.[mb_frontend_form id='your-meta-box-id123,events-to-instructor_relationships_to' post_fields='title,content' post_type='events']Please read more on the documentation https://docs.metabox.io/extensions/mb-frontend-submission/
Long Nguyen
ModeratorHi friends,
As you can read on the documentation, the helper shortcode
[rwmb_meta]supports rendering the inner shortcode inside the field value. You need to set the attributerender_shortcodetotrue.
https://docs.metabox.io/shortcode/Long Nguyen
ModeratorHi Jason,
You can add the HTML tag
<br>or newline character\nto break lines in the text area.Long Nguyen
ModeratorHi,
We have the extension MB Geolocation which supports populating location data (address, lat, long, city ...) to the custom fields easily. Please read more on the documentation https://docs.metabox.io/extensions/meta-box-geolocation/
Long Nguyen
ModeratorHi Javier,
The strings of the Meta Box plugins and extensions are translation-ready (localized). You can use a translation plugin to translate them as well. Refer to this post in the MB Users group https://www.facebook.com/groups/metaboxusers/posts/963448284272816/
Long Nguyen
ModeratorHi,
Thanks for your feedback.
I've escalated this issue to the development team to fix it in the next update.
Have a nice day.
-
AuthorPosts