Title: Plugin interferes with page layout
Last modified: August 21, 2016

---

# Plugin interferes with page layout

 *  Resolved [pixeldynamo](https://wordpress.org/support/users/pixeldynamo/)
 * (@pixeldynamo)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/plugin-interferes-with-page-layout/)
 * When the plugin is enabled, the alignment property affects objects in the pages
   of posts.
 * [https://wordpress.org/plugins/featured-images-for-rss-feeds/](https://wordpress.org/plugins/featured-images-for-rss-feeds/)

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

 *  [DowntownRob](https://wordpress.org/support/users/downtownrob/)
 * (@downtownrob)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/plugin-interferes-with-page-layout/#post-4829617)
 * I’m not sure how it’s affecting objects in the pages of posts… the code simply
   attaches to the RSS hooks, then appends the IMG code with it’s own CSS formatting
   to the front of the content normally being generated.
 * Care to send me the feed URL so that I can debug further?
 *  Thread Starter [pixeldynamo](https://wordpress.org/support/users/pixeldynamo/)
 * (@pixeldynamo)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/plugin-interferes-with-page-layout/#post-4829621)
 * It’s impractical for me to turn on because of the negative impact that it has,
   but you can see what it does quite clearly here:
 * [http://www.diffchecker.com/vukl2dgv](http://www.diffchecker.com/vukl2dgv)
 *  [DowntownRob](https://wordpress.org/support/users/downtownrob/)
 * (@downtownrob)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/plugin-interferes-with-page-layout/#post-4829622)
 * I see, it’s being added to the social sharing icons with the title?
 * It should only be adding that image code to your RSS feed:
    [http://pixeldynamo.staging.wpengine.com/feed/](http://pixeldynamo.staging.wpengine.com/feed/)
 * and the sharing code should not be using the feed content to produce the title
   code… the normal WordPress loop would do that just fine.
 * It’s a poorly coded plugin or theme somehow using one of these two filter hooks
   to get the post titles:
 * add_filter(‘the_excerpt_rss’, ‘featured_images_in_rss’, 1000, 1);
    add_filter(‘
   the_content_feed’, ‘featured_images_in_rss’, 1000, 1);
 * and the function above attached to those two hooks simply added the featured 
   image SRC and CSS before the content being returned with the normal RSS feed 
   output.
 * I don’t see a way to resolve it on my end… it’s doing it wrong I think.

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

The topic ‘Plugin interferes with page layout’ is closed to new replies.

 * ![](https://ps.w.org/featured-images-for-rss-feeds/assets/icon-256x256.png?rev
   =1546995)
 * [Featured Images in RSS for Mailchimp & More](https://wordpress.org/plugins/featured-images-for-rss-feeds/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/featured-images-for-rss-feeds/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/featured-images-for-rss-feeds/)
 * [Active Topics](https://wordpress.org/support/plugin/featured-images-for-rss-feeds/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/featured-images-for-rss-feeds/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/featured-images-for-rss-feeds/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [DowntownRob](https://wordpress.org/support/users/downtownrob/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/plugin-interferes-with-page-layout/#post-4829622)
 * Status: resolved