Okay
  Public Ticket #2702428
sonaar player plugin bug
Closed

Comments

  • Felix started the conversation

    There is a bug in version 2.2.4. An album-art is not visible when loading the player while the picture is included from a given external URL. It works correct with a picture uploaded to wordpress. The external URL will not be included in de HTML code correctly. It will when the second entry of a playlist is clicked.

    See the source code of the wordpress page below.

    #Not working first entry:
    <div class="album-art" style="cursor: pointer;">
      <img alt="album-art" src="http://my-server.ch%2Faudio%2FDer+Ratz-Fatz%2Fcover.jpg">
    </div>
    #Working second entry:
    <div class="album-art" style="cursor: pointer;">
      <img alt="album-art" src="http://my-server.ch/audio/Der%20Ratz-Fatz/cover.jpg">
    </div>

    Thank you for fixing.

  •  1,104
    Max replied

    Hello Felix,


    May I have your page URL so I can reproduce the issue on my end? I cant seem to be able to replicate it on our local environment.


    Thanks,


    Max from the Sonaar.io Crew

  •   Felix replied privately
  •  1,104
    Max replied

    Hi,

    we will push a plugin update soon but if you want, edit file /includes/class-sonaar-music-widget.php

    and change line 122 for:

    $artwork= (bool)( isset( $instance['artwork'] ) )? $instance['artwork']: false; 

    see screenshot of the commit: https://d.pr/i/qW4n7E


    Thanks,


    Max from the Sonaar.io Crew

  • Felix replied

    It works!

    Great! Nice and ultrafast support!

    Thanks

  •  1,104
    Max replied

    Awesome Felix! Happy we could help you out! Btw. If you have a moment, I would very much appreciate if you could quickly rate our theme 5 Stars, just to help me spread the word. It's my little reward to offer great support to yousmile.png

    Simply click here https://www.trustpilot.com/evaluate/sonaar.io, hit 5 stars and you're done.

    Thank you so much! I appreciate !!

    Thanks,


    Max from the Sonaar.io Crew