• Resolved bberson

    (@bberson)


    I have Compact Audio Player invoked in the header of a WordPress site (w2abc.org/w2abc/) as an auto-play. I noticed that when the clip is finished, the button does not change from a “pause” to “play” icon. But if I click it twice (pause to play then back to pause while the clip plays), it does return to a play icon when the clip is finished.

    https://wordpress.org/plugins/compact-wp-audio-player/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, can you share your URL?

    Thank you

    Thread Starter bberson

    (@bberson)

    I apologize for not being more clear…

    http://w2abc.org/w2abc/

    Client platform(s): Windows 7 Enterprise with latest Firefox, latest Chrome, Internet Explorer 10. Able to reproduce issue on Ubuntu 14.04 LTS with latest Firefox.

    Thanks,
    Brad

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi Brad, can you carry out a test. Can you test one of WordPress default themes like Twenty Fifteen. Then carry out a test to see if the button changes back to play option.

    Thank you

    Thread Starter bberson

    (@bberson)

    This will require some time, as it requires me to fashion a child theme for Twenty Fifteen and find a place in its header.php to stick the home page -only audio tag insert code. Will get back to you…

    Thread Starter bberson

    (@bberson)

    Tried it in the header of Twenty Fifteen. Did it just using preview mode, FYI. Issue remained the same. Went as far as removing it from the DIV it was in, that I used to make sure it stayed where I wanted it. No difference. Tried moving it outside the branding DIVs, again no difference in behavior.

    Invoking the plugin using the following code in header.php:

    <?php
    // Play audio clip on home page only…
    if (is_home()) echo do_shortcode(‘[sc_embed_player fileurl=”http://w2abc.org/w2abc/wp-content/uploads/2016/05/VO-When-All-Else-Fails-2.mp3&#8243; autoplay=true]’);
    ?>

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for providing the extra information. This will help the developers troubleshoot your issue further.

    Regards

    Plugin Author mra13

    (@mra13)

    I have applied a fix for it. Please upgrade the plugin to v1.9.5 and this autoplay issue will be corrected.

    Thread Starter bberson

    (@bberson)

    Fixed! Thank you very much!!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Button Stays Paused at End of MP3…’ is closed to new replies.