If I add images manually, the gallery works perfectly.
When I use a query loop to add images from a Happy Files folder, the images show as one long list.
This seems to be because when the Happy Files folder is loaded, although the structure appears the same, instead of the outer div and ul using ID they use class.
I want to allow the client to manage their galleries by just adding and removing images in the relevant Happy Files folder but I can’t do that because of this issue.
Unfortunately the styling of the Happy File gallery is not as nice or flexible as the Bricks Gallery.
It is also not full width and the images are smaller and of poorer quality for some reason.
So it does not solve my problem.
It may not be a bug, but it may well be a conflict with the Happy Files Gallery?
Certainly the loop styling which is causing the issue is being changed when a Happy Files folder is selected. In addition the styling is similar to that used in the Happy Files Gallery.
I added the folder as I would add a Post Loop, add a Query Loop to the container:
Type = Posts
Post Type = Media
Terms = [name of folder]
In the Gallery I select Dynamic Data and use Post ID
Is it possible to disable the Happy Files Gallery to test for a conflict?
As I’ve already said, I would prefer to use the Bricks gallery as it has more options.
In the screenshot the Bricks Gallery at the top is what I want - but I had to choose each image individually which is not client-friendly.
The middle screenshot is the Happy Files Gallery but it only has the grid option, reduces the quality of the images and does not go full width so, while it is client-friendly, it is limited compared with the Bricks Gallery.
The bottom image is the issue that I would ideally like to fix - using the images from a Happy Files folder to create a Bricks Gallery.
If the current setup I am using with the Bricks gallery is creating one gallery per image, how do I set it to use the images from one Happy Files folder so it creates a gallery from the folder?
If it is not possible, then I will have to try alternative approaches. If it is possible then I’d love to know how and move this out of this section into the How Do I section.
Hey @aslotta - Is there a way to dynamically include the folder name via an ACF taxonomy field? Right now, the only “dynamic” functionality to this is manually changing the folder name in the function. I tried inserting the ACF field name into the {echo:get_hf_folder_image_ids({acf_happy_files_folder})} but it does not accept it. Would love to solve this one finally for fully dynamic post galleries. Any ideas?