
wordpress jw player plugin
wordpress version 4.1.1
Theme powermag
no player shown, no error.
all plugins deaktivated, still no player
change theme, still no player.
any tip to debug this?
wordpress version 4.1.1
Theme powermag
no player shown, no error.
all plugins deaktivated, still no player
change theme, still no player.
any tip to debug this?
wordpress version 4.1.1
Theme powermag
no player shown, no error.
all plugins deactivated, still no player
change theme, still no player.
any tip to debug this?
Can you try implementing the following fix:
Inside of the file:
jwplayermodule.php
Change this line:
define(“JWP6_USE_CUSTOM_SHORTCODE_FILTER”, true);
To this:
define(“JWP6_USE_CUSTOM_SHORTCODE_FILTER”, false);
-hope this helps