Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
I'm afraid that it isn't possible. You can sort the user by using the setting
query_argsbut not possible to sort the custom label displayed by custom code.July 10, 2024 at 8:39 PM in reply to: Map field default location in clonable group....via AJAX? #45879Peter
ModeratorHello,
If you want to view the submitted post from the frontend form, you can use the frontend dashboard. Then click on the post title to view the post.
Following the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#user-dashboardJuly 10, 2024 at 8:32 PM in reply to: ✅Avoiding Custom Field Duplication Across Multiple CPTs in BricksBuilder #45877Peter
ModeratorHello,
There isn't a global custom field. A field has to be associated with a post. You can create a specific field group with some fields and assign it to more CPTs. Then you will have the same field ID for all posts of those CPTs.
July 10, 2024 at 8:27 PM in reply to: Don't know where the settings are and no longer working upon upgrading #45876Peter
ModeratorHello Jacques,
You can share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello Christian,
If you use the custom table to save the field value, please follow the documentation
https://docs.metabox.io/extensions/mb-custom-table/#getting-field-value
to get the field value.July 10, 2024 at 8:15 PM in reply to: Issue with Elementor grid loop in archive template when query is Current Query #45874Peter
ModeratorHello Jackie,
As I mentioned above:
1. This is the post type archive page https://centuries-of-leadership.com/products/ - where you can use the current query option of Elementor template to show posts.
2. This is the taxonomy archive page
https://centuries-of-leadership.com/category/government
https://centuries-of-leadership.com/category/military/
where you have to use the query course and select a specific taxonomy to show posts.It is the feature of Elementor template itself and I don't think it is related to Meta Box in this case. You can try to contact Elementor support to get more information.
July 9, 2024 at 9:55 PM in reply to: ✅Avoiding Custom Field Duplication Across Multiple CPTs in BricksBuilder #45866Peter
ModeratorHello Tobias,
If you want to have a global field, please consider using the settings page with custom fields like the theme options. Please follow the documentation
https://docs.metabox.io/extensions/mb-settings-page/Peter
ModeratorHello Artur,
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.
July 9, 2024 at 9:28 PM in reply to: Issue with Elementor grid loop in archive template when query is Current Query #45863Peter
ModeratorHello,
Please share your site credentials by submitting this contact form https://metabox.io/contact/
I will take a look.July 9, 2024 at 9:27 PM in reply to: Bug Report: Taxonomy Select Fields Data Interference in Multiple Meta Boxes #45862Peter
ModeratorHello,
You can use the field
taxonomy_advancedto have more fields and save value. Please follow the documentation https://docs.metabox.io/fields/taxonomy-advanced/Regarding the
taxonomyfield, you can use only one field per post.July 8, 2024 at 9:39 PM in reply to: ✅Is there any way to add values to a group programmatically #45853Peter
ModeratorHello,
It is possible to use the code to update the group field value. You can use the helper function
rwmb_set_meta()or WordPress functionupdate_post_meta()to do that.Please follow this topic https://support.metabox.io/topic/migrating-from-regular-fields-to-a-grouped-field/
and documentation https://docs.metabox.io/functions/rwmb-set-meta/Peter
ModeratorHello Victoria,
The capability
read_others_cptis not available in the WordPress documentation https://learn.wordpress.org/tutorial/custom-post-types-and-capabilities/It could be supported by another plugin. I suggest you contact WP Members plugin support and ask them for more information.
Peter
ModeratorHello Jonathan,
If you are using a custom user role, please try to enable the capability
edit_postsfor the role and let me know if it helps.Peter
ModeratorHello Yasmine,
So the issue is related to your custom code that creates posts after submitting the user profile form, then the action hook save_post doesn't work. You can use the
inithook as I suggest above for your case.July 5, 2024 at 9:06 PM in reply to: Issue with Elementor grid loop in archive template when query is Current Query #45836Peter
ModeratorThis is the taxonomy archive page https://centuries-of-leadership.com/category/government
This is the post type archive page https://centuries-of-leadership.com/products/Can you create a taxonomy archive page for the new CPT wporg_product as you do for the category government and see how it goes?
-
AuthorPosts