Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author CJ_Jackson

    (@cj_jackson)

    Go to Theme Editor and Edit audio-default.php,

    Replace

    <script type=”text/javascript”>
    jQuery(‘#audio-<?php echo $id ?>’).mediaelementplayer({
    audioWidth:<?php echo $width ?>
    });
    </script>

    With

    <script type=”text/javascript”>
    jQuery(‘#audio-<?php echo $id ?>’).mediaelementplayer();
    </script>

    That should fix the problem.

    Cheers,
    Chris.

    Plugin Author CJ_Jackson

    (@cj_jackson)

    Or you can upgrade to 0.2.0 ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: HTML5 AV Manager for WordPress] My links got damaged after upgraded to newest version’ is closed to new replies.