I would like for users to be able to filter a portfolio grid/gallery by portfolio category with the category list in a horizontal line across the top, and if category is clicked on, only those portfolio items that are in that category will show. So default display would be ALL, but ability for user to select by category.
I have done this with another theme (GRETE) for a client and have included the screenshot below.
Absolutely all the other portfolio page templates have a category filter in their page options allowing you to display only certain items belonging to a specific category.
Thanks for the response. I eventually noticed the dynamic filter - show-filters-wrap - but it is way too subtle. I have seen the portfolio page templates with a category filter, but that doesn't help my user. I want them to be able to filter at the top of the page from a list.
I would like for users to be able to filter a portfolio grid/gallery by portfolio category with the category list in a horizontal line across the top, and if category is clicked on, only those portfolio items that are in that category will show. So default display would be ALL, but ability for user to select by category.
I have done this with another theme (GRETE) for a client and have included the screenshot below.
Attached files: Screenshot 2024-06-26 at 3.21.47 PM.png
Hello Patricia,
What we have in Humpton is actually a dynamic portfolio filter as showcased by the portfolio grid
http://clapat-themes.com/wordpress/humpton/random-portfolio/
(see the lower left button in the page)
Absolutely all the other portfolio page templates have a category filter in their page options allowing you to display only certain items belonging to a specific category.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks for the response. I eventually noticed the dynamic filter - show-filters-wrap - but it is way too subtle. I have seen the portfolio page templates with a category filter, but that doesn't help my user. I want them to be able to filter at the top of the page from a list.
Hello Patricia,
First of all I can see you are using the portfolio grid as Elementor widget and not as page template.
you can implement however a block / html content that emulates the filters something among the lines
<div id="filters">
....
<a href="#" data-filter=".photo">Photo</a>
....
</div>
plz note that the filpers wrapper id must be "filters"
the filter itself is a href="#" with data filter attribute set to the portfolio category
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy