Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cyberfunk opened this issue May 29, 2015 · 3 comments
Closed

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

cyberfunk opened this issue May 29, 2015 · 3 comments

Comments

@cyberfunk
Copy link

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/

@birgire
Copy link
Owner

birgire commented May 31, 2015

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

@cyberfunk
Copy link
Author

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.

@birgire
Copy link
Owner

birgire commented Jan 15, 2023

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 birgire closed this as completed Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants