I am getting an unterminated string literal error in the console in the cdata var wpaudio...
which I think leads to Error:_wpaudio is not defined
Anyone else have this issue? Is this plugin not supported for 3.2.1?
Thanks to anyone who can help!
I am getting an unterminated string literal error in the console in the cdata var wpaudio...
which I think leads to Error:_wpaudio is not defined
Anyone else have this issue? Is this plugin not supported for 3.2.1?
Thanks to anyone who can help!
on my site it looks like the variable _wpaudio is called before it is defined. But where to make the fix?
This worked for me and I'm using WP 3.3.1...
open the javascript file:
/wp-content/plugins/wpaudio-mp3-player/wpaudio.min.js
Search for href$=.mp3
add quotation marks before and after .mp3
so it looks like this:
href$=".mp3"
Save file, and it should work.
Hope this helps
This topic has been closed to new replies.