Isotope plugin is broken (fix inside)
-
The isotope plugin has stopped working because the nimble-isotope.js file in the isotope plugin add-on (that my client had to pay for) references the “rel” value on the filter links on lines 54 and 151. These need to be changed to “data-rel” to match what is actually being used on the filter links.
Line 54 should now be:
var value = filter.attr('data-rel');
and line 151 should now be:
_filters.push($(this).attr('data-rel'))
There may be other things within the plugin that are broken, but this fixed our client’s filtering issue.
Devs, please update the plugin as the isotope filtering being broken was reported on here 10 months ago.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Isotope plugin is broken (fix inside)’ is closed to new replies.