Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Patrik,
Please share the relationship settings between FAQs and Services, query code to get the relationship data. I will help you check the issue.
Refer to the documentation https://docs.metabox.io/extensions/mb-relationships/January 25, 2025 at 12:36 AM in reply to: Issue with Google Maps Field and MB Geolocation Integration #47537Peter
ModeratorHello Simon,
I cannot reproduce the issue on my test site:
- add the Google map API key to the map field and field group settings (geo.api_key)
- create a new post, add some keywords to autocomplete text field
- select an address and it auto populates lat and long values
here is the screen record https://drive.google.com/file/d/17vga7YGodag4vSBrjdWs7kuWRVXUB2ZX/view?usp=sharingyou can try to activate only Meta Box plugins and a WordPress theme to see if it helps.
January 24, 2025 at 11:43 PM in reply to: ✅Clonable Groups keep adding a new group at the beginning #47536Peter
ModeratorHello Christie,
It could be an issue when updating Meta Box plugins from an older version. Does that happen with a new field group or a new post? If yes, please export the field group to a JSON file and share it here. I will import it to my demo site and investigate the issue.
Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importJanuary 23, 2025 at 11:19 PM in reply to: OSM map does not render fully when the field has conditional logic #47530Peter
ModeratorYes, please. You can share the sensitive information via the contact form https://metabox.io/contact/
January 23, 2025 at 10:59 PM in reply to: OSM map does not render fully when the field has conditional logic #47527Peter
ModeratorHello John,
Can you please share a screen record of the issue and share the page URL where I can see that?
January 23, 2025 at 9:07 PM in reply to: Critical error after custom fields set to display on custom post type #47525Peter
ModeratorHello John,
I've escalated this issue to the development team to fix this in the next update of Meta Box plugins.
Thanks.
Peter
ModeratorHello Nick,
Can you please share a screen record that demonstrates the entry ID in the model table taking the next ID of WordPress post ID? Because I cannot reproduce that issue on my site.
Thank you.
Peter
ModeratorHello Jacob,
Thank you for your feedback.
I've forwarded this ticket to the development team to consider adding it to the to-do list for the future development of the plugin.
January 23, 2025 at 12:29 AM in reply to: Critical error after custom fields set to display on custom post type #47514Peter
ModeratorHello John,
Thank you for your feedback. I can reproduce the issue on my demo site and it looks related to PHP 8.0 or later version. You can try to downgrade PHP to 7.4 and recheck the issue.
Peter
ModeratorHello Tanja,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello Jordan,
Supporting the custom plugin or custom code is beyond our scope of support. Please read more about our support policy here https://support.metabox.io/topic/support-policy/
You can contact an expert developer and ask them to check the 302 redirection for you when using Meta Box. Besides that, we offer a customization service with an extra fee. If you are interested in this service, please contact us here https://metabox.io/contact/
Peter
ModeratorHello,
So if you use the frontend submission shortcode, does the warning message
Warning : Undefined array key "label_title" in ...still display?Regarding the post draft, it is the post status. The post will be saved to the status (draft, publish, private ...) which is set by the shortcode attribute
post_status. Please follow the documentation to get more details https://docs.metabox.io/extensions/mb-frontend-submission/#adding-the-submission-formPeter
ModeratorHello,
The callback function requires to have a return state and value to display the message in the correct position (field appearance). So it is a solution and good to go.
Peter
ModeratorHello,
As I mentioned above, the frontend form doesn't have any limitations or restrictions. You can use the action hook
rwmb_frontend_before_processto add your condition before processing the form. Please follow the documentation to get more details https://docs.metabox.io/extensions/mb-frontend-submission/#form-hooksPeter
ModeratorHello Nick,
I don't see it takes the default WordPress post ID instead of the custom model ID. However, if somehow the first custom model entry ID 1 was deleted, the ID will start from 2 and so on. The WordPress post ID also works like that.
You can create a new post, delete it and create another post to see how the ID is generated. -
AuthorPosts