Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
If you don't want to use the WP media modal, you can use the field type
image_uploadorimage. It doesn't open the modal when selecting an image to upload.
Please follow the documentation
https://docs.metabox.io/fields/image-upload/
https://docs.metabox.io/fields/image/February 26, 2024 at 8:58 PM in reply to: ✅Google Map to configure location does not load when editing posts #44663Peter
ModeratorHello,
Please try to update Meta Box and MB AIO to the latest version and you can deactivate all plugins except Meta Box, MB AIO, switch to a WordPress theme and see if the map works.
Peter
ModeratorHello,
Thanks for your feedback. I will inform the development team to consider supporting this field in future updates.
Peter
ModeratorHello BB,
You can use the plugin MB Include Exclude to show a field group (not a specific field) for a user role. In the builder, please use the option Advanced Location Rules: https://imgur.com/roNigk0
Following the documentation https://docs.metabox.io/extensions/meta-box-include-exclude/
February 24, 2024 at 10:15 AM in reply to: 2 location rules prevent submission form to update #44654Peter
ModeratorHello,
I test your case on my demo site and don't see any issues, the frontend form still works to update the post. Please try to deactivate all plugins except Meta Box, MB extension plugins, switch to a standard theme of WordPress and recheck this issue.
Peter
ModeratorHello,
The shared user is not an administrator, I cannot access any settings page. Please upgrade the user to the administrator and let me know.
Peter
ModeratorHello,
You can download the plugin here https://github.com/wpmetabox/mb-wpai
Please notice that, it is in the development phase and not published yet. If you have any questions, feel free to create an issue there.
February 22, 2024 at 8:43 PM in reply to: front end submission for post type does not auto refresh permalinks #44649Peter
ModeratorHello Nick,
It could be a caching issue on your site. I don't see that on my demo site. After creating the first post in the frontend, it is accessed properly.
Peter
ModeratorHello,
Please share your site URL, I will help you check whether the CSS and JS code is outputted in the frontend or not.
Peter
ModeratorHello,
The helper function rwmb_meta() helps you to get the value of the field ID, it's not the relationship. If you want to get the relationship, please follow the documentation
https://docs.metabox.io/extensions/mb-relationships/#getting-connected-itemsNote: supporting a customization code is beyond our scope of support. If you cannot complete the task, please contact us here https://metabox.io/contact/. We offer a customization service with an extra fee.
Peter
ModeratorHello John,
There isn't a filter hook or option to remove the save button with PHP code. You can use the CSS code to hide it or JS code to remove HTML button.
Peter
ModeratorHello,
The example in that topic uses the Twig code in MB Views and add the View shortcode to the Elementor Loop Grid, not the PHP code with a callback function.
If it blows the PHP memory limit, you can increase this value https://blog.hubspot.com/website/wordpress-php-memory-limit
If it still doesn't work, we offer a customization service with an extra fee. You can contact us here to get more details https://metabox.io/contact/
Peter
ModeratorHello Nick,
The function wpdb::insert() only returns the number of rows inserted or false. There isn't a function to handle the error if it is false. I will inform the development team to consider supporting this feature in future updates.
Following the documentation https://developer.wordpress.org/reference/classes/wpdb/insert/Peter
ModeratorHello Marcus,
You can follow an example here https://support.metabox.io/topic/display-mb-view-shortcode-in-an-elementor-loop-template/?swcfpc=1#post-44339
Peter
ModeratorHello,
Which is the field type
related_designer_id? Is this the post field? Please share some screenshots of the field settings. -
AuthorPosts