player invisible buttons
Using Jamroom
I may have figured it out. I have this on the home index page of several different sites:
{jrCore_media_player module="jrAudio" field="audio_file" order_by="_created desc" limit=14 autoplay=false}
The buttons do not display. I get 404 errors that the image can't be found. The CSS inspector shows this: background: url("{$jrAudio_img_url}/jplayer_dark.png") -- I'm guessing {$jrAudio_img_url} isn't getting defined on index.tpl (since the same jrCore_media_player code works fine on a profile album page). A {debug} does indeed reveal no $jrAudio_img_url on index.tpl.
I believe the buttons have shown in the past. I've put the player on my index pages for quite some time.