Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1,231 through 1,245 (of 3,708 total)
  • Author
    Posts
  • in reply to: Hide/Show fields on select type #14063
    Anh TranAnh Tran
    Keymaster

    Hi Dave,

    The condition looks simple and should work. Do you put them in different groups?

    Anh TranAnh Tran
    Keymaster

    Hi Ryan,

    Thanks for your feedback. It's a good addition to the plugin. I'll do that in the next version.

    in reply to: Duplicate form submissions #14060
    Anh TranAnh Tran
    Keymaster

    Hi Ryan,

    This might be a generic problem for all forms. I think your suggestion is good. It can be done with some custom JS.

    in reply to: do I need to create nonces in my function file? #14059
    Anh TranAnh Tran
    Keymaster

    Hi Sean,

    You don't need to create nonces. They're already handled by the plugins.

    Security is an important thing that we care about!

    in reply to: Escaping and Sanitization #14056
    Anh TranAnh Tran
    Keymaster

    Hi Vinny,

    The sanitize method removes all empty values in the group. Empty values are empty string and empty array.

    The esc_meta simply overwrites parent's method, to make the value of sub-fields not escaped.

    They're not bugs and no need to fix them.

    Anh TranAnh Tran
    Keymaster

    Hi Brian, can you send me a temporary admin account to check that? Maybe the problem is somewhere else.

    in reply to: Change the user field view #14039
    Anh TranAnh Tran
    Keymaster

    Hi Sergio, please follow this docs.

    in reply to: Create terms taxonomy field #14038
    Anh TranAnh Tran
    Keymaster

    Hi Sergio,

    We're working on this. There is some progress, but not good enough. We're trying to finish as soon as we can.

    Anh TranAnh Tran
    Keymaster

    Hi,

    I’ve updated the Columns and Tabs extensions with a fix for that. Can you please update and let me know if that works.

    in reply to: Seems error in meta box plugin #14026
    Anh TranAnh Tran
    Keymaster

    Hi,

    Because of the dynamic of the field, my patch works as follows:

    • Do not set required for the input, instead set data-required="1".
    • When users add or remove a file, run a JS callback to check if there's no uploaded files, then set the required field for the first input (we only need to set for the first one as it's okay to have at least one input not empty if there are many inputs).

    I have no idea how your dynamic script works, maybe you get the the idea of how it works here and might change your script a little bit.

    in reply to: Color Picker display issues (Background & Color Picker #14022
    Anh TranAnh Tran
    Keymaster

    Thanks a lot for your feedback. This is an issue with overflow set in the Columns and Tabs extension. I'm fixing them and will release new versions soon.

    Anh TranAnh Tran
    Keymaster

    Hi Brian,

    If the shortcode works fine on their own somewhere else, then it works.

    In this case, the problem might come from how the post type grid module works. I have no idea about this.

    Can you try var_dump the value of do_shortcode('[rwmb_meta id="tour_date"]') in the function, just to see if it returns correct value?

    in reply to: Dropdown disable option #14020
    Anh TranAnh Tran
    Keymaster

    Ah, when initialize the select2, you can get options via data-options and pass it to the initializer:

    var options = $s2.data( 'options' );
    $s2.select2( options );
    in reply to: Seems error in meta box plugin #14019
    Anh TranAnh Tran
    Keymaster

    I've fixed the bug here, can you please help me to test it? Thanks.

    in reply to: Seems error in meta box plugin #14008
    Anh TranAnh Tran
    Keymaster

    Hi Calpaq, thanks for your feedback, let me check it.

Viewing 15 posts - 1,231 through 1,245 (of 3,708 total)