wpse-playlist icon indicating copy to clipboard operation
wpse-playlist copied to clipboard

How do I get the Next and Previous buttons to show?

Open cyberfunk opened this issue 9 years ago • 2 comments

Hello, I found examples of the native WordPress Audio player (MediaElement.js) with button controls for next and previous track but I can't figure out how to implement them. I'm using your excellent plugin and was wondering if I could add to the code to get the buttons to show. Any help is much appreciated. Here are examples of players with the controls enabled

http://andrewberezovsky.ru/demo/backgroundaudio7/

http://sap.smartplugins.info/playlist/steamforged-fractured-singularity/

cyberfunk avatar May 29 '15 20:05 cyberfunk

Hi @cyperfunk

Thanks for sharing those examples.

The next/prev functionality works but there are no icons for them. The HTML is:

<div class="wp-playlist-next"></div>
<div class="wp-playlist-prev"></div>

I haven't played around with this, but I guess some CSS could make it visible.

You might also check out this question and the answers by bonger and taztodgmail on WordPress StackExchange.

cheers

birgire avatar May 31 '15 22:05 birgire

Thanks for your reply. I actually checked out the page you provided before I contacted you but the answers seem too complicated to easily implement. Can you provide the proper CSS code and where to put it to get the buttons to show up? I'm puzzled as to why the developers of MediaElement.js decided to leave the controls out.

cyberfunk avatar Jun 01 '15 02:06 cyberfunk

As there has not been activity on this ticket for a long time, I close it for now, but welcome to open in the future.

birgire avatar Jan 15 '23 13:01 birgire