Viewing 2 replies - 1 through 2 (of 2 total)
  • What timing!

    I too love your plugin!

    Although I’m interested in learning how to make the playlist open by default as well, I’m also experiencing a technical glitch as well…

    Specifically, on first load the player within a post on the site — it doesn’t work.

    All of the UI is in place with hovers but the track name isn’t visible at the bottom and none of the buttons function on click.

    If I refresh the page it works just fine, but every time I reopen a browser, dump the cache or refresh — nothing happens.

    This is happening in Chrome, Safari and Firefox.

    I wanted to let you know and have my fingers crossed its a known issue you’ve already resolved!

    Thanks again for your work on such a great plug-in!

    —R

    jason. FYI I just posted a little jQuery in a more recent post on the same issue. If you get this to fire on page load the player will open up.

    function openPlaylist(){
    (function($) {
    $(‘.songs .se_albumplayer .playlistWrap’).css(‘display’,’block’);
    })(jQuery);

    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make the Playlist Open by Default’ is closed to new replies.