i build a listing item with Jet Engine and i placed the MP3 Player Widget. I set it up like the user see just the Play Icon and the word "Play". If the user clicks the button the word "Play" switched to "Pause" but the Icon is still the play-icon. This is very confusing and i didnt figure out how to solve this.
Hey,
i build a listing item with Jet Engine and i placed the MP3 Player Widget. I set it up like the user see just the Play Icon and the word "Play". If the user clicks the button the word "Play" switched to "Pause" but the Icon is still the play-icon.
This is very confusing and i didnt figure out how to solve this.
Can you help out?
Best
Attached files: Bildschirmfoto 2023-03-13 um 18.58.16.png
Bildschirmfoto 2023-03-13 um 18.58.21.png
Hi Lukas,
This will be fixed in the next plugin update.
Until then you can use this custom css to fix this:
.iron-audioplayer.audio-playing .srp_player_boxed .sricon-play:before {
content: '\e81c';
}
Thanks,
Alexandre from the Sonaar.io Crew
Thank you so much.
You are welcome
Thanks,
Alexandre from the Sonaar.io Crew