Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi,
This is done.
Let me know if you have any questions.Long Nguyen
ModeratorHi,
Thanks for your additional information.
I'm going to check this issue and get back to you later.
Long Nguyen
ModeratorHi Mark,
Thanks for your feedback.
Currently, the frontend form only supports integrating with reCaptcha v3. I will inform the development team to consider supporting hCaptcha also.
Long Nguyen
ModeratorHi David,
1. Is there a way to use the same custom field in several groups?
Yes, you can use the same custom fields in many groups (field ID, field type, other settings ...) but one field group has to be registered in one CPT only. Because if the page has two fields with the same ID, only one will be saved value to the database.2. Can a field group be used in more than one custom post type (CPT)?
Like #1, it is possible. If you use the builder to create the field group, you can select multiple post types in the Location option.
https://docs.metabox.io/extensions/meta-box-builder/#field-group-settings
With the code, the meta box settings should be'post_types' => ['post', 'my-cpt', 'page']Long Nguyen
ModeratorHi,
Thanks for your feedback.
This issue has been noticed and fixed in the new commit. It will be included in the next update.
Long Nguyen
ModeratorHi John,
If you want to include the header in the view, please use the WP function
get_header(){{ mb.get_header() }}In the view settings, please select the option "Render for: The whole page layout, including header and footer"
Long Nguyen
ModeratorHi,
What I've done on your staging site:
- Deactivate all plugins except Meta Box, MB AIO, and switch to the standard theme of WordPress (Twenty TwentyTwo)
- Change the permalink settings to Post name (optional)Then the date format displayed as well on the front page, see screenshots
https://monosnap.com/file/d9JHelC3jETCu1yI61k8Vn9oJeT59v
https://monosnap.com/file/6HVqTWlR3VLaHnZIxQFEmZwlT3bBEACan you please confirm it works?
Long Nguyen
ModeratorHi,
Please move your current event field group to the Trash and download the update here https://pastebin.com/fvfS5re6
Then import the new one to the builder and let me know if it helped.
July 1, 2022 at 12:25 PM in reply to: ✅Geolocation failed to load - how to identify the issue? #36752Long Nguyen
ModeratorHi guys,
The issue happens due to the field map needs to be available to make other address fields work. I've escalated this issue to the development team to fix it in the next update.
Long Nguyen
ModeratorHi Marco,
Thanks for reaching out.
Can you please share some screenshots of the issue on your site? Do you mean the field title is not translated?
June 30, 2022 at 2:42 PM in reply to: Customizing the background color, the dashboard AND More #36733Long Nguyen
ModeratorHi Laurent,
Let me explain this case again.
You are using a block of GridBuilder to display the grid/gallery posts and want to add a favorite button on each post. Our plugin supports a shortcode to display in the grid posts but you have to pass the post ID to the button attribute
id. So the main goal is how to pass the post ID dynamically to the favorite shortcode in the GridBuilder block and it is beyond the scope support of Meta Box. We do not how it works to get the post ID.June 30, 2022 at 12:27 PM in reply to: ✅Geolocation failed to load - how to identify the issue? #36731Long Nguyen
ModeratorHi guys,
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a closer look.June 30, 2022 at 12:24 PM in reply to: ✅How to get custom post data in json array format using meta view #36730Long Nguyen
ModeratorHi,
It is a basic question about creating an array and pushing elements to it by using Twig. Please refer to this article to know how to do that https://ourcodeworld.com/articles/read/622/how-to-push-an-item-to-an-array-in-twig-easily
Long Nguyen
ModeratorHi James,
Thanks for your feedback, I really appreciate it.
The issues with dependency and typo have been added to our development queue. It will be fixed in the next update.
Long Nguyen
ModeratorHi,
Please export the event field group to the JSON file and share it here. I will help you to fix the issue of this.
Refer to this documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import -
AuthorPosts