Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
This feature is added to the new version of Meta Box, can you please check if it works on your site?
December 15, 2022 at 10:56 PM in reply to: ✅Field Group Removed From Settings Page After 20 Custom Fields (using Fieldset) #39828Peter
ModeratorGreat.
Let me know if you have any questions.December 15, 2022 at 10:55 PM in reply to: ✅E_ERROR meta-box-aio/vendor/meta-box/mb-custom-post-type/src/Edit.php:111 #39827Peter
ModeratorHello,
Please update the plugin Meta Box AIO to the latest version 1.16.8 to fix this issue.
Let me know how it goes.
December 15, 2022 at 10:53 PM in reply to: Multiple type file fields in cloneable groups not cloning properly #39826Peter
ModeratorHello,
This issue has been fixed in this commit https://github.com/wpmetabox/meta-box/commit/95127eb7233e31d992d1fdf78c0cca9eb3685147
You can apply the changes to your site while waiting for a new update. Thanks.
Peter
ModeratorHello,
Do you include the Meta Box plugin in a custom theme or plugin? If yes, please run the composer to compile the new feature of Meta Box.
Peter
ModeratorHello,
I think using MB Conditional Logic might not a good idea in this case because there are too many logics that should be created based on the number of countries, and states. It could be used with some simple select options on your site. I recommend using a third-party plugin or contacting an expert developer to help you to create a dynamic select field with custom code.
Read more on the documentation https://docs.metabox.io/extensions/meta-box-conditional-logic
Peter
ModeratorHello,
Please make sure that you have the latest version of Meta Box 5.6.14 and Meta Box AIO 1.16.8 and check this issue again. If the issue still happens on your site, can you please share some screenshots of the issue?
December 15, 2022 at 9:54 PM in reply to: ✅Fatal error when attempting to edit custom post type #39820Peter
ModeratorHello guys,
Please update the plugin Meta Box AIO to the latest version 1.16.8 to fix this issue.
Let me know how it goes.
December 14, 2022 at 11:14 PM in reply to: wpd bzw. query vars --> order by --> MB Custom Table #39799Peter
ModeratorHello,
It's not possible to order by field value with WP Query, and it is noted in the documentation
It's important to understand that the plugin doesn't hook to the WP_Query to get posts by custom fields stored in the custom table. In other words, using meta_* in WP_Query for custom fields won't work. To get posts by custom fields in the custom table, you need to make an extra query to get the post IDs first. Then use these IDs to get full post objects.That means, if you use the custom table to store custom field value, you need to use the SQL query to get the post ID based on the field value.
Please read more here https://docs.metabox.io/extensions/mb-custom-table/#query-posts-with-wp_query
Peter
ModeratorHello there,
After submitting a form, the page will scroll to the form message and it is the standard behavior. I will inform the development team to consider supporting an option to disable this action.
December 14, 2022 at 10:57 PM in reply to: Customizer "something went wrong" when advanced image is reset #39795Peter
ModeratorHello Aaron,
Thanks for your feedback.
I also see that issue on my demo site. If you publish the change and see the error message like "something went wrong", you can reload the customizer page and change other settings again. I will inform the development team to check this issue and fix it in the next update.
Peter
ModeratorHello there,
Can you please share the error log or error message on your site? You can enable WP debug to get it.
December 14, 2022 at 10:01 PM in reply to: Critical error when updating to latest version of Meta Box AIO #39790Peter
ModeratorHello,
I'm not able to reproduce the issue on my demo site. Can you please deactivate all plugins except Meta Box, MB AIO, switch to the standard theme of WordPress (Twenty TwentyTwo) and check this issue again?
If it does not help, please share your site credentials and FTP to this contact form https://metabox.io/contact/
I will take a closer look.Peter
ModeratorHello,
THis issue has been fixed in the new version of Meta Box AIO 1.16.8. Please update the plugin to edit/create the custom post type.
December 14, 2022 at 9:57 PM in reply to: ✅How to add new clone to a cloneable text list custom field with three inputs #39788Peter
ModeratorHello,
It is not possible, you have to update the whole text list data in the database.
-
AuthorPosts