Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 796 through 810 (of 3,958 total)
  • Author
    Posts
  • Anh TranAnh Tran
    Keymaster

    Hi Swami,

    I'm working on some issues and when they're done, I'll update the plugin.

    Regarding "Activate License" links, they won't appear if you provide updates for the plugins (e.g., they're on the latest versions). It's kind of impossible to detect a plugin is installed via TGMPA or the normal way, because when it's installed, it's just a normal plugin.

    I'd suggest you update the theme when a new version of plugins is released, so your users will get the most recent updates of the plugins.

    Or you can just bundled the Meta Box extensions directly in your custom plugin. In this case, the notification won't show anymore.

    in reply to: Menu Icon #16011
    Anh TranAnh Tran
    Keymaster

    Hi Christine,

    Sorry for the delay. I've just fixed this bug and released a new version on wordpress.org. Please update. The AIO will come later.

    in reply to: How To Make wysiwyg editor Character limit 5000 #16009
    Anh TranAnh Tran
    Keymaster

    Please see the link I posted above. It has some code that you can use to limit the number of characters in a tinymce editor (wysiwyg field). You'll need some coding, though.

    in reply to: Lifetime Bundle #16008
    Anh TranAnh Tran
    Keymaster

    Hi dwcouch,

    Looking at the message, I think the problem is the Meta Box Updater. Please remove it and try again. The updater is not used anymore, it's merged into Meta Box 5.1 already and it's safe to remove it.

    Anh TranAnh Tran
    Keymaster

    Hi, can you check if the email you used in the recent purchase is the same as your account email? We use emails to identify license expiry time. If you use 2 emails, then the system thinks there are 2 accounts.

    If that's the case, please just tell me the email you used recently, and I'll change it to your account's email. Then you'll see the renewal in your account page.

    in reply to: Metabox group wysiwyg #16002
    Anh TranAnh Tran
    Keymaster

    Hi,

    The file field requires extra code to handle the file uploads. What do you need from wysiwyg field?

    in reply to: Dot notation for MB Geolocation "type" #16001
    Anh TranAnh Tran
    Keymaster

    Hi pza,

    Please set as follows:

    • geo.types.0 = (cities)
    • geo.types.1 = establishment
    Anh TranAnh Tran
    Keymaster

    Hi Swami, I've done this in this commit. Please try it.

    in reply to: Relationship field performance #15991
    Anh TranAnh Tran
    Keymaster

    I read the news, too. Thanks for sharing.

    in reply to: Uncaught TypeError: Cannot read property 'type' of undefined #15990
    Anh TranAnh Tran
    Keymaster

    Hi 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.

    in reply to: mb_blocks_preview event not firing #15989
    Anh TranAnh Tran
    Keymaster

    Hi 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

    in reply to: textarea not saving html #15975
    Anh TranAnh Tran
    Keymaster

    Hi, 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_post sanitize 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

    in reply to: Remove confirmation #15974
    Anh TranAnh Tran
    Keymaster

    Hi Matt,

    Thanks for your message. You can disable the confirmation completely by creating an empty file confirmation.php and put it in your theme under mb-user-profile folder (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.

    in reply to: Two of "license key input box" in admin page #15973
    Anh TranAnh Tran
    Keymaster

    Hi Jiro, please remove the Meta Box Updater extension. It's now bundled in the Meta Box plugin and you don't need it anymore.

    Anh TranAnh Tran
    Keymaster

    Hi Swami, I'm still working on this issue. I'll try to do it as fastest as possible.

Viewing 15 posts - 796 through 810 (of 3,958 total)