Support #11866
closedproblem with project widget and the 'skills' to generate tags
0%
Description
Claire Bishop, a GC prof, has an art site that is having problems. Olivia, a Digital Fellow, reports, "The issue that Claire is getting with her site (https://clairebishop.commons.gc.cuny.edu/) is that when you click on one of the tags--which is using the project widget and the 'skills' to generate tags--its not displaying the projects that are tagged with that artist. So the filtering isn't working anymore and it used to work."
I (Marilyn) haven't used this before. Please let me know what I should ask. Thanks!
Updated by Boone Gorges about 5 years ago
- Category name set to WordPress Themes
- Assignee set to Raymond Hoh
- Target version set to 1.15.10
I had an initial look. The Reveal theme uses a jQuery library called Isotope - I think it's https://isotope.metafizzy.co/filtering.html. The proper values are being passed to Isotope, but it's not filtering as expected. I haven't dug into the source to figure out why.
Ray, can I ask you to take a few minutes to look more deeply into this? Do an initial 20 or 30 minutes, but stop if it feels like a hopeless rabbithole - it's a commercial theme, and we have limited resources to devote to debugging it.
Updated by Raymond Hoh about 5 years ago
- Status changed from New to Resolved
I decided to do some live debugging for this one since I didn't want to create a bunch of posts and images in my dev environment to duplicate this issue.
See https://github.com/cuny-academic-commons/cac/commit/5fc977c94f36f5a0a258d5991e8aed96ed67c104
Fix is deployed on production. I updated Reveal's instance of Isotope and fixed how it was initializing Isotope.
Updated by Boone Gorges about 5 years ago
You rock! I'll keep an eye next time I update Reveal (the updates don't come very often) and reapply the changes if necessary.