Home › Forums › ACF PRO › Gallery acf problem with wordpress multisite › Reply To: Gallery acf problem with wordpress multisite
Do the media IDs get saved to the database?
Search wp_postmeta for the post ID and meta key. It should have a serialized value containing the post IDs of the images.
My guess here is that the values are saved but then not rendered properly when the post reloads. This is likely do to functions called when rendering the fields and selected images that may not be captured/filtered/altered by the other plugin that you are using.
These include wp_prepare_attachment_for_js() and get_compat_media_markup()
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.