Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Leora,
I think the issue occurs when you make a change to the field group and the post type is set back to Post by default, screenshot https://imgur.com/apNRYXJ
You can try to follow this tutorial to increase the PHP settingmax_input_varsto fix the issue
https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/Let me know how it goes.
Peter
ModeratorHello,
Currently, there isn't an option to use a single text field to paste Lat, Lng values for the map. You need to use two text fields: Lat and Lng.
Regarding the popup error, I don't see that issue on my demo site, screenshot https://imgur.com/LAfF0eE
When you change the pin on the map, the Lat and Lng values are updated. When you change the Lat and Lng values, the pin on the map is changed also. This feature is noted in the documentation https://docs.metabox.io/extensions/meta-box-geolocation/#two-way-data-binding
January 29, 2024 at 9:18 PM in reply to: 'link' => 'none' does not work with fild type 'taxonomy' #44424Peter
ModeratorHello,
Thank you for your feedback.
I can see the issue on my demo site. I've escalated it to the development team to fix it in future updates.
Peter
ModeratorHello,
The frontend form doesn't support the field
page_templateas in the admin area. You should create another select field with the IDpage_templateto use the conditional logic in the frontend.January 28, 2024 at 11:15 PM in reply to: ✅How to add only1 checkbox for consent with 4 tabs just before the submit button? #44419Peter
ModeratorHello Eric,
I think you can add the consent checkbox field to a new field group and show it separately from the field group that has tabs. To show more field groups in the frontend, you can follow this format:
[mb_frontend_form id='tab-field-group-1,consent-field-group2' post_fields="title,content"]Peter
ModeratorHello,
The builder helps you to create the field, you still need to use the code to output the field value, and custom code to sort the value.
Peter
ModeratorHello Mathew,
You can use the time picker option
timeFormatand valuehh:mm TTto select and display the time format 12hr time.
Please read more about the time picker format here https://trentrichardson.com/examples/timepicker/#tp-formatting
Screenshot https://imgur.com/MurVogJPeter
ModeratorHello,
The image field value doesn't show in the field name like that. If you want to display it in the Gutenberg editor in the admin area, you can use a custom block. Please follow the documentation https://docs.metabox.io/extensions/mb-blocks/
Peter
ModeratorHello,
Unfortunately, the field
file_uploaddoesn't support that setting to display another thumbnail size. You can try to use the fieldimage_uploadto have that setting.
https://docs.metabox.io/fields/image-upload/January 26, 2024 at 10:30 PM in reply to: ✅Unable to save in Bricks Builder after updating to 1.24.1 #44400Peter
ModeratorHello Choi,
We are helping Bricks support to identify the issue. You can follow the topic below to get more information.
https://forum.bricksbuilder.io/t/wait-bricks-not-saving-when-metabox-aio-plugin-is-activated/19180If you find a way to fix the issue, please help us report that to Brick by adding your comment there.
Thank you.
January 25, 2024 at 10:20 PM in reply to: How to pre-populate MB relationship field from URL for add new post #44391Peter
ModeratorHello,
Because the relationship field is not a standard custom field so the filter hook
rwmb_{$field_id}_field_metadoes work with relationship.
I've already shared a workaround for your case by using JavaScript code https://support.metabox.io/topic/how-can-i-pre-populate-fields-in-new-frontend-submission/Peter
ModeratorHello,
If you change the CPT slug, then the single post URL is invalid. You can use the plugin Post Type Switcher to switch the post to the new CPT (new slug).
https://wordpress.org/plugins/post-type-switcher/Peter
ModeratorHello David,
MB Views uses Twig to write the code in the editor, it is the PHP template engine and is rendered when the page load. If you use Ajax to send JSON data to frontend, you have to use JavaScript to handle the data and make changes there.
You can read more about Ajax in this article https://www.smashingmagazine.com/2011/10/how-to-use-ajax-in-wordpress/Peter
ModeratorHello,
I think it is possible. You can use some PHP sort array functions to sort the array by key or value. Following some links below
https://www.w3schools.com/php/php_arrays_sort.asp
https://stackoverflow.com/questions/1673259/sort-array-by-value-alphabetically-phpPeter
ModeratorHello Melissa,
Please try to re-save the permalink setting (Post name), clear all caches and check this issue again. If it doesn't work, please edit that CPT and share some screenshots of the Advanced tab.
-
AuthorPosts