Author Topic: Powerpress audio player display issue  (Read 1532 times)

khinxman

  • Newbie
  • Posts: 4
Powerpress audio player display issue
« on: March 25, 2010, 10:15:20 pm »
I've got an issue where the powerpress audio player displays oddly when inputting a podcast episode into a post,

here is the link to the podcast episode in question  http://jediarchiveonline.com/record/1593, I'm wondering if anyone has any idea's on how to remedy this.

You'll notice that the media player is huge! i've got the settings to their most basic and i cant seem to get it to display as just the small 30pixel height.

angelo

  • CIO, RawVoice
  • Administrator
  • Hero Member
  • *****
  • Posts: 4483
Re: Powerpress audio player display issue
« Reply #1 on: March 25, 2010, 10:55:59 pm »
Your theme is applying special styling to the <object> tags setting them to a specific width/height. Open the style-Blue.css in your favorite text editor and comment out or remove the following lines:

Code: [Select]
/*------------------------------------------------*/
/*----------------[VIDEO INTEGRATION]-------------*/
/*------------------------------------------------*/
.home-post-wrap object { width: 289px; height: 193px; }
.home-post-wrap embed  { width: 289px; height: 193px; }
.post-wrapper object   { width: 609px; height: 455px; }
.post-wrapper embed    { width: 609px; height: 455px; }

khinxman

  • Newbie
  • Posts: 4
Re: Powerpress audio player display issue
« Reply #2 on: March 26, 2010, 09:42:50 am »
awesome! that did the trick, thank you very much

khinxman

  • Newbie
  • Posts: 4
Re: Powerpress audio player display issue
« Reply #3 on: March 26, 2010, 10:42:07 am »
only issue i have now is that the main video player has no constraints now, so i'll have to find a way to kind of manually set the constraints on the video... thank you again for your help, i'll check with the theme creator for that!