Forum Replies Created
-
AuthorPosts
-
December 7, 2020 at 10:52 PM in reply to: ✅Lost Pasword 404 (page not found) ?lost-password=true #23454
Long Nguyen
ModeratorHi,
Please save the permalink setting in Admin dashboard > Settings > Permalinks again then check the lost password page again.
Let me know how it goes.
Long Nguyen
ModeratorHi,
I'm going to create a feature request for the developer team to support the field Phone (tel) for the MB Builder (UI) as an improvement.
For now, please use the custom field type with some lines of code.
https://docs.metabox.io/custom-field-type/Thanks for your understanding and patience.
Long Nguyen
ModeratorHi,
Could you please share some screenshots of the issue? And if it is possible, please share the credentials via this form https://metabox.io/contact/. I will check it out.
Long Nguyen
ModeratorHi,
If the CPT created before the updating, please follow this note on the documentation https://docs.metabox.io/extensions/mb-custom-post-type/#force-migrate and save the setting in Admin dashboard > Settings > Permalinks (Post name) again.
Let me know how it goes.
December 7, 2020 at 11:08 AM in reply to: ✅Fatal Error in class-mb-custom-table-loader.php on line 58 #23435Long Nguyen
ModeratorHi,
Please share the credentials (Admin site and FTP account) via this form https://metabox.io/contact/. I will check it out.
December 7, 2020 at 10:08 AM in reply to: ✅Suggestion for fields — Automatically adding a TITLE ATRIBUTE based on MB ID #23434Long Nguyen
ModeratorHi Giovani,
Thanks for your idea.
WordPress requires the meta box's title when registering, we've also noted this case on the documentation when creating the meta box:
idMeta box ID, must be unique. Optional. If it’s absent, it will be generated fromtitleusingsanitize_titlefunction.
titleMeta box title. Required.https://docs.metabox.io/creating-meta-boxes/#meta-box-settings
titleis required andidis optional, it will be generated fromtitle.Long Nguyen
ModeratorHi Brian,
The phone field is one of the basic HTML5 input types. Please follow this documentation to know how to create a custom field type
tel(phone):
https://docs.metabox.io/custom-field-type/
https://docs.metabox.io/html5-input-types/Long Nguyen
ModeratorHi,
The field
taxonomydoesn’t store any terms in the post meta. Instead, it sets post terms. Just like a replacement of Category or Tag meta box of WordPress so it does not work with Group or Block. If you want to save the taxonomy as the post meta or Block content, please use the fieldtaxonomy_advanced.For more information, please follow these documentations.
https://docs.metabox.io/fields/taxonomy-advanced/
https://docs.metabox.io/fields/taxonomy/#dataLong Nguyen
ModeratorHi Anne,
There is an issue with the jQuery version on your site. Please try to switch to the default theme of WordPress Twenty Twenty then check the issue again.
If it solved, you can use the plugin jQuery Migrate Helper to make the theme works with the current WordPress version.
https://wordpress.org/plugins/enable-jquery-migrate-helper/Let me know how it goes.
Long Nguyen
ModeratorHi Scot,
Here is the sample code to connect a taxonomy to a CPT
add_action( 'mb_relationships_init', function () { MB_Relationships_API::register( [ 'id' => 'skills_to_occupations', 'from' => [ 'object_type' => 'term', 'taxonomy' => 'skill', ], 'to' => [ 'object_type' => 'post', 'post_type' => 'occupation', ], ] ); } );Get more details here https://docs.metabox.io/extensions/mb-relationships/#users-to-posts
Long Nguyen
ModeratorThanks for your idea.
I'm going to create a feature request for the developer team to support keep the active tab on refreshing/reloading the page.
Long Nguyen
ModeratorHi,
The extension MB Tabs supports to show the default active tab by using the setting
tab_default_active. See more in the documentation https://docs.metabox.io/extensions/meta-box-tabs/#usageDo you mean the currently active tab when a user click publish/update the post?
December 4, 2020 at 12:14 PM in reply to: ✅How to allow a JS snippet as the input for a custom field? #23412Long Nguyen
ModeratorHi Rick,
To ensure the user input is safe to save to the database, Meta Box provides a mechanism to sanitize fields’ values. The default sanitized callback for the field WYSIWYG is wp_kses_post. You can use a custom sanitize callback or bypass the sanitization by following this documentation https://docs.metabox.io/sanitization/#bypass-the-sanitization.
December 3, 2020 at 10:47 AM in reply to: ✅Fatal Error in class-mb-custom-table-loader.php on line 58 #23404Long Nguyen
ModeratorHi,
I've tried to follow your steps to reproduce the issue on my local site but not see any error. Screen record: https://share.getcloudapp.com/d5uP0eNy.
Can you please update the new version of Meta Box AIO 1.12.0 then deactivate all plugins except Meta Box, Meta Box AIO and check it again?
December 2, 2020 at 10:35 PM in reply to: ✅Problem with PO/MO in new version — labels but revert to English after saving #23399Long Nguyen
ModeratorHi Giovani,
I can create a new Post type or Taxonomy with my language (Vietnamese) as well. It does not revert back to English while creating or updating. See my screenshots:
https://share.getcloudapp.com/llun46EY
https://share.getcloudapp.com/WnulEqXQRegarding the translation is gone, I recommend using Loco Translate to translate the extension's text to your language (BR). Loco also helps you to scan (new) text and loads the correct file MO.
https://share.getcloudapp.com/geuormpE -
AuthorPosts