Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi!

    In “cue\templates\playlist.php” you can replace this :

    <span class="cue-track-length cue-track-cell"><?php echo esc_html( $track['length'] ); ?></span>

    For this :

    <span class="cue-track-length cue-track-cell"><?php echo esc_html( $track['length'] ); ?>&nbsp;&nbsp;&nbsp;<a style="color:black;" href="<?php echo esc_html( $track['audioUrl'] ); ?>" target="blank_">Download</a></span>

    The new code add a clickable link “download” leading to the URL of the audio/media file in the Cue playlist, like this for example : https://puu.sh/mf2ac/77ce73151c.png

Viewing 1 replies (of 1 total)