Author Topic: Flash embed code is Visible on my homepage  (Read 3003 times)

insource

  • Newbie
  • Posts: 3
Flash embed code is Visible on my homepage
« on: June 17, 2010, 10:18:11 am »
How do I get rid of
Quote
pp_flashembed( 'powerpress_player_5293', {src: 'http://blog.insourcemg.com/wp-content/plugins/powerpress/FlowPlayerClassic.swf',...

This appears on homepage left of every podcast I post on my Magazine Theme wordpress blog.  You can view my problem at blog.insourcemg.com.

I've been on the Magazine Theme forum and WP forums.  I really need to clean this up, but am unclear as to who holds the key to any insight.

Anxiously awaiting any guidance you can offer...
« Last Edit: June 17, 2010, 11:55:08 am by insource »

angelo

  • CIO, RawVoice
  • Administrator
  • Hero Member
  • *****
  • Posts: 4483
Re: Flash embed code is Visible on my homepage
« Reply #1 on: June 17, 2010, 11:52:26 am »
PowerPress Appearance settings, try configuring the player NOT to be added to excerpts. This presumes your theme is using an excerpt on the home page. If it is using the_content() for the home page, you need to find out what exactly your theme is doing to the content. It is doing something which is allowing the javascript code of PowerPress to appear.

insource

  • Newbie
  • Posts: 3
Re: Flash embed code is Visible on my homepage
« Reply #2 on: June 17, 2010, 01:52:58 pm »
Here's what the Magazine Theme forum said after you suggested I ask them for help:

"Have you contacted the plugin author with this? Sometimes they have code to filter the embed code from excerpts or the content_limit.
"

Do you have the code they are referring to? 

And, no I'm not using excerpts, at all. 

Thank you a lot!
« Last Edit: June 18, 2010, 09:56:50 am by insource »

angelo

  • CIO, RawVoice
  • Administrator
  • Hero Member
  • *****
  • Posts: 4483
Re: Flash embed code is Visible on my homepage
« Reply #3 on: June 18, 2010, 12:56:46 pm »
Go ahead and have your theme developer contact me by Email, cio [at] rawvoice.com.

insource

  • Newbie
  • Posts: 3
Re: Flash embed code is Visible on my homepage
« Reply #4 on: June 18, 2010, 02:50:16 pm »
I was advised to use this in my functions.php theme:
Code: [Select]
if( defined('POWERPRESS_CONTENT_ACTION_PRIORITY') )
        remove_filter('the_content', 'powerpress_content', POWERPRESS_CONTENT_ACTION_PRIORITY); 

it worked like a charm!  Just passing it along...  Thanks.

angelo

  • CIO, RawVoice
  • Administrator
  • Hero Member
  • *****
  • Posts: 4483
Re: Flash embed code is Visible on my homepage
« Reply #5 on: June 21, 2010, 06:15:18 pm »
Awesome!