Forum Replies Created
-
AuthorPosts
-
November 21, 2024 at 11:05 PM in reply to: abort ajax search to avoid wrong search results in select2 #46998
Peter
ModeratorHello Berg,
This is an interesting idea when you have a large amount of data with many posts. I will forward this topic to the development team to research and implement a feature for this case.
November 21, 2024 at 10:52 PM in reply to: Repeatable blocks automatically add user in "user" field #46997Peter
ModeratorHello Oskar,
Thank you for your feedback. This issue has been escalated to the development team, we will include the fix for this issue in future updates. In the meantime, you can remove the auto-selected user and re-select user for the field.
Peter
ModeratorHello Oskar,
Thank you for your feedback.
Currently, only the last created term will be added to the selection. I will inform the development team to consider supporting this case in future updates.
Peter
ModeratorHello Luke,
You can enable WP debug and check the error log when you see the blank screen https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
if there is any fatal error in the log, please share it here. It would help us understand what happens on your site.
Peter
ModeratorHello,
What is the conflicting issue on your site when using all Meta Box extension plugins? Also, if you have a Lifetime license, you can use only 2 plugins Meta Box and Meta Box AIO to use all features of Meta Box.
Following the documentation https://docs.metabox.io/extensions/meta-box-aio/November 20, 2024 at 10:30 PM in reply to: โ Save State Not Remembered After Browser Refresh #46983Peter
ModeratorHello Nick,
The
save_statesetting works with the cloneable setting and on save post. It doesn't work if you reload the page or refresh the browser.I hope that makes sense.
Peter
ModeratorHello Neo,
Thank you for your feedback. Yes I see the issue with the HTML tags are not rendered in the frontend if enabling the text limiter option. I'm discussing this issue with the development team and I will let you know when I have more information.
Peter
ModeratorHello Yasmine,
Thank you for your feedback.
I could reproduce the issue from scratch. I've escalated this issue to the development team to fix it for future updates.
November 19, 2024 at 11:14 PM in reply to: Custom Admin Column: Uncaught Error: Class "MBAC\Post" not found #46971Peter
ModeratorHello,
You can use the WordPress function
get_post_types()to get available post types on your site.
https://developer.wordpress.org/reference/functions/get_post_types/Peter
ModeratorHello Jayron,
wp_capabilitiesis a user meta, not a post meta, that you can add to the WP Query to query posts. WordPress doesn't support query posts by user capability so it isn't possible to add capability to thepostfield like that. Please follow the documentation
https://developer.wordpress.org/reference/classes/wp_query/Peter
ModeratorHello,
If you use the field
postand field type settingselect_advanced, no need to enable ajax in your code because it is enabled by default. Please follow the documentation https://docs.metabox.io/fields/post/#ajax-loadRegarding the setting
js_options, I recheck this and see that it works properly on my end with any post types. Maybe the JS code is affected by a third-party plugin or a custom code on your site. You can try to deactivate all plugins except Meta Box, MB extension plugins, switch to a WordPress theme and check the issue again.Peter
ModeratorHello,
Yes, you can use the MB Include Exclude with MB Relationships to show the meta box based on a condition. However, it will include/exclude a meta box on loading so you will need to reload the editing page after updating the taxonomy for the product.
Peter
ModeratorHello Hazmi,
Thank you for your feedback.
I can reproduce the issue on the demo site and I've escalated it to the development team to fix the issue. I will let you know when it's done.
November 18, 2024 at 10:56 PM in reply to: Builder not capable of handling more than 24 entries per field group? #46958Peter
ModeratorHello Patrick,
You can try to follow this tutorial to increase the PHP setting
max_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 Nick,
The
groupfield doesn't have the dashicon option. For the tab, the dashicons are displayed in the frontend on my demo site as well without enqueueing the dashicon style, see this screenshot https://imgur.com/ePLxJeb
Do you use a third-party plugin or some custom code that removes the dashicon style so the icons are not displayed in the frontend? -
AuthorPosts