Title: codebender's Replies | WordPress.org

---

# codebender

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

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

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Seriously Simple Podcasting] Podcast videos showing before the header](https://wordpress.org/support/topic/podcast-videos-showing-before-the-header/)
 *  [codebender](https://wordpress.org/support/users/codebender/)
 * (@codebender)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/podcast-videos-showing-before-the-header/#post-15926024)
 * I fixed this by adding the following CSS to Avada->Options->Custom CSS
 *     ```
       .fusion-tb-header .podcast_player {
           display: none !important;
       }
   
       .fusion-tb-footer .podcast_player {
           display: none !important;
       }
       ```
   
 * this doesn’t address the root problem, but it does hide the extra players that
   are being added to the header/footer
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Seriously Simple Podcasting] Podcast videos showing before the header](https://wordpress.org/support/topic/podcast-videos-showing-before-the-header/)
 *  [codebender](https://wordpress.org/support/users/codebender/)
 * (@codebender)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/podcast-videos-showing-before-the-header/#post-15925815)
 * Fwiw, I am seeing the same behavior on our website – also utilizing the Avada
   theme builder.
 * We are also using the podcast page builder at Podcasting->Add New Episode. After
   publishing the page, the podcast player (audio in our case) is added to the page
   3 times.
 * After inspecting the source, It looks like the podcast player is being inserted
   into the header, the body, and the footer.

Viewing 2 replies - 1 through 2 (of 2 total)