I am unsure how to explain this.
I am interested in having a mason gallery that is sortable by tags.
the viewer sees the gallery with 5 tag words above it..
they click on one tag word and all the pictures related to that tag move up and the others go away.
click on another tag word and the same happens.. etc… an example of this I have found is:
http://themes.tf/preview/?haven go to projects.
All I would want is to have the pictures move – no read more.
can that be done in enfold.. if so how? thank you!
Julie
Hi Julie!
Yes that’s possible but you’d need to use a Masonry element (Content Elements), the gallery elements would be a post type so they can have tags assigned and be sortable.
Cheers!
Josue
Can you give me details how exactly.. thanks
Julie
Hey!
Create post items then apply tags and featured images to them. On a page insert the Masonry element, set the Which Entries? setting to Post Tag. Set the Element Title and Excerpt to Display Neither. We can remove the link of the images with this on Quick CSS:
.av-masonry-item-loaded {
pointer-events: none;
}
Best regards,
Ismael
