• I was having an issue with the players not loading on certain pages of my site and throwing a javascript error like it couldn’t find the MP3. I looked at the javascript where it was erroring and found a line break inside of the parameters.

    It turns out that having a break at the end of your ‘caption’ on the mp3 in the media library will cause all instances of MP3 JPlayer on that entire page to fail.

    There should be some kind of scrub or trim on there to prevent this from happening. Once I found the two audio files with an empty second line in the caption, all the players started to work properly.

  • The topic ‘Line break in mp3 caption breaks the player’ is closed to new replies.