Hi! Currently working on a project page template in the Layout Builder for a custom post type with ACF fields, and am trying to display a gallery pulled from an ACF gallery field—setup is as follows:
- Column is set as Looper Provider (Custom Hook: {{dc:acf:field field=“gallery”}})
- Image element set as Looper Consumer, with source hook: {{dc:looper:field}}
- Gallery returns an Image Array (though I also tried with URL/ID to no avail)
I’ve successfully pulled text from my ACF fields, however the gallery is not showing up. The above setup worked for a similar gallery on another page, however that one did not use a Layout, which I suspect is part of the issue, but not sure.
Any advice would be appreciated, and let me know if I can provide any more details. Thanks!
Matt