Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 2,581 through 2,595 (of 3,708 total)
  • Author
    Posts
  • in reply to: Post thumbnail not deletable #7361
    Anh TranAnh Tran
    Keymaster

    Hi Florian,

    I've just updated both MB Frontend Submission (version 1.1.1) and Meta Box (on Github) to make the post thumbnail deletable. Can you please try them?

    The old technique is removing files via ajax, which is not doable in the frontend. The new version of file field uses simple hidden input field to store value, and makes it deleteable. It also allows us to clone file field if needed.

    Please just try and let me know the result.

    Thanks,
    Anh

    in reply to: Field type "image_advanced" problem #7353
    Anh TranAnh Tran
    Keymaster

    Can you please take a screenshot?

    in reply to: Unable to make Include Exclude extension to work #7345
    Anh TranAnh Tran
    Keymaster

    Hi Saqib,

    Does it not work with a simple WordPress installation? Have you checked the meta box is hidden in the "Screen" options tab (on the top right)?

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

    Can you please post your code here? I tried with some configurations and they worked. Probably I missed something.

    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.

Viewing 15 posts - 2,581 through 2,595 (of 3,708 total)