Ok, after some debugging in Chrome on a Mac, I tried this and now it works again...
Ursula was close for me, but her fix didn't do it. Then another post said to remove the . infront of the mp3, so I tried BOTH of those and now I am back in business.
Tested in Safari and Chrome on a Mac, and I will do some more now that I have it working. So, here is my fix....
wpaudio-mp3-player/wpaudio.min.js This is the file I edited
NOT WORKING CODE: {jQuery('a[href$=.mp3]').addClass('wpaudio');}
WORKING CODE: {jQuery('a[href$=mp3]').addClass('wpaudio');}
I too am not a coder, just an old web designer ha ha ha, but I have worked with enough pages of code to feel comfortable rummaging around in there... so, it now works for me, but the adding of the " " marks didn't... go figure.
I hope it helps some of the rest of you that were not having any luck either.
Cheers,
Cory