Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi Eddie,
Meta Box does not support removing the CPT slug from the URL. Please refer to this topic https://support.metabox.io/topic/how-to-remove-the-slug-from-the-permalink-of-a-cpt/
Long Nguyen
ModeratorHi,
If you are using the Builder, just set the default value to checked by default. Screenshot https://monosnap.com/file/oXwN4AB26TBAVuQ0Vp34HZNPEy3lmf
March 29, 2022 at 6:32 PM in reply to: Pre-sales question: duplicate fields in separate meta boxes #35356Long Nguyen
ModeratorHi,
If you use the extension MB Include Exclude, a meta box is not loaded so you can use the same field ID in both meta boxes. But please be aware that the field value will be overridden with the last save because they have the same ID (meta key).
Long Nguyen
ModeratorHi,
There are some changes in the codebase from the new version of MB Views 1.10.1. So if you have a license AppSumo Tier 3, please use the plugin Meta Box AIO instead of some single Meta Box extension to avoid errors with deprecated functions/classes.
Long Nguyen
ModeratorHi Kyle,
Thanks for your feedback.
The custom block does not support counting the word in the content. I will inform the development team to consider supporting this feature in future updates.
Long Nguyen
ModeratorHi,
The helper shortcode
[rwmb_meta]does not support translating the date into the French language. You need to use the WordPress functiondate_i18n()and enabletimestampsetting to display the date in French.
Refer to this topic https://support.metabox.io/topic/problem-displaying-images-videos-and-date-format-in-french/#post-35251Long Nguyen
ModeratorHi Janos,
The field type
multimaskof the custom plugin also saves the raw value (number) into the database like the field typenumber. It just helps you to display the number in a formatted style. So I think you can install that plugin then create a new custom field using that field type and the same field ID to display the number in a formatted style.
https://github.com/badabingbreda/field-text-multimaskYou can also contact Didou, the author of this plugin to ask for more information https://www.facebook.com/groups/153766748574311/user/100002815898663/
March 29, 2022 at 11:13 AM in reply to: Adding code for settings pages doesn't work with MB Settings Page on #35349Long Nguyen
ModeratorHi Cees,
Please add the setting ID to the code generated from the builder, it is missing now. Read more on this documentation https://docs.metabox.io/extensions/mb-settings-page/#using-code
and you also need to delete the settings page in the builder or disable the MB Settings Page extension to use the code. Refer to this documentation https://docs.metabox.io/extensions/meta-box-builder/#getting-php-code
Long Nguyen
ModeratorHi,
Yes, the HTML validation
'required' => trueis working on both the Visual and Text tabs. But the JS validation only works with the Text tab.
https://docs.metabox.io/validation/Long Nguyen
ModeratorHi,
You can do both. Tabs in the settings page are used to separate the field groups. Tabs in the field group are used to separate the custom fields. Please check this screenshot https://imgur.com/tgY3gqh
Long Nguyen
ModeratorHi,
Can you please deactivate the plugin Oxygen and add the code to the post template of a theme to check the code works correctly?
Long Nguyen
ModeratorHi Victoria,
In case of using Oxygen Builder, please reach out to them if you have any issues with installation, configuration, compatibility, or usage.
Refer to our support policy https://support.metabox.io/topic/support-policy/March 28, 2022 at 10:19 AM in reply to: How to clone posts / populate form based on other posts #35332Long Nguyen
ModeratorHi Sam,
MB Frontend Submission does not support duplicating a post based on another one. In the backend, you can try to use a third-party plugin https://wordpress.org/plugins/duplicate-post/
Long Nguyen
ModeratorHi,
You can try to print out post ID and other field values to check if it works correctly to troubleshoot the issue. The inner query is working as well on my site. Here is an example
https://support.metabox.io/topic/traversing-multiple-related-cpts/Long Nguyen
ModeratorHi FED,
The field
textis working as well on my testing site. Other fields like image fields, WYSIWYG ... that use the JavaScript code to display and manipulate field value do not work with the media modal that also uses JS code to display and save images. -
AuthorPosts