Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi Dan,
Please export the field group to a JSON file and share it here. I will import it to my demo site and recheck this issue. Refer to this documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import
You can also try to create another field group with a new custom table to see if it works.
August 29, 2022 at 5:59 PM in reply to: β Custom Table Values - Not Saving To The Custom Tables #38106Long Nguyen
ModeratorHi Nick,
I remember that you've created a ticket (with the Helpdesk system) and asked about this issue. Can you please share the site credentials via that ticket again?
Long Nguyen
ModeratorHi Unakriti,
You can just create a
textfield and add the custom attributepatternto validate the input number as a phone field. Please read more on the documentation
https://docs.metabox.io/custom-attributes/
https://www.w3schools.com/tags/att_input_type_tel.asp
https://stackoverflow.com/questions/19611599/html5-phone-number-validation-with-patternLong Nguyen
ModeratorLet me know if you have any questions π
August 28, 2022 at 11:01 PM in reply to: β Star Ratings in "Add Field" inside Field Group Editor #38101Long Nguyen
ModeratorHi,
If you want to add your own field type to the builder, please follow this documentation https://docs.metabox.io/extensions/meta-box-builder/#adding-your-own-field-types
Long Nguyen
ModeratorHi,
The star rating field does not work as a subfield in a group, please register it as a top field. Let me know how it goes.
Long Nguyen
ModeratorHi,
In case of using Oxygen Builder, please reach out to them if you have any issues with installation, configuration, compatibility, or usage.
Refer to our support policyΒ https://metabox.io/support/topic/support-policy/Long Nguyen
ModeratorHi,
I don't see any issue when translating the post with the custom block in the content, here is the screen record https://monosnap.com/file/iavpSYkPY4PABu4LDmACYNWR9685ai
Can you please share a screen record of the issue on your site?
Long Nguyen
ModeratorHi,
You can use the Oxygen builder and follow that guide to set up your case. The builder plugin teams have created the integration with Meta Box so please contact their support to get further assistance.
Thanks.
Long Nguyen
ModeratorHi John,
I'm not able to reproduce that issue on my end, screen record https://monosnap.com/file/piIbohRNmeDTHga5OGxhRpsFLyzZ1a
The required field is working correctly if the field is empty.
Long Nguyen
ModeratorHi,
There are some solutions to limit the number of words/characters to display the post content.
- Use the WP functionthe_excerpt()https://developer.wordpress.org/reference/functions/the_excerpt/
- Use the WP functionwp_trim_words()https://developer.wordpress.org/reference/functions/wp_trim_words/
- Use the filterthe_contenthttps://developer.wordpress.org/reference/hooks/the_content/August 27, 2022 at 3:14 PM in reply to: β Front End Forms inside Gutenberg Block Render Template #38087Long Nguyen
ModeratorHi,
Currently, it is not possible to display a frontend form in the backend, it will lead to some unwanted errors. You can read the details on the file
/mb-frontend-submission/src/Shortcode.php/* * Do not render the shortcode in the admin. * Prevent errors with enqueue assets in Gutenberg where requests are made via REST to preload the post content. */ if ( is_admin() ) { return ''; }Long Nguyen
ModeratorHi,
To add the taxonomy/term slug to the post type URL, you to add some custom code to change the permalink structure. Please follow this topic on the WordPress support forum to get more details https://wordpress.org/support/topic/how-to-add-custom-taxonomy-in-custom-post-type-permalink/
August 27, 2022 at 1:21 PM in reply to: β Update a CF stored in a custom table, based on another CF #38085Long Nguyen
ModeratorHi,
Thanks for your confirmation.
So please use the custom table APIs instead of the helper function
rwmb_set_meta(), I will inform the development team to check it later.August 27, 2022 at 1:17 PM in reply to: β Address Field / Map field coordinate function on demand/cron? #38084Long Nguyen
ModeratorHi,
When creating/updating a post, you can use the extension MB Geolocation to get the latitude and longitude of an address. Please read more on the documentation https://docs.metabox.io/extensions/meta-box-geolocation/
If you want to get the latitude and longitude of a given address with coding, please follow this topic https://stackoverflow.com/questions/3490622/get-latitude-and-longitude-based-on-location-name-with-google-autocomplete-api
-
AuthorPosts