Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
This is an interesting question. Currently, we don't have a setting to get posts that don't have a connection. I suggest you try to create a custom code to do that:
1. Create an SQL query: get the post ID from the column
fromortobased on the relationship ID. You will have an array of posts that have a connection.2. Create a WP Query and pass the array to the argument
post__not_in. Read more about this argument in the documentation
https://developer.wordpress.org/reference/classes/wp_query/#post-page-parametersPeter
ModeratorHello Erik,
That means the created posts and field value in the admin area are removed automatically, is that right? Can you please share some screenshots of the issue?
You can copy your site to a staging site, then deactivate all plugins except Meta Box, MB extension plugins, switch to a standard theme and let me know how it goes.January 13, 2024 at 10:25 PM in reply to: ✅Integrating Custom Field Value with Rank Math Schema #44284Peter
ModeratorHello Eric,
You can follow the Rank Math documentation to create a custom variable https://rankmath.com/kb/variables-in-seo-title-description/#how-to-add-custom-variables
and Meta Box documentation to get a field value by using the helper function
rwmb_meta()
https://docs.metabox.io/functions/rwmb-meta/Note: we don't support the customization code for your specific needs. If you cannot complete the task, we offer a customization service with an extra fee.
January 12, 2024 at 10:08 PM in reply to: Adding Relationship field to backend user registration form #44279Peter
ModeratorHello,
1. Yes, it is expected. The relationship meta box and other user meta fields are not displayed when you add a new user. Please edit the user after creating to add the value.
2. You should add the correct column name in the
Column positionoption to display the relationship admin column, screenshot https://imgur.com/Zd8jmXrPeter
ModeratorHello,
We are working on the integration plugin. You can folllow up here https://github.com/wpmetabox/mb-wpai
Peter
ModeratorHello Jorge,
Can you please give more details about your question? Do you mean cache the query when setting up the connection in the admin area or show the connection post in the frontend?
January 11, 2024 at 9:30 PM in reply to: ✅File field does not validate or remember it's file in the customizer #44269Peter
ModeratorHello,
I can see the issue on my demo site. I've escalated this issue to the development team to fix it in future updates.
January 11, 2024 at 8:51 PM in reply to: Update Post meta in Google Maps Field programmatically #44267Peter
ModeratorHello,
The function
update_post_meta()updates the value in the database, why do you need to click on the Update button? Is the new value not displayed in the frontend after using the functionupdate_post_meta()?
Please share some screenshots of the issue on your site.Peter
ModeratorHello Aaron,
If you upload the SVG file to the WordPress Media library, does the error message appear? If yes or you cannot upload the file, mostly the SVG mime type is not allowed on your site.
Please follow this article to enable SVG support and recheck this issue https://wpengine.com/resources/enable-svg-wordpress/January 11, 2024 at 8:27 PM in reply to: ✅getting post id by echo is not working front end submission form Bricks builder #44265Peter
ModeratorHello,
The integration between Meta Box and Bricks is maintained by the Bricks team. Please reach out to them to get further assistance.
January 11, 2024 at 8:23 PM in reply to: Major Error: Anything added to a tag url creates an archive page #44264Peter
ModeratorHello,
Please share your staging site credentials via this contact form https://metabox.io/contact/
I will take a look.Thank you.
Peter
ModeratorHello Benny,
In the case of using Bricks Builder, please reach out to them if you have any issues with installation, configuration, compatibility, or usage.
Refer to our support policy https://metabox.io/support/topic/support-policy/January 8, 2024 at 10:57 PM in reply to: Posts Manually using Custom Fields | Meta Box Tutorial #44244Peter
ModeratorHello,
Are you following this tutorial https://docs.metabox.io/tutorials/reorder-posts-manually-by-custom-fields/?
Can you please share some screenshots of the issue on your site?
Peter
ModeratorHello Aaron,
Actually, the fields
dividerandheadingdo not have input boxes to add value. So no need to have the setting'save_field' => false. This setting is used to prevent saving value to the database when the field has an input box liketext,wysiwyg,image...
I will inform the development team to improve the builder for this case.January 6, 2024 at 8:12 PM in reply to: Metabox UI disappeared when posting new or editing existing post #44239Peter
ModeratorHello,
Please click on the Screen Options button and see if the meta box is unchecked. If yes, please check that meta box to show on the editing post screen.
https://imgur.com/1qX1pVOIf not, please share your site credentials via this contact form https://metabox.io/contact/
I will take a look. -
AuthorPosts