Viewing 13 posts - 1 through 13 (of 13 total)
Viewing 13 posts - 1 through 13 (of 13 total)
- The forum ‘Troubleshooting’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
Hi, I’m trying to incorporate the music player module in my website, and really don’t need to have an image (or a place-holder for an image) associated with my songs or albums. Is there a way to hide that graphic element?
Also, In some cases I’d like to disable the looped playback. Is there a way to make it only play through the playlist once?
Thanks!
Yuval
Try go to edit Music Player gallery -> Advanced tab -> add code below to Custom CSS field:
.gm-music-player .gmmp-album-cover { display: none; }
I’ll add some more options for loop and cover to Music Player in the future.
Hi, Thanks!
I tried the little CSS code, but it didn’t work.
Any suggestions?
Thank you,
Yuval
There should be white space between ‘.gm-music-player’ and ‘.gmmp-album-cover’ in the code.
Thanks!
Now the preview in the gallery settings looks good, but that doesn’t translate to the actual page.
Ok, then replace with this:
.gm-music-player .gmmp-album-cover { display: none !important; }
Thank you!
This worked.
Looking forward to the update that will have the option to disable looped playback.
Thank you so much!
Yuval
hi guy
how disable loop in music playing?
Go to Gmedia Modules page -> update Music Player module to the version 2.10.
I’ve added “Loop Playback” option to the module settings, so you can now disable it.
Thank you! That’s great news!
I’ll try this first thing tomorrow.