• SITE

    I’m trying to instance separate playlist players in the posts, despite having the single player in my sidebar that’s on every page. My problem is this:

    “The playlist looks for the class jp-playlist within the cssSelectorAncestor element. A

    <ul> element is expected here, which is used to generate the item list.

    <div id="jp_container_N">
      <div class="jp-playlist">
    
    <ul>
    <li></li>
     <!-- Empty
    
    <li> so your HTML conforms with the W3C spec -->
        </li>
    </ul>
      </div>
    </div>

    The playlist is automatically added as

    <li> elements to the
    <ul> element. The jp-free-media span is only generated when the playlist item has its free property set.”

    My

    <li></li> in my post playlists are not automatically filling with my mp3’s like this says it will.
    I’m in desperate need of help, and the jplayer official support is not responding to me.

    Thank you,
    Regan

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can anyone please help me with jPlayer?’ is closed to new replies.