Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Stephen,
Thank you for your feedback.
I've escalated this issue to the development team to check this. I will get back to you later.
Peter
ModeratorHello Raj,
I'm afraid that it isn't possible. Also, please notice that, the
taxonomyfield doesn't store data, it just sets post terms. Thetaxonomy_advancedfield saves the term ID to the database.
Following the documentation
https://docs.metabox.io/fields/taxonomy/
https://docs.metabox.io/fields/taxonomy-advanced/Peter
ModeratorHello Julian,
It looks like a
postfield or a relationship meta box. Please recheck the field group or relationship if you created them on your site.
https://docs.metabox.io/extensions/mb-relationships/
https://docs.metabox.io/fields/post/Peter
ModeratorHello Josh,
Screenshots are broken, can you please share them again? Also, please share some screenshots of the view template, code content and settings.
Peter
ModeratorHello,
The hook
plugins_loadedis fired beforeinitwhich is the hook that fires all Meta Box functions. You can try to add your callback function to the actioninitwith the priority later than 20 and see if it helps.Refer to this documentation https://docs.metabox.io/functions/rwmb-set-meta/
July 21, 2024 at 3:34 PM in reply to: White screen of death on some pages with views after updating #45957Peter
ModeratorHello,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.July 21, 2024 at 3:27 PM in reply to: Since new Elementor Pro Updates, Images are not working working #45956Peter
ModeratorHello,
The development team is still working on this issue. I will let you know when it's done.
Thanks for your patience.
Peter
ModeratorHello Michael,
The code that you removed is used to update the WooCommerce product data. Do you have the custom post type with the same slug "product"?
if ( property_exists( $post, 'post_type' ) && 'product' === $post->post_type ) { $post_id = $post->get_id(); }Peter
ModeratorHello Johannes,
Thank you for your feedback.
I've escalated this issue to the development team to fix it in the next update of the block plugin.
July 19, 2024 at 6:47 AM in reply to: White screen of death on some pages with views after updating #45941Peter
ModeratorHello,
If you deactivate WP Gridbuilder, and enable Views extension, do you see the white screen (error) when editing/viewing those pages? There could be an error between two plugins after you update Meta Box AIO to the new version.
Peter
ModeratorHello Lukas,
If you have an account-related question, please contact us here https://metabox.io/contact/
we will help you cancel your subscription.Peter
ModeratorHello,
Thank you for your feedback.
I've escalated this issue to the development team, it will be fixed as soon as possible.
Peter
ModeratorHello Brad,
There isn't an option to hide the button to edit the field group when editing a post. You can use the custom CSS code to hide it
.mbb-settings { display: none !important; }Following this article to apply custom CSS in the admin area https://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/
Peter
ModeratorHello,
According to the screenshot, the error occurs when a file or a function is missing in the plugin Divi Builder source code. I test to install this plugin on my demo site with Meta Box, MB AIO and it is activated properly. Screenshot https://imgur.com/2PdWPB0
You can try to download a new plugin file from Divi account, install it on your site again and let me know how it goes.
Peter
ModeratorHello,
Do you use the permalink setting Plain? Please change it to Post name and recheck the issue. You can find it in admin area > Settings > Permalinks.
-
AuthorPosts