Forum Replies Created
-
AuthorPosts
-
October 16, 2023 at 9:24 PM in reply to: ✅Show author in post list without adding support for author #43535
Peter
ModeratorHello Lydia,
You can create a
textfield and setauthoras the field ID, enable option "Disabled" and "Show in admin column" to prevent editing the field and show the author in the admin column. Screenshot https://monosnap.com/file/G24M5UD1kHvFW5Qbb8JIm1WXQCfvP4Peter
ModeratorHello,
Can you please share some screenshots of the date field settings on your site? Here is an example that works on my demo site https://monosnap.com/file/gOlxPuaKspx3OxUdYMx0dstMTcxwHY
Peter
ModeratorHello,
Thanks for your feedback.
I see the issue with the
postfield, I've escalated this issue to the development team to fix it in future updates.Regarding the
switchfield, if you want to clone default value, please enableclone_defaultfor the group field. Following the documentation https://docs.metabox.io/extensions/meta-box-group/#clone-default-valuesPeter
ModeratorHello,
It is fixed in the new version of Meta Box 5.8.2, please update the plugin and recheck this.
Peter
ModeratorHello,
Please export the field group to a JSON file and share it here, I will forward it to the development team to check it and get back to you later.
Refer to the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import
Peter
ModeratorHello,
Regarding the issue with maximum number of fields, please try to increase the PHP setting
max_input_varsand see if it helps. Read more about the PHP setting in the documentation https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/Peter
ModeratorHello,
You can create a new post type with the slug "document" and use the plugin Post Type Switcher to move all posts to the new post type https://wordpress.org/plugins/post-type-switcher/
Peter
ModeratorHello,
Yes, it is possible. But you need to add the field value for each post manually again because the value is saved in a different table.
Peter
ModeratorHello Hinnerk,
I'm afraid that it isn't possible. If you use the WordPress version < 5.9, please use the older version of Meta Box.
Peter
ModeratorThanks for your confirmation. It will be included in the next update of Meta Box.
Peter
ModeratorGenerally, you can go to admin area > Settings page and update the field value. If it needs to custom code for a specific case, then it is beyond our scope of support.
Peter
ModeratorHello,
I do not see the warning message on this post. Does it appear when the post does not have the image and text field value?
If not, please share your site credentials via this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello Fabio,
If the custom field "data_ora_inizio" saved value in a custom table, it isn't possible to order or get posts by that field value.
To get posts by custom fields in the custom table, you need to make an extra query to get the post IDs first. Then use these IDs to get full post objects.
Or get field value by a given post ID.Read more in the documentation
https://docs.metabox.io/extensions/mb-custom-table/#query-posts-with-wp_query
https://docs.metabox.io/extensions/mb-custom-table/#getting-field-valuePeter
ModeratorHello,
If you are using an MB custom block, then try to apply the fix in this commit
https://github.com/wpmetabox/meta-box/commit/2635f09fc634ce830a6c9d7e1164f86f26546a4cLet me know how it goes.
Peter
ModeratorHello Klaus,
How do you add/update the field value on the settings page? Do you use a custom code to do that? Please let me know more details of your case.
-
AuthorPosts