pressthe6
Member
Posted 6 months ago #
new to all this. loaded a playlist with 3 songs and have a yellow square blocking all cover images. if you click through the songs, you can see the image change underneath it.
http://hammeredonline.com/?page_id=101
also, any easy way to track the # of clicks or plays?
thx!
http://wordpress.org/extend/plugins/html5-jquery-audio-player/
Hi pressthe6...
I've checked your code and it looks like the yellow square is caused by some css in your theme stylesheet... line 925 you've got:
#content span.highlight {
background-color: #FBFF98;
This is interfering with the css for the player. So check this out in your theme css to fix the issue.
Re # of clicks.... no, theres no function in the plugin for this. But you could check your web stats to see how many times the audio files themselves are being downloaded.
Hope this helps.
If you like the plugin please give it a rating over to the right --->
Thanks! :-)