I’m a Photographer and I want to have a Gallery where visiting users can click separate categories/filters on the left hand side. (See below for Example)
I suspect that there’s someone here who can suggest an elegant solution. FWIW, I can suggest a crude solution that makes sense only if the number of categories is rather small.
That solution would involve creating one pre-defined gallery for each category and setting it as ‘collapsed’ (except, perhaps, for one gallery that would be the default, visible gallery when the page is loaded).
Then turn each category into a button that would run some Velo code to (1) expand the gallery for that category and (2) collapse any other expanded galleries.
So here is the solution I found for filtering a pro gallery, I made a video that explains it, basically you are using the content manager to populate your gallery and using a dataset to filter it, its in this video here:
@idoh i’m trying to create the same filtered interface as is detailed above. Is there a way now to achieve this without code, or is it still a custom code process? Unfortunately the link to that screencast is now broken.