Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The forum ‘Modules’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
I added an album image to each audio file. The original image size is 720×720. WHen I view it in the player it shows very small. What should I do to get it to take up the entire album art area?
Thanks – Eric
That’s CSS conflict with theme or other plugin. I need live url to fix that.
Thanks much for the quick answer. Its at
http://75f.d42.myftpupload.com/suffocation-and-other-melodies-2/
Edit Music gallery -> go to Advanced tab -> paste code below to Custom CSS:
.gm-music-player { text-align: left; }
.gm-music-player img { padding: 0 !important; }
Then you can save module preset as default, so next time when you create gallery this code will already be there.
That did it, thanks so much :-) I really appreciate the help.
One other question: How can I set the order I want for the audio tracks in the gallery. I see I can set by filename, etc, but I need to put them in a more arbitrary order than that. Is there somewhere I can specify the exact order I want?
Thanks again
You can set custom order in the album with drag and drop items.
Or you can go to Gmedia Library -> select items in order you want they to appear -> click Action dropdown and select Batch Edit -> set filename to custom like:
somename_{index:1}
where {index:1} is index of selected file in order you select (set start number after colon)
Then you can set order by filename in gallery. If you do not set order in gallery, then order of chosen term will be used.