Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Frank Goossens

    (@futtta)

    Hi barefoot bookworm;
    In that case you could either excluded the isotope js-file from being optimized or you could enable “try/catch”-wrapping to stop the error in the optimized Isotope-js from impacting your other JS.

    Hope this helps,
    frank

    Thread Starter The Barefoot Bookworm

    (@the-barefoot-bookworm)

    At the risk of sounding stupid…what is an isotope js file? (I tried try-catch, it didn’t work.)

    Plugin Author Frank Goossens

    (@futtta)

    isotope is a js component to “filter and sort magical layouts”, which one of your plugins (or your theme) is using. Easiest solution is to disable JS optimization to find how isotope is loaded and then use that string (possibly isotope.pkgd.min.js) to exclude it from being optimized. You might have to “force JS in head” and/ or exclude jquery (on which isotope can depend) as well.

    frank

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Compatibility Issues with Calculated Forms’ is closed to new replies.