Title: JournalistProgrammer's Replies | WordPress.org

---

# JournalistProgrammer

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

 *   [Profile](https://wordpress.org/support/users/journalistprogrammer/)
 *   [Topics Started](https://wordpress.org/support/users/journalistprogrammer/topics/)
 *   [Replies Created](https://wordpress.org/support/users/journalistprogrammer/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/journalistprogrammer/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/journalistprogrammer/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/journalistprogrammer/engagements/)
 *   [Favorites](https://wordpress.org/support/users/journalistprogrammer/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: [Bug? CodePen Embed (Well, I think is a bug)](https://wordpress.org/support/topic/bug-codepen-embed-well-i-think-is-a-bug/)
 *  Thread Starter [JournalistProgrammer](https://wordpress.org/support/users/journalistprogrammer/)
 * (@journalistprogrammer)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/bug-codepen-embed-well-i-think-is-a-bug/#post-5596136)
 * Hey Joshua.
 * To be honest this was so long ago that I don’t remember how I fix it. Looking
   back at my code the only thing that seems different from another demo that i 
   had is that in order to make get the radio buttons away from the screen I am 
   using
    **position: absolute; and visibility: hidden.**
 * /*moving the radio buttons out of the screen*/
    **input[type=”radio”] { position:
   absolute; visibility: hidden; }
 * I remember that before I tried to position the radio buttons using left: -9999px;
 * If you are doing something similar, maybe you have to use visibility hidden instead.
 * Let me know if this works. Good luck.

Viewing 1 replies (of 1 total)