• Antoine.Stallenberg

    (@antoinestallenberg)


    If I activate the plugin File Away version 3.8.4 it will result in :

    De pagina on http://www.xxx.com report the following:
    Error! Audio player fialed to load.

    After some trial and error i replaced <div style=”display:none”> with style=”visibility:hidden” or remove display:none it will work fine again.
    Deactived the plugin File Away is also an option.

    code to play :
    [sc_embed_player autoplay=”true” volume=”80″ loops=”true” fileurl=”http://www.xxx.com/xxx.mp3″%5D

    I’m using the Compact Audio Player 1.9.3

    Is there a File Away bug fix, because I would not like to loose space on my pace with visibility:hidden ?

    https://wordpress.org/plugins/file-away/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author thomstark

    (@thomstark)

    Sorry, but I’m having trouble following your description of the problem. Which div is display:none, for instance? Some greater clarity would be beneficial.

    Plugin Author thomstark

    (@thomstark)

    please update to version 3.9

    Thread Starter Antoine.Stallenberg

    (@antoinestallenberg)

    I’m new in Blog world :), 3.9 same issue
    I started with a home page where I start also an audio file,like
    <div align=”center” style=”display:none”>
    [sc_embed_player autoplay=”true” volume=”80″ loops=”true” fileurl=”http://www.yyyy.com/serviceability/xxx.mp3″%5D
    </div>
    As long I did not activate File away it was fine, but when I activate
    file away I got a an error : Error! Audio player fialed to load.

    When using <div align=”center” style=”visibility:hidden”>, there is no problem !, but then I do lose a bit of space on my screen what I do not lke.

    Plugin Author thomstark

    (@thomstark)

    Well, did you try:

    <div align="center" style="visibility:hidden; height:0">

    ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘File Away in combiantion Compact Audio Player bug’ is closed to new replies.