Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 2,236 through 2,250 (of 3,708 total)
  • Author
    Posts
  • in reply to: Group Items Don't Close #9226
    Anh TranAnh Tran
    Keymaster

    Hi,

    Which version of the Group extension are you using? I remember I fixed this bug a while ago. Please try updating to the latest version.

    in reply to: Defining custom validation methods #9225
    Anh TranAnh Tran
    Keymaster

    Glad that you have resolved it.

    The jQuery validation plugin is enqueued only when there's any validation rule. And because it's outputted in the admin footer, your script need to be outputted after that. I'd suggest using hook admin_print_footer_scripts with high priority to output it. Do not use admin_footer as it fires before admin_print_footer_scripts, which is used to output enqueued JS.

    in reply to: Metabox Multiple Dependency #9214
    Anh TranAnh Tran
    Keymaster

    Hello,

    Please use MB Conditional Logic for this purpose. The extension allows you to show/hide a field based on other fields' values.

    Anh TranAnh Tran
    Keymaster

    Thanks for your feedback. Let me try to fix it.

    in reply to: Reordering Images Bug #9199
    Anh TranAnh Tran
    Keymaster

    Hello,

    Are all images to loaded before reordering? It's required to load all images before reordering them.

    in reply to: Defining custom validation methods #9198
    Anh TranAnh Tran
    Keymaster

    Hello,

    I've just tested and the custom validation rule works. I think the problem might be the way you enqueue your script (that contains custom rule). Somehow, it's enqueued before jQuery or jQuery validation script is output.

    In my test, I use wp_footer hook with priority 9999 to enqueue the JS, so it's always after jQuery and jQuery validation. Please try and let me know how it goes.

    in reply to: Language translations #9196
    Anh TranAnh Tran
    Keymaster

    Yes, Github is a great place for collaboration. I've just created the repo at:

    https://github.com/wpmetabox/mb-multilingual

    And to find your posts, click on your avatar or nick name (on the left of any reply), you'll be taken to forum profile page, where you can see all your topics and replies.

    in reply to: MB Builder *Required* validation option? #9189
    Anh TranAnh Tran
    Keymaster

    FYI, the latest version of MB Builder have "Required" checkbox. Please update it.

    in reply to: Mime-types url validation #9181
    Anh TranAnh Tran
    Keymaster

    Hi Kasia,

    Which field type are you using? How do you setup the validation?

    in reply to: With this plugin active, meta values don't save #9180
    Anh TranAnh Tran
    Keymaster

    Great that you have resolved this! If you still see any problem, please let me know!

    in reply to: How to download other plugins in bundle ? #9179
    Anh TranAnh Tran
    Keymaster

    Hello,

    When did you buy the bundle? And which bundle did you buy?

    I’ve just checked your account and see you bought only MB Group. Probably you entered the wrong email when buying the bundle. So please give me more info to check.

    in reply to: How to include extension in the theme? #9178
    Anh TranAnh Tran
    Keymaster

    Hi alisha,

    The step to download the plugins and put them inside your theme is always required.

    However, you can choose to either bundle the plugins (unzip and copy all plugins files) or using TGM Activation class to include them (no unzip, just copy the .zip files). The former method does not require to install individual plugins, while the later does.

    in reply to: WYSIWYG field seems broken when Gutenberg is enabled #9177
    Anh TranAnh Tran
    Keymaster

    Hi,

    This is a known bug of Gutenberg. The development team is working on fixing this bug. You can see the progress here:

    https://github.com/WordPress/gutenberg/issues/3302

    I covered this issue in this blog post:

    https://metabox.io/meta-box-is-compatible-with-gutenberg/

    in reply to: How to include extension in the theme? #9165
    Anh TranAnh Tran
    Keymaster

    Hi alisha,

    Please follow this docs to integrate the extensions into your theme:

    https://docs.metabox.io/extensions/integration/

    You can either using TGM Activation class or bundle them.

    in reply to: With this plugin active, meta values don't save #9164
    Anh TranAnh Tran
    Keymaster

    Can you post the full code that register meta boxes here? And what extensions are you using?

Viewing 15 posts - 2,236 through 2,250 (of 3,708 total)