@kheiberg – Honestly if you had to do that to fix our plugin, your issue is likely not with us at all.
To be clear we tested last year with the jQuery Test Update plugin which was recommended by WP core team. It essentially lets us test every upcoming update WP 5.5, 5.6 & 5.7 and how they will change jQuery.
We tested with all combos and its fine as is, no errors, no breakage.
BUT. WP 5.6 ended up breaking a lot of other plugins & themes that did not test ahead. In which case they are now throwing fatal JS errors. Since our plugin requires JS to do anything, if their breaks before ours is loaded, ours never runs.
There are multiple tickets here on the forums if you go to page 2 or 3. One was 4+ pages long and we investigated every occurrence, every one came back in other plugins/themes.
Enabling that jQuery Migrate fixes our plugin simply because it fixes the breakage that was already occurring in something else, which then let ours run normally.
You would need to use our doc to track down the JS error source: https://docs.wppopupmaker.com/article/373-checking-javascript-errors
Hope that helps.
Hope that helps.
-
This reply was modified 4 years, 1 month ago by
Daniel Iser.