Okay
  Public Ticket #2598255
Visibility / Usability
Closed

Comments

  • Samuel Neilson started the conversation

    Hi - I'm having two issues with the player that I'm hoping you can help me with.

    1. Scrollbar is activated, but invisible.
    2. 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.

    Thanks!

    Sam

  •  1,103
    Max replied

    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

  • Samuel Neilson replied

    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

  •  1,103
    Max replied

    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

  • Samuel Neilson replied

    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