I've set up a playlist which is larger than the playlist area in the player, so scrolling is necessary to see the whole playlist. However, I cannot get the left and right pager buttons to display in the playlist pager bar. The HTML code for the buttons is there, but element style is always set to "display: none":
<div class="osmplayer-default-playlist-pager ui-widget-header">
<div class="osmplayer-default-playlist-pager-left">
<a class="osmplayer-default-playlist-pager-link osmplayer-default-playlist-pager-prevpage minplayer-default-button ui-state-default ui-corner-all" href="#" style="display: none;">
</div>
<div class="osmplayer-default-playlist-pager-right">
<a class="osmplayer-default-playlist-pager-link osmplayer-default-playlist-pager-nextpage minplayer-default-button ui-state-default ui-corner-all" href="#" style="display: none;">
</div>
</div>In the preset scroll settings, I've tried all 5 scroll modes - the only one that seems to do much is "auto". When I hover the cursor over the playlist, it displays a scroll bar and scrolls up/down or left/right (depending on vertical or horizontal platlist orientation) with the mouse movement. The other 4 settings all seem to do the same: no scroll bar and I need to drag the items up/down or left/right. But at no point do the pager buttons ever appear.
I can see them working perfectly in the tutorial video, but they don't work on my player. I've tried using Safari, Chrome and Firefox (on Mac) - all behave the same.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Firefox_Mediafront_2beta1A.jpg | 97.02 KB | bright8 |
| #1 | Firefox_Mediafront_2beta1.jpg | 74.77 KB | bright8 |
Comments
Comment #1
bright8 commentedStill a problem with beta 1 release. Any suggestions? Something I've configured wrong?
Element style still set to "display: none".
I've attached image showing the problem.
Comment #2
travist commentedI think this may be an issue with your custom template. I just tested this with default and it works. https://skitch.com/travistidwell/84qbp/drupal7
Does it work with the default template?
Comment #3
bright8 commentedThanks for looking into this Travis. I'm not using a custom template, just a custom theme created with JQuery UI ThemeRoller. My template is "default". Here's a screen grab of a playlist with the dark-hive theme. Same problem. The buttons DO show up in the example player shown on the preset settings page.
I've tried creating the playlist as a Views block and as a Views page. Same issue with both. As you can see from the original post, the HTML for the buttons is there, it's just set to a "display: none" element style.
I notice your screen grab has a title bar along the top of the player. I no longer have that - it used to exist in an earlier version of the player, but I think it was removed in the latest versions? Or is that just my memory playing up!?
Thanks again for your help.