The simpler media website CMS
Can someone help me understand why my jPlayer downloads the sound files instead of playing them? It used to work... not sure when it stopped working so I don't know what I changed to break it.
Here's a link to a sample page with the problem.
http://share.gospelriver.com/Music/Array-Hymn/001-glory-to-Thee.mp3.php
I note that the page has an error "Uncaught TypeError: $(...).colorbox is not a function" which may or may not be related to the functionality issue... I changed servers at one point so I may need to add functionality to the server(?)
Any suggestions appreciated!
Comments
Enable the colorbox plugin. Your theme seems to require it and therefore throws the error not finding the script. JS is not forgiving with errrors so one error stops all scripts in general.
Colorbox check boxes were not enabled for the theme--adding those fixed the problem. Thanks!!!