Jaco23
Member
Posted 10 months ago #
Hello,
Please forgive me if this is the wrong forum, and move accordingly. The WPaudio WordPress Mp3 plugin appears to be broken with the WP 3.2 release. In posts to Mp3 player is showing as a link instead of showing the actually Mp3 player. The downfall is that when you click the link it takes readers away from you content and plays in a fullscreen window. Thanks!
Jaco
Jaco23
Member
Posted 10 months ago #
Hello,
If anyone is looking here is the fix for the plugin :
I followed these steps:
open the javascript file here:
/wp-content/plugins/wpaudio-mp3-player/wpaudio.min.js
Search for href$=.mp3 and replace by href$=".mp3"
(ie. add the quotation marks before/after .mp3)
kurisu_tori
Member
Posted 10 months ago #
open the javascript file here:
/wp-content/plugins/wpaudio-mp3-player/wpaudio.min.js
Search for href$=.mp3 and replace by href$=".mp3"
(ie. add the quotation marks before/after .mp3)
Hi, I tried this but it makes no difference... any ideas???
kurisu_tori
Member
Posted 10 months ago #
solved:
edit wpaudio.min.js...
replace 'a[href$=.mp3]' with 'a[href$=mp3]
peterliu47
Member
Posted 10 months ago #
Neither suggestion above works for me. Still broken. Any suggestions on other players? HTML5 preferred. Thanks in advance.
morcom
Member
Posted 10 months ago #
I have just realized that mine has died as well and the above fixes didn't fix it. Maybe this should not be flagged as resolved?
I should also add that mine died after moving to WP 3.2.1 today, all previous WP updates didn't affect it.
Shame, was a good plugin while it lasted
apotropaic
Member
Posted 10 months ago #
Hey guys, the fix posted by jaco should work, I think the issue you guys are having is a cached javascript file. Try erasing your cookies and restarting your browser and try again after apply the fix in the 2nd post of this topic.
WordPress 3.2.1. kurisu_tori's fix (in wpaudio.min.js...
replace 'a[href$=.mp3]' with 'a[href$=mp3]) worked for me.
Thanks alot!
Loremonger
Member
Posted 5 months ago #
I am having the exact same problem and neither solution is working. Since this one is marked as resolved, I'm starting a new thread.
oleput
Member
Posted 4 months ago #
I agree with Loremonger. No solution is working, does anyone have a suggestion for new audioplayer???