Author Topic: Multiple Image Tags New Podcast  (Read 1243 times)

Nick Craig

  • Rookie
  • *
  • Posts: 3
Multiple Image Tags New Podcast
« on: September 13, 2015, 01:00:12 pm »
I have an issue with the most recent version of PowerPress (6.0.5). The XML file has 2 images tags in it. One is the iTunes art that I uploaded but the other is just the site logo. Anyone else having this issue? http://thecrummyshow.com/feed/podcast/

Here is a dump of the RSS feed http://pastebin.com/eLZ7cc73

Shawn Thorpe

  • Administrator
  • Hero Member
  • *****
  • Posts: 2060
Re: Multiple Image Tags New Podcast
« Reply #1 on: September 13, 2015, 01:18:05 pm »
This type of problem is usually caused by a theme or plugin injecting code into the RSS feed. I know we've had some recent reports on this forum of a favicon plugin adding an extra image tag to the feed. For more information on troubleshooting a problem like this, see this article:
http://create.blubrry.com/resources/powerpress/using-powerpress/diagnosing-feed-andor-player-issues-with-powerpress/

Nick Craig

  • Rookie
  • *
  • Posts: 3
Re: Multiple Image Tags New Podcast
« Reply #2 on: September 13, 2015, 01:22:41 pm »
I have deactivated every plugin besides PowerPress and went back to the 2015 default theme. Not sure what to do now. Same issue

angelo

  • CIO, RawVoice
  • Administrator
  • Hero Member
  • *****
  • Posts: 4483
Re: Multiple Image Tags New Podcast
« Reply #3 on: September 14, 2015, 08:54:45 am »
The <image> tag that is above the PowerPress comment line "<!-- podcast_generator="Blubrry PowerPress/6.0.5" mode="advanced" -->" is from another source. It could be from a plugin (you ruled that out, but perhaps you didn't if your server or a WP caching plugin is caching files), it also could come from a theme. Vanilla WordPress with the twenty fifteen theme and no other plugins should not be doing this.

Your hosting is using nginx web server so it is completely possible that there is a server based cache. If your using an aggressive WP caching plugin, there may also be files cached that are handled before PHP is executed. Key to debugging when turning off plugins is to clear your caches every time.

Here is a trick you can do during your debugging. Add a question mark and something random (random every time) to the feed URL.

A hint for me is that the first image tag includes an image that is 32x32, which hints at being a favicon setting of some sort.  Also it is using this image (http://thecrummyshow.com/wp-content/uploads/2015/09/cropped-site-logo-wp-32x32.png) which is not your podcast artwork (http://thecrummyshow.com/wp-content/uploads/2015/09/itunes-art.jpg), so you may want to trace down where you uploaded this image.

Last thought, this is your RSS image, you do want to get this fixed but it will not effect iTunes, as that's a different tag all together.

Nick Craig

  • Rookie
  • *
  • Posts: 3
Re: Multiple Image Tags New Podcast
« Reply #4 on: September 14, 2015, 11:38:30 am »
Even though I put the default theme on the theme I was using was inserting a "Site Logo" that seemed to be causing the issue. Thanks for the support!