I’m wondering if anyone can suggest an alternative route here. I’m trying to build a gallery in a grid where the images are sourced from multiple posts (Project Type).
I have multiple Projects, and each one has an ACF Image Gallery field - sometimes there’s one image and sometimes there’s a few images in each project item.
What I have tried so far:
I can display the images by using a Looper Provider Query Builder filtering for Project Type with Gallery images and then Consuming each Project before a second layer Looper Provider gives access to the individual images in the current project. That’s great, and it works.
But I’d like for them to line up in the grid without the individual project gaps, as though sourced from one place. Here’s how it currently appears - as you can see, it is creating its own grid for each. Any ideas?
Is there a way to pull in all images that are attached to Project Gallery, or some other way to create a single Provider that the Cell of the grid can consume all in one go?