Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
curently editors can create new setting pagesI do not see that on my demo site. Only the administrator can access the Meta Box builder (mb post types) to create a settings page. Do you use a custom code or a third-party plugin that changes the capabilities of the editor role?
Peter
ModeratorHello there,
You can try to switch to tab Text and use this sample code to add the helper shortcode to the
<a>tag.test <a href="[rwmb_meta id='url_field']">content</a>Remember to replace the double quotes with single quote in the shortcode.
October 17, 2023 at 11:13 PM in reply to: frontend form for relationships acting differently on different pages #43548Peter
ModeratorHello,
Do you use the field type
selectwhen registering the relationship between "bookings" & "enquiries"? Please share the code that you use to register the relationship, I will help you to check the issue.Peter
ModeratorHello,
For the HTML5 attribute, you can use the attribute
pattern. For the advanced validation, you can use the remote validation. Then add your own regex to validate the input value.Following the documentation
https://docs.metabox.io/validation/
https://www.w3schools.com/tags/att_input_pattern.aspPeter
ModeratorHello,
You can use the settings
minTimeandmaxTimeto set the selectable time range. Please follow the documentation
https://trentrichardson.com/examples/timepicker/#tp-options
https://docs.metabox.io/fields/datetime/#settingsPeter
ModeratorHello Elene,
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.
Peter
ModeratorHello Lisa,
I have received a report from a user that relates to the Elementor Loop feature. If you use the carousel image in a loop widget, it only displays the first image even with a list image manually selected from WordPress (not using Meta Box field). Can you please confirm this on your site?
October 16, 2023 at 9:24 PM in reply to: ✅Show author in post list without adding support for author #43535Peter
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.
-
AuthorPosts