Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘Troubleshooting’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
I have a problem with the jq-mplayer, In the Gallery Preview: everything looks good, When I paste the code into the page it all works fine. The problem I have is that it will not display the First letter of the track in the Player (tracks that can be played). It displays it correctly when the track is playing, but in the list of tracks below, it leaves out the first letter i.e. he goes away, instead of She goes away.
it is just the first letter to all of the tracks.
http://www.thekindogs.com/video-home/leftines/
Can anybody help ?
Kindog
Your theme override styles for music player. Edit Music Player gallery -> go to Advanced tab -> copy and paste code below to CSS textarea -> Save
ol.gmmp-tracks { margin: 0 !important; text-indent: 0 !important; } ol.gmmp-tracks li:before { content: counter(item, decimal) "." !important; }
Thanks Rattus, I thought it might be the theme causing the problem.
This has fixed it, thanks a lot. Really appreciate your help.