Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
I can reproduce the issue on my demo site. Currently, the re-order posts feature isn't working with the hierarchical CPT. If you want to use this feature, please disable the hierarchical option and check the issue again.
Thanks.
January 2, 2025 at 11:24 PM in reply to: Select Choices Callback Function Executed on Front End #47290Peter
ModeratorHello Jacob,
Let me check this issue with the development team and I will get back to you when I have more information.
Thank you.
Peter
ModeratorHello Topher,
You should add one Toggle rule condition per field group. If you want to add more value to the condition, please add it to the same row. Please check this screenshot https://imgur.com/B2r7k2c
You can also click on the "Get PHP code" button to check the code and see how it works.December 31, 2024 at 11:49 PM in reply to: ✅Custom Post Types and Fields not Saving - Just Hangs #47277Peter
ModeratorHello Justin,
Some of Meta Box users have already reported a similar issue and it is related to the Safari browser in the new version 18.0. Can you please use the Chrome or Firefox browser and update the CPT?
Peter
ModeratorHello Tobias,
Which is the PHP version that you are using? According to the stack trace, the Bricks theme is included in the error message. Can you please also deactivate this theme and check the issue again?
Peter
ModeratorHello,
Yes, there is no limitation about the POST size when submitting the frontend form with Meta Box. It depends on the server configuration, like PHP
post_max_size,upload_max_filesize,max_input_vars...Peter
ModeratorHello Eddy,
MB Views supports some features to override the theme templates. Please go to Meta Box > Views and check if you have a View template that is assigned to the regular page, remove it and see if it helps.
https://docs.metabox.io/extensions/mb-views/December 31, 2024 at 9:16 AM in reply to: Select Choices Callback Function Executed on Front End #47271Peter
ModeratorHello Jacob,
Do you add the field group that has the custom select field to a frontend submission form? All the field settings should be loaded in the admin area only unless the field is used in the frontend form and the field settings would be loaded in the frontend.
December 31, 2024 at 9:13 AM in reply to: ✅unserialize(): Error - When using custom admin column #47270Peter
ModeratorHello,
Do you add/upload more featured images to the field
_thumbnail_id? Because the field typefile_uploadallows uploading multiple files/images.
You can try to use the field typesingle_imageto recheck this issue. Following the documentation
https://docs.metabox.io/fields/single-image/Peter
ModeratorHello,
Thank you for your feedback.
I will forward this feature to the development team to consider adding it to the to-do list for the future development of the plugin.
Peter
ModeratorHello Travis,
You can hover over the dots, drag and drop the post to re-order it. If it doesn't work on your site, please try to deactivate all plugins except Meta Box, MB extension plugins, switch to a WordPress theme and check the issue again.
Let me know how it goes.
December 28, 2024 at 9:56 PM in reply to: When did ['post_id'] became ['object_id'] in the $config?? #47254Peter
ModeratorHello Yasmine,
Yes, we change
post_idtoobject_idfor the frontend form from Meta Box AIO 1.31.0 to support the compatibility between the custom model and frontend form. That means you can submit a custom model entry from frontend.
You can read more about this update in the changelog https://metabox.io/plugins/meta-box-aio/changelog/
and documentation https://docs.metabox.io/extensions/mb-frontend-submission/#adding-the-submission-formDecember 28, 2024 at 9:40 PM in reply to: ✅Field group not loading collapsed when editing a front end post #47253Peter
ModeratorHello,
Can you please share a screen record of the issue on your site?
Peter
ModeratorHello,
If you have two or more custom tables for each field group, you can add all field group IDs to the frontend shortcode and save the field values to all custom tables when submitting or editing the post.
Peter
ModeratorHello Nick,
What field type accepts a base64 string? Do you save the field value to a custom table? I think the answer is related to the data type when you create the custom table rather than the field settings.
-
AuthorPosts