My custom image field disappears when I update my post in wp-admin. The custom text field is fine, it retains the value on update. I had the image field working fine when I created my site on localhost(my computer). I installed wp and my theme on my server, installed the plugin again and activated it. However on my server(live) the image disappears after i choose it and then update(save) the post. Images are working correctly on my site.
Thanks Jillian
Latest version of ACF and wordpress ..3.61
Hi @jules
Potentially, the issue is caused by your live site not containing the correct cropped image fields in the wp-content/upload folder.
You can check for this by opening up your console log and looking for 403 errors on the images.
To fix missing images, you can download a plugin to regenerate images. The should help you out.
Thanks
E