Forum Replies Created
-
AuthorPosts
-
September 5, 2019 at 12:27 AM in reply to: ✅Uncaught TypeError: Cannot read property 'type' of undefined #15990
Anh Tran
KeymasterHi fexy,
Your JS code is different from mine. Mine is:
$title = $group.find( '> .rwmb-group-title-wrapper > .rwmb-group-title, > .rwmb-input > .rwmb-group-title-wrapper > .rwmb-group-title' ),So, I guess there's some caching issue here. Please cleane the browser cache and try again.
Anh Tran
KeymasterHi SG,
The reason for this behavior is that the script should not be triggered when document ready. It should be triggered using a custom event:
mb_blocks_preview/block_name. For details, please see the docs:https://docs.metabox.io/extensions/mb-blocks/#enqueue_script
Anh Tran
KeymasterHi, since the version 5.1 of Meta Box, we have added a sanitization for all inputs to improve the security. Textarea by default will have the
wp_kses_postsanitize callback, which will strips all iframe, script and style.To bypass the sanitization to make it accept iframe, please add this setting to the field:
'sanitize_callback' => 'none'See more in this docs: https://docs.metabox.io/sanitization/#bypass-the-sanitization
Anh Tran
KeymasterHi Matt,
Thanks for your message. You can disable the confirmation completely by creating an empty file
confirmation.phpand put it in your theme undermb-user-profilefolder (you might need to create it if it doesn't exist).In the next version, I'll add a check to not output the empty div if the confirmation is empty.
Anh Tran
KeymasterHi Jiro, please remove the Meta Box Updater extension. It's now bundled in the Meta Box plugin and you don't need it anymore.
September 3, 2019 at 9:36 PM in reply to: ✅How to remove Meta Box license key Notification when Extension is Bundled? #15966Anh Tran
KeymasterHi Swami, I'm still working on this issue. I'll try to do it as fastest as possible.
Anh Tran
KeymasterI haven't done adding that to the plugin yet. I'll let you know when it's done.
Anh Tran
KeymasterHi Charlin,
Thanks a lot for your investigation. Looks like that's a real fix. I'll do more research on that and will add it to the plugin.
Update: the above fix doesn't work well with MB Frontend Submission and MB User Profile. I have fixed this issue another way and will release new versions for both + AIO soon.
Anh Tran
KeymasterHi Dave,
In your settings page, you set
'option_name' => 'Avantage Courtage'. Please change it toac-setting. It's the option name that you will use in theget_optionorrwmb_metafunction.Anh Tran
KeymasterHi Charlin, thanks for your feedback. I'll check it.
Regarding the errors in your 2nd reply: it was in older versions of AIO. The latest version of AIO doesn't have Meta Box Updater anymore and thus, can produce this error.
Anh Tran
KeymasterHi Alessandro, I released a new version with a hotfix for this bug yesterday. Please update.
Anh Tran
KeymasterFYI: the integration is available on SearchWP website:
Anh Tran
KeymasterFYI: the integration is available on SearchWP website:
Anh Tran
KeymasterFYI: the latest version brings back this parameter to the shortcode while not revealing it in the HTML.
-
AuthorPosts