Viewing 8 replies - 1 through 8 (of 8 total)
  • I’m having the same exact issue. I’m only using the correct shortcode once…but the embed shows up twice. One is functional and the other is not.

    Here’s the short code (where ‘sample’ is the URL):
    [mejsaudio src=”sample.mp3″]

    Does anyone have a solution?

    Thanks.

    Hi Eddie,

    I was actually experimenting a little more and found a solution.

    So instead of what is up on the site for audio players:
    [mejsaudio src=”sample.mp3″]

    I used this modified:
    [mejsaudio mp3=”sample.mp3″]

    The key is not using ‘src’ – use the specific format of the file.

    Good luck,
    Jon

    Duplicate players are most likely a cause of a plugin conflict. Deactivate your plugins, then reactivate them one at a time while refreshing the page with the duplicate players after each plugin activation. You should then find the culprit.

    For me the conflict was with Shortcodes Ultimate v. 3.95

    Deets:

    • WordPress Build – 3.5.1
    • ME.js version – 2.10.3

    I’m was also having the same problem with duplicate audio players. I actually found my theme was using the remove_filter(‘the_content’, ‘wpautop’); and that is what was causing the problem.

    Hope that helps anyone looking.

    I’m getting it with FLV files.

    dddwordpress

    (@dddwordpress)

    So akyusa01, what did you do to resolve. Remove the code?

    akyusa01

    (@akyusa01)

    I went to my theme’s functions.php and found this: remove_filter(‘the_content’, ‘wpautop’); or anything that has wpautop, and deleted it. I had some spacing issues I needed to correct with CSS on the p tags/shortcodes etc, but the duplicate audio player issue was no more.

    dddwordpress

    (@dddwordpress)

    TX akyusa01 – will try.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: MediaElement.js – HTML5 Video & Audio Player] duplicate players showing’ is closed to new replies.