Currently, I am utilizing Owl Carousel 2 in combination with a filtering example to create a filter menu. When titles in the filter menu list are clicked, all other items in the carousel disappear. This functionality works flawlessly, except for the fact that when "SHOW" is clicked and all items return to the carousel, they are not in their original order.
If you're interested in Owl Carousel 2, check out their API options here.
For more information on filtering, you can visit this link: .
I am seeking a solution to maintain the sort order of the items. Perhaps there is a better way to filter them using simply CSS display:none? If anyone has expertise in altering scripts or devising a better filtering solution while preserving the order, your help would be greatly appreciated. Thank you!