
WordPress Plugin incompatibility with Redux Framework
WordPress version: 4.1.1
JW Player 6 Plugin for Wordpress v 2.1.10
Redux Framework v3.4.1
Problem:
Enabling the JW Player 6 Plugin for WordPress prevents the Redux Typography module from loading Google fonts.
Fix:
Well, it's not a fix. But in `jwp6/jwp6-class-media.php` you load the `jquery.select2` library and its related css. If you prevent those libraries from loading, then the Redux Typography module is able to load Google fonts.
Also, the path you give to load this library (JWP6_PLUGIN_URL.'js/jquery.select2.js') which resolve to the plugin's root directory/js/jquery.select2.js does NOT contain the library... I downloaded the jquery.select2.js lib from their repo, added it manually to the plugin, but it did not fix the Redux issue...