Hi - I'm having two issues with the player that I'm hoping you can help me with.
Scrollbar is activated, but invisible.
Some of the tracks have associated videos. I saw on the wordpress plugin page that with the pro version I would be able to make the youtube icon permanent instead of having to hover to see, but I cannot find this option.
I am using Wordpress, block editing with Gutenberg.
Hi - I'm having two issues with the player that I'm hoping you can help me with.
I am using Wordpress, block editing with Gutenberg.
Thanks!
Sam
Hi Samuel,
1. Its a seamless scrollbar and it wont be displayed im afraid.
2. For the icon to always display, add this custom CSS code
.iron-audioplayer .playlist .store-list i.fas.fa-ellipsis-v {
opacity: 0;
}
.iron-audioplayer .playlist .store-list .song-store-list-menu .song-store-list-container {
opacity: 1;
}
Tell me if it works
Thanks,
Max from the Sonaar.io Crew
Hi Max - Added that code in the "Additional CSS class(es)" section of the block, but no change. Is there another place to put it?
Any plans to add scrollbar customization down the line? My concern is that people will miss it entirely and think it's just a short playlist.
Thanks for the quick responses.
Sam
perhaps add !important to the value. ex:
.iron-audioplayer .playlist .store-list i.fas.fa-ellipsis-v {
opacity: 0!important;
}
.iron-audioplayer .playlist .store-list .song-store-list-menu .song-store-list-container {
opacity: 1!important;
}
if it still does not work, please provide me acess to your wp-admin
Thanks,
Max from the Sonaar.io Crew
No dice - I'm making a Sonaar admin account once I get an e-mail from Alexandre. I will ask him to share it with you as well.
Thanks
Sam