- AuthorPosts
- October 21, 2013 at 01:37 #2072
AnonymousInactiveThe play button is out of place and I can’t figure out what I need to do to my theme to fix it. I’m using the deTube theme that I purchased. It’s looks fine in other themes.

Thanks.
October 23, 2013 at 10:27 #2085
RattusKeymasterpost link to the page, please
October 23, 2013 at 19:04 #2094
AnonymousInactiveSorry, I wish I could. It’s on an intranet site behind the corporate firewall.
October 23, 2013 at 21:25 #2096
RattusKeymasterI believe that your theme’s css override .play class for music player. I’ll rename this class to something unique in next Music Player version. But for now you can fix it in your theme’s style.css file
October 24, 2013 at 02:08 #2104
AnonymousInactiveThanks. I didn’t find any .play class in any of my theme’s css files. But I did get it back to it’s position by using position: relative in the .play class in the plugin’s css file.
But one other problem, which also existed when the play button was in the wrong place, is that when I place the cursor over the button, it disappears. Same for when it is swapped to the pause button. Previous and Next are fine, though.
October 28, 2013 at 12:46 #2123
RattusKeymasterAdd this styles to the end of css file:
.gm-music-player .play, .gm-music-player .play:hover { position: relative; background: transparent url(../img/player-play.png) no-repeat center center scroll; } .gm-music-player .pause, .gm-music-player .pause:hover { position: relative; background: transparent url(../img/player-pause.png) no-repeat center center scroll; }I’ll fix this in next plugin release.
October 29, 2013 at 00:33 #2140
AnonymousInactiveWorks! Thank you!
- AuthorPosts
- The forum ‘Gmedia Gallery WordPress Plugin’ is closed to new topics and replies.

