Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
I don't see any issues with the WYSIWYG field on my demo site. Can you please export the field group to a JSON file and share it here? I will import the field group to my site and check this. Please follow the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import
Also, you can try to deactivate all plugins except CusRev, WooCommerce and switch to a WordPress theme to see if it helps.
Regarding older versions, currently, we only support downloading the latest version of all premium plugins. If you want to use a specific version of a plugin, please let me know. I will share with you the file of that version.
Peter
ModeratorHello Jayron,
Please notice that, Meta Box and extension plugin help you create the user meta and save the value to the database. If you want to use that value to create some conditions or process something, you will need to create some custom code to do that.
Meta Box doesn't have a built-in feature to support any specific case.If you want to use a third-party plugin, please refer to this one https://wordpress.org/plugins/disable-user-login/
November 21, 2024 at 11:05 PM in reply to: abort ajax search to avoid wrong search results in select2 #46998Peter
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.
-
AuthorPosts