enamul.haque
Member
Posted 3 months ago #
Hi,
I have purchased the plugin few days ago and it was working fine in one of my test server. However, in my new live server it is not showing the player.
Can you please let me know if there is any inconsistency issue.
http://www.isai-arangam.com/demo-test-page/
http://wordpress.org/extend/plugins/html5-jquery-audio-player/
Hi, yeah I can see in my error console that there are some JS errors popping up... this indicates there might be a jQuery conflict with another plugin or your theme. To identify what's causing it try deactivating all the other plugins then turning them on one by one and seeing when the error happens... in particular check for Jetpack as that has caused other users problems. If it's not a plugin, check your theme for hardcoded jQuery... I can see a few scripts included there in the theme so that could be the culprit. More info in the FAQs about jQuery conflicts...
enamul.haque
Member
Posted 3 months ago #
can I use jquery noconflict in the plugin code so it doesn't conflict with other plugin javascript.
This plugin already uses the noConflict mode for all the jQuery... plz see FAQs point 5 for more info