Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #166292

    Ok guys, I know this is a bit outside the scope of support, so I plan on doing a majority of foot work myself. I just want to make sure I don’t break anything.

    The developer of the “Progressive Player” plugin has been very helpful, and after troubleshooting, he’s discovered a conflict between the player and one of the Enfold theme stylesheets :

    (Plugin developer) – Try removing this stylesheet in particular:
    http://downtonestudio.patrickneve.com/wp-content/themes/enfold_updated-9_2013/enfold/js/mediaelement/skin-1/mediaelementplayer.css?ver=1

    Would you guys have any suggestions on how to do this without causing global destruction? The plugin developer says that he doesn’t see there being any issues. Although I’ll backup first, I would like to avoid destruction. :-)

    Here is what the plugin developer had to say : If you have trouble finding the area the code in the theme that is over-riding the default styles. Contact the theme authors support forum and ask for assistance. You just have to let them know you are using an audio player plugin (Media Element Player) but the theme appears to have styling for this built-in. It is over-riding functions in the plugin and I am hoping to remove that section of the theme so it doesn’t interfere. Ideally this can easily be removed from the theme so you wouldn’t have to worry about any conflicts.

    Thank you so so much for the help guys. As always.

    #166399

    Hi headbentdesign!

    You can find the file on js > mediaelement > skin-1 > mediaelementplayer.css. You can remove the code and leave it blank but the theme’s native audio player will break. What is the conflict? Is it a styling issue?

    Regards,
    Ismael

    #166472

    Hello Ismael,

    I wasn’t even aware that there was a native audio player in Enfold. Even as i look, I don’t see one.

    This particular audio player is supposed to open up into a playlist with numerous tracks, but it doesn’t work. It works when i activated the Twenty-Thirteen theme, so it’s something with the Enfold theme conflicting. Assuming it’s the native audio player script, I will remove that and see if this helps. I’ll copy the script in case it does not work, because I may want to try the native player if this one doesn’t work.

    Thanks Ismael.
    Pat

    #166485

    Ismael, I removed the mediaelementplayer.css and left it empty. It fixed the issue with the way the new player lookes (visually), but it still wont open and show the playlist.

    Is there any other elements I should delete in the js file that could be conflicting?

    Sorry, don’t mean to push my luck. I know this is asking for a lot.

    Regards,

    Pat

    #167536

    Hi!

    We use the standard mediaelements player which is bundled with is also bundled with wordpress3.6. You can remove the player js/css file by deleting following code in functions.php

    
    		wp_enqueue_script( 'wp-mediaelement' );
    

    and

    
    		wp_enqueue_style( 'avia-media');
    

    Cheers!
    Peter

    #167619

    Hello Ismael,

    The Progressive Player guys were very helpful and actually went as far as going onto my server and doing this for me. Other than you guys, I haven’t seen this kind of support in a while.

    But yes, that’s what Mike did. Exactly what you said, and it worked.

    Thank you buddy.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Theme conflics with audio plugin’ is closed to new replies.