Title: [Plugin: FeedWordPress] Broken dashboard
Last modified: August 20, 2016

---

# [Plugin: FeedWordPress] Broken dashboard

 *  [Unknown](https://wordpress.org/support/users/ontariocfa/)
 * (@ontariocfa)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-feedwordpress-broken-dashboard/)
 * Seems to have done something to our 3.3 dashboard. Everything works fine until
   you click on Syndications or any of its sub categories then everything is all
   over like it’s a problem in a style sheet. WE have the same problem if we collapse
   the menu. Also, when you sub- categories, everything gets pushed down at least
   one page so you always have to scroll down to find anything. It does seem to 
   be working fine aside from appearance. WP operates fine and all other plugins/
   widgets etc work fine. Any ideas?
 * [http://wordpress.org/extend/plugins/feedwordpress/](http://wordpress.org/extend/plugins/feedwordpress/)

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

 *  [mmcomber](https://wordpress.org/support/users/mmcomber/)
 * (@mmcomber)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-feedwordpress-broken-dashboard/#post-2465924)
 * I’m having the same issue. Anyone come up with a fix?
 *  [scrippsadmin](https://wordpress.org/support/users/scrippsadmin/)
 * (@scrippsadmin)
 * [14 years ago](https://wordpress.org/support/topic/plugin-feedwordpress-broken-dashboard/#post-2465937)
 * It’s because the plugin is looking for a file in **/wp-admin/css/dashboard.css**
   This file doesn’t exist. Going to look and make sure there wasn’t a plugin update.
 * t
 *  Thread Starter [Unknown](https://wordpress.org/support/users/ontariocfa/)
 * (@ontariocfa)
 * [14 years ago](https://wordpress.org/support/topic/plugin-feedwordpress-broken-dashboard/#post-2465938)
 * The CSS file was not in the /wp-admin/css/dashboard.css so I reinstalled the 
   plug-in and it’s still not there. Is this a core WordPress file or is it part
   of the the files that should be installed with the plug-in?
 *  [scrippsadmin](https://wordpress.org/support/users/scrippsadmin/)
 * (@scrippsadmin)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-feedwordpress-broken-dashboard/#post-2465939)
 * See this post:
 * [http://wordpress.org/support/topic/plugin-feedwordpress-feedwordpress-error-warningcannot-modify-header-information](http://wordpress.org/support/topic/plugin-feedwordpress-feedwordpress-error-warningcannot-modify-header-information)
 * Per Tosaha’s post:
 * > This solved the problem for me:
   > Comment out line 1178 on feedwordpress.php (located in the wp-content/plugins/
   > feedwordpress folder).
   > So this:
   >     ```
   >     if (function_exists('wp_admin_css')) :
   >     wp_admin_css('css/dashboard');
   >     endif;
   >     ```
   > 
   > Turns into this:
   >     ```
   >     if (function_exists('wp_admin_css')) :
   >     //wp_admin_css('css/dashboard');
   >     endif;
   >     ```
   > 
   > Not sure if it causes any other problems but so far I haven’t had any issues.
 * Just copying his response. I have not tested this. However it looks like the 
   author answered that post and promised an update this week. Am trying to mod 
   the plugin now.

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

The topic ‘[Plugin: FeedWordPress] Broken dashboard’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/feedwordpress_a6a79a.svg)
 * [FeedWordPress](https://wordpress.org/plugins/feedwordpress/)
 * [Support Threads](https://wordpress.org/support/plugin/feedwordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/feedwordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feedwordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feedwordpress/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [scrippsadmin](https://wordpress.org/support/users/scrippsadmin/)
 * Last activity: [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-feedwordpress-broken-dashboard/#post-2465939)
 * Status: not resolved