iversoncreative
Member
Posted 10 months ago #
We built a site in MultiSite/Network, where the URL was sitename.networkname.com. Everything was working great. Then we did the domain mapping so the URL was now just sitename.com. Since that change the players on the posts have disappeared. Any insights as to why this may have happened and how we can fix it? I love this plugin so much and really don't want to find an unsuitable replacement =(
http://wordpress.org/extend/plugins/esaudioplayer/
aueda
Member
Plugin Author
Posted 9 months ago #
I confirmed the problem but I have not found the solution. Please wait for a while.
[
NathanLyle
Member
Posted 9 months ago #
jQuery conflict with WordPress... just edit esaudioplayer/esplayer_tes.js. Line 17. Change
jQuery(document).ready(function(){
to
$(document).ready(function(){
SherrisOffice
Member
Posted 2 months ago #
For what it's worth: I was having the same issue with the player disappearing and finally figured out that it was conflicting with the Yoast WordPress SEO Plugin that I was using - once I deactivated Yoast, the EsAudioPlayer began displaying again correctly.