• Resolved chersey

    (@chersey)


    I have a playlist set up with 7 items in the list. My page is displaying the playlist using the shortcode. The issue is only 5 tracks are displayed and you have to scroll the playlist to see the remaining 2 tracks – even though there is plenty of real estate to display them all.

    What do I need to do to make the playlist show all 7 tracks?

    https://www.ads-software.com/plugins/cue/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Would love to know the answer to this one, same problem.

    https://www.poplife.com.au/audio-video/

    Hi guys,

    I have found a solution. Try this css code.

    .cue-playlist .cue-tracks{
    border-width: 0px 0 0 !important;
    color: grey;
    cursor: pointer;
    padding: 0;
    display: inline;
    overflow: visible !important;
    }

    Hi dre, thanks for the response!
    I just tried this in my “Custom CSS” plugin but it didn’t work.
    Also tried it in the Visual Editor on my audio page, but I’m not sure that is the right place for it.

    Which css file would I need to edit / implement that code into?
    Kind regards,
    Danster

    Hi Danster,

    Um…it should have worked. Try this

    .cue-playlist .cue-tracks{
    border-width: 0px 0 0 !important;
    color: grey;
    cursor: pointer;
    padding: 0;
    display: inline !important;
    overflow: visible !important;
    }

    Here is an example
    https://nexusbuildout.com/secular-music/“>

    Hi Dre,
    almost there. The playlist now has a transparent background ( https://www.poplife.com.au/audio-video/ ) .
    Is there a bit of code to bring back the white background ?
    Kind regards,
    Danster

    Plugin Author Brady Vercher

    (@bradyvercher)

    Hi folks, this is really the only snippet of CSS that should be needed to remove the scroll bar:

    .cue-playlist .cue-tracks {
        max-height: none;
    }

    Cheers,
    Brady

    Hi Brady,
    Brilliant! worked first time.
    Thank you for that!
    Danster

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Display full playlist – no scrolling’ is closed to new replies.