Okay
  Public Ticket #3033374
display errors of a plugin
Closed

Comments

  • Martin Dejmek started the conversation

    Hi, I just installed your plugin but there are some display errors with the sticky player, the times of a track (how long it has played and how long it will be played) is displayed behind soundwave, like this:
    https://gyazo.com/372c8482c8044395f85a4fa94bed456e

    And the dispay of the playlist in the sticky player is displayed like this:
    https://gyazo.com/832b92a8bd98d937913b684ed2309ade

    Can you help me to diplay it normally?

    Also I have a question if there is some way to import mp3 into playlists and not doing it manually by adding one track at a time. My playlists have for example 100 tracks so is there some way to do this as a bulk operation?


    Thank you.

  •  1,103
    Max replied

    Hi,

    this issue is caused by your theme.

    Add this to your custom CSS (wp-admin > appearance > customize > Additional CSS)

    div:before, div:after{
        content:unset;
    }

    Thanks,


    Max from the Sonaar.io Crew