Title: cboot004's Replies | WordPress.org

---

# cboot004

  [  ](https://wordpress.org/support/users/cboot004/)

 *   [Profile](https://wordpress.org/support/users/cboot004/)
 *   [Topics Started](https://wordpress.org/support/users/cboot004/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cboot004/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cboot004/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cboot004/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cboot004/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cboot004/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Seriously Simple Podcasting] Podcast controls disappear a second after pageload](https://wordpress.org/support/topic/podcast-controls-disappear-a-second-after-pageload/)
 *  Thread Starter [cboot004](https://wordpress.org/support/users/cboot004/)
 * (@cboot004)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/podcast-controls-disappear-a-second-after-pageload/#post-4631115)
 * I finally figured out the issue. Seems the template I was using, Pinboard, was
   calling a couple scripts that were breaking the podcast. The scripts were wp-
   mediaelement.js and mediaelement-and-player.min.js, located in /wp-includes/js/
   mediaelement/. I commented out the following in my functions.php file:
 *     ```
       $('audio,video').mediaelementplayer({
       			videoWidth: '100%',
       			videoHeight: '100%',
       			audioWidth: '100%',
       			alwaysShowControls: true,
       			features: ['playpause','progress','tracks','volume'],
       			videoVolume: 'horizontal'
       		});
       ```
   
 * There were two calls to it.
 * The player seems to be working properly now.

Viewing 1 replies (of 1 total)