Meta Box
Support Forum
Support › Meta Box Group › File Advanced - Clone Issue
Hello, i have in my Metabox Group a file_advanced field.
Now when i clone this group with an not empty file field (this group was actually saved), the cloned field (file_advanced) is not selectable (there is no button to select).
Thank you
Do you set max_upload_files param?
Hello, yes it is set to 1 max upload
Hmm, that might relate to the JS that hide the upload button but forget to show it after cloning. I will check that.
Just checked the problem and it seems to work for me: http://prntscr.com/axxtl4
Can you post your code so I can check more carefully?
I also use the tabs extension in my plugin. Mybe this extension causes the problem?
Maybe, I'm not sure cause it works for me. Can you post your code here?
I think i have the same problem with 'image_advanced'. See the code: http://pastebin.com/T0Fz2C69 See the video: https://www.dropbox.com/s/xbv2pctt9d1rszs/Meta%20Box%20-%20Clone%20image-advanced.mov?dl=0
Thanks, @Flikweert. The video is very helpful. I will check the problem and fix it.
When i inspect the HTML, delete 'type="hidden"' and add a new field with the 'Add more' button it works.
We've just fixed this bug on Github. Can you please try it?
Thank you! The problem is solved