Hello there, i want to ask if it possible to make a filter for a gallery i have, for now it has 50 images, but in a month it will have 100’s … they are Movies posters, you can check the link here , so the things is, as you see, under the posters there is the title (Movie Name) and the Description (Action or comedy or etc …) the question is, can somehow make a filter, like using checkboxes, and name them (Action, Comedy, romance, Drama, Horror and etc …) so when the visitor check Action and Comedy for exmaple, it will detect the images descriptions in which images contain those words will stay in the gallery and which do not contain them will disappear ! but when the visitor uncheck those checkboxes they will be back again ! … can this be done here ? in the forum ? or i will have to hire a corvid master ??! Thank you
Here you would be better suited to using a repeater or a gallery and not a Wix Pro Gallery.
Don’t use a Wix Pro Gallery if you are trying to use it with code as the Wix Pro Gallery is itself a Wix app and therefore any code that you try to use with it might not work as the apps own settings override it or ignore it.
You can see examples for this here.
https://www.wix.com/corvid/examples
Along with the API References for them all.
https://www.wix.com/corvid/reference/$w.Repeater.html
https://www.wix.com/corvid/forum/corvid-tips-and-updates/example-input-repeaters
https://www.wix.com/corvid/reference/$w.Gallery.html
https://www.wix.com/corvid/reference/wix-dataset.Dataset.html#setFilter
https://www.wix.com/corvid/reference/wix-data.WixDataQuery.html
https://www.wix.com/corvid/reference/wix-data.WixDataFilter.html
Also, if you simply search this forum for ‘filtering repeater’ you will find many previous posts that can help you with code for it all, even this one from 2017!
https://www.wix.com/corvid/forum/community-discussion/filtering-repeater
Otherwise, you can have a look at outside sites here.
Modify repeater items using Wix Code
https://www.vorbly.com/Vorbly-Code/WIX-REPEATER-WITH-MULTIPLE-FILTERS
https://www.vorbly.com/Vorbly-Code/WIX-REPEATER-WITH-FILTER-BUTTONS
https://www.vorbly.com/Vorbly-Code/WIX-CODE-REPEATER-SORTING-BUTTON
https://www.vorbly.com/Vorbly-Code/WIX-CUSTOM-GALLERY-USING-REPEATERS
https://www.vorbly.com/Vorbly-Code/WIX-GALLERY-IMAGES-FROM-DATABASE
https://www.vorbly.com/Vorbly-Code/WIX-REPEATER-MULTIPLE-CHECKBOX-FILTERS
https://www.vorbly.com/Vorbly-Code/WIX-REPEATER-MULTIPLE-FILTERS-WITH-RESET
https://medium.com/@anna.doit/show-data-from-the-database-in-repeater-on-wix-site-1016a9bdd435
https://stcroppe.wixsite.com/steveonsoftware/example-code/wix-dataset-filtering-multiple-columns
How to Filter Items on Repeater Using a Dropdown and Boolean Values on Wix Code