Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10384
    Artrix_Nick
    Participant

    Hi Staff,
    Questions about the music player.
    1. is it possible to customize the look for the music player (https://codeasily.com/portfolio/gmedia-gallery-modules/music-player/) The current version is dark gray color with light blue bar when playing the music, is it possible to change the dark gray color as customized radio player? do you charge for customize the radio player? if so, how much?
    2. For the music player, is it support or have the option to have random selected music to play based on the music list?
    Thanks for your help.

    #10387
    Rattus
    Keymaster

    1. It’s possible to customize player via CSS. Unfortunately we do not do customizations for modules.

    2. Gmedia gallery support random order each time you refresh the page. Set order random in the Query Builder.

    #10404
    Artrix_Nick
    Participant

    Thanks for the replied. one more question, for the music player, can we play the music exactly assembled based on the folder name or order?

    #10426
    Artrix_Nick
    Participant

    Hi, another quick question. is it possible to limited the height or have the scroll bar on right hand side for the music player when the play list is too long? Currently I only saw you have the ability to setup the width. Thanks.

    #10432
    Rattus
    Keymaster

    Try add this code to Custom CSS field:

    .gmmp-tracklist {
        overflow: auto !important;
        max-height: 250px;
    }

    Set max-height value to fit your needs.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Gmedia Gallery WordPress Plugin’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support Forum