Home › Forums › Add-ons › Gallery Field › can't edit images in Gallery field › Reply To: can't edit images in Gallery field
Hi guys.
I have a feeling that this issue is caused when the last viewed ‘state’ is the ‘upload’ tab.
I have fixed this issue and will soon release an update, however, can you please test his by editing the gallery field’s js/input.js
file and adding on line 181
:
// set to browse
if( _media.frame.content._mode != 'browse' )
{
_media.frame.content.mode('browse');
}
Thanks
E
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.