how to shuffle audio dock playlist?

  • Unknown's avatar

    Like many people, I really love Themify’s audio dock plugin. Unfortunately, it has super limited features, and no ‘shuffle.’ Being free, they told me the best I could do was to suggest it as a feature (which I can’t, because only paid members get forum posting access. :eyeroll:)

    Anyway, I found this scrap of code on their forums that shuffles slider images when stuck into the header. Since it contains a $.shuffle command, I wondered if it could be modified to shuffle playlists.

    Please forgive me if this is obviously impossible, or very easy… I’m actually a carpenter, and barely able to type.

    Thanks for your help!

    also, here’s the url, if it’s relevant… hellscap.com

    jQuery(function($){
    jQuery.fn.shuffle = function () {
    var j;
    for (var i = 0; i

    (source for the $.shuffle method: http://stackoverflow.com/a/15667651)
    The slider items will now display in randomized order.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    learned that code needs to be in single quotes…


    jQuery(function($){
    jQuery.fn.shuffle = function () {
    var j;
    for (var i = 0; i
    (source for the $.shuffle method: http://stackoverflow.com/a/15667651)
    The slider items will now display in randomized order.’

  • Unknown's avatar

    so I have no idea how to share code so that it’s visible. Here, it’s the only thing on this page. Can it be made to shuffle songs on audio dock?

    http://hellscap.com/shuffle-code/

  • Unknown's avatar

    Hi,

    It appears that your website uses the self-hosted version of WordPress rather than WordPress.com, which is what this forum is designed to help with. Note the difference here: https://en.support.wordpress.com/com-vs-org/

    Since this is an issue with a specific plugin, it’s best to contact the plugin developer: https://wordpress.org/support/plugin/themify-audio-dock

    Unfortunately, it isn’t something we can help with here. Hope this gets fixed soon!

  • The topic ‘how to shuffle audio dock playlist?’ is closed to new replies.