Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 2,611 through 2,625 (of 3,959 total)
  • Author
    Posts
  • in reply to: Cloned WYSIWYG do not work (no edit/save) #7343
    Anh TranAnh Tran
    Keymaster

    Hi again,

    I've just checked the code and looks like the problem comes from the field ID. For cloning fields, we add suffix "_1", "_2" to the ID of new clones. In this situation, your fields have exactly the same pattern ("inhalt_1") and that breaks the naming of new clones. Please just change the field ID to something else, without the suffix "_x" and it will work.

    PS: I understand that might be something unusual, but we have to have a way to make ID unique.

    in reply to: Cloned WYSIWYG do not work (no edit/save) #7342
    Anh TranAnh Tran
    Keymaster

    Hi,

    Sorry to miss your topic. I'm checking it. It should have done before as we already targeted this issue.

    in reply to: Metabox group and admin-ajax.php #7341
    Anh TranAnh Tran
    Keymaster

    Glad that 1 problem is resolved. I tested on your website yesterday and didn't see the bug of admin-ajax. Looks like I didn't clone enough. Will try more.

    By the way, is there any security rule applied on your website?

    in reply to: Cloneable group inheriting values from previous group #7313
    Anh TranAnh Tran
    Keymaster

    I've just fixed issue of not clearing image_advanced value when cloning a group. Can you please try it on your site to see if it works? I'll release new version when we confirm that.

    in reply to: Metabox group and admin-ajax.php #7312
    Anh TranAnh Tran
    Keymaster

    I've just fixed issue of not clearing image_advanced value when cloning a group. Can you please try it on your site to see if it works? I'll release new version when we confirm that.

    in reply to: Include in the Theme #7305
    Anh TranAnh Tran
    Keymaster

    What grafik said is correct. For more information, please read this docs.

    in reply to: Metabox group and admin-ajax.php #7294
    Anh TranAnh Tran
    Keymaster

    I've received it. Will check it soon.

    in reply to: How to add array for post_type of post field #7293
    Anh TranAnh Tran
    Keymaster

    I see.

    Actually, you can use Dot notation or JSON syntax to enter array for custom attributes. For more info, please check this docs.

    in reply to: ✅Type post field + clone + 2k posts #7277
    Anh TranAnh Tran
    Keymaster

    Hi Jackky,

    Thanks for your suggestion. But that doesn't really reduces the number of requests. Do you mean *only* query when typing in the select_advanced? What about clicking on the field as select a post?

    in reply to: Metabox group and admin-ajax.php #7276
    Anh TranAnh Tran
    Keymaster

    Can you send me an admin account to check on your website? Please send via the Contact page.

    in reply to: How to add array for post_type of post field #7270
    Anh TranAnh Tran
    Keymaster

    Hi,

    The option post_type accepts array of post types. So you can get all the post types via get_post_types() function and pass them to post_type.

    in reply to: Required custom fields? #7269
    Anh TranAnh Tran
    Keymaster

    Please try in the field settings:

    'required' => is_admin() ? false : true,

    in reply to: Required custom fields? #7267
    Anh TranAnh Tran
    Keymaster

    Hi,

    The custom fields can be set to required. It's already supported by Meta Box. Please see this and this.

    in reply to: Cloneable group inheriting values from previous group #7265
    Anh TranAnh Tran
    Keymaster

    Hi,

    Sorry for the late reply. I've been working on the documentation last week and couldn't fix the issue. I have replicated it on my localhost and will fix it as soon as I can.

    in reply to: Metabox group and admin-ajax.php #7264
    Anh TranAnh Tran
    Keymaster

    Hi,

    I replicated the bug and am working on it. Will update the plugins as soon as I find something. Please wait a little.

    By the way, does the ajax issue still happen to you? I see no errors in the video.

Viewing 15 posts - 2,611 through 2,625 (of 3,959 total)