Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterCan you please take a screenshot?
Anh Tran
KeymasterHi 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)?
November 9, 2017 at 5:39 PM in reply to: Cloneable group inheriting values from previous group #7344Anh Tran
KeymasterCan you please post your code here? I tried with some configurations and they worked. Probably I missed something.
Anh Tran
KeymasterHi 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.
Anh Tran
KeymasterHi,
Sorry to miss your topic. I'm checking it. It should have done before as we already targeted this issue.
Anh Tran
KeymasterGlad 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?
November 8, 2017 at 11:15 AM in reply to: Cloneable group inheriting values from previous group #7313Anh Tran
KeymasterI'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.
Anh Tran
KeymasterI'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.
Anh Tran
KeymasterI've received it. Will check it soon.
Anh Tran
KeymasterI see.
Actually, you can use Dot notation or JSON syntax to enter array for custom attributes. For more info, please check this docs.
Anh Tran
KeymasterHi 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?
Anh Tran
KeymasterCan you send me an admin account to check on your website? Please send via the Contact page.
Anh Tran
KeymasterHi,
The option
post_typeaccepts array of post types. So you can get all the post types viaget_post_types()function and pass them topost_type.Anh Tran
KeymasterPlease try in the field settings:
'required' => is_admin() ? false : true, -
AuthorPosts