Hello @OctoCog,
I have logged in and checked your layout and I found out that your ACF Gallery will only return either the Image URL or the Image ID.
You choose to return an Array, therefore the Gallery will only have these:
So, we need another looper that will get each of the information about the image. To do that, inside the Slide, you will have to insert a DIV as your Looper Provider which will have a Query String: post_type=attachment&post_mime_type=image&p={{dc:looper:item}}
and then a Text element as your Looper Consumer that will display the “Media Credit” information about that image. In this case, we will be using {{dc:post:meta key="media_credit"}}
By the way, please remove any unnecessary Looper Provider and Looper Consumer in your single layout. Enable and Use the Looper Provider and Looper Consumer when it is needed.
- See the secure note below.
Best Regards.