Title: [Plugin: bbPress Post Toolbar] Broken CSS
Last modified: August 20, 2016

---

# [Plugin: bbPress Post Toolbar] Broken CSS

 *  [travis.hill](https://wordpress.org/support/users/travishill/)
 * (@travishill)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-bbpress-post-toolbar-broken-css/)
 * Upon updating to the latest version, the css within my site was broken. It couldn’t
   locate the files and load them correctly.
 * When I investigated the .php files for the source, I located on line 484 – 485
   the code to call the css.
 * First, I reverted it, or just flipped the comment code within the file. This 
   solved my problem, but was not the solution.
 * I changed `site_url` to `home_url` and moved the comment code back to its original
   form. This seems to work as well, and is a better solution as it keeps with the
   code.
 * [http://wordpress.org/extend/plugins/bbpress-post-toolbar/](http://wordpress.org/extend/plugins/bbpress-post-toolbar/)

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

 *  [chrisella](https://wordpress.org/support/users/chrisella/)
 * (@chrisella)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-bbpress-post-toolbar-broken-css/#post-2402873)
 * I’m having the same issue but seem unable to sort it using the method you suggested:/
 *  [tyskkvinna](https://wordpress.org/support/users/tyskkvinna/)
 * (@tyskkvinna)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-bbpress-post-toolbar-broken-css/#post-2402901)
 * I’m also having this issue and these fixes did nothing. Any ideas?
 *  [yok2504](https://wordpress.org/support/users/yok2504/)
 * (@yok2504)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-bbpress-post-toolbar-broken-css/#post-2402913)
 * guys really easy the fix this;
 * open bbpress-post-toolbar.php
 * line 484 `//wp_register_style( 'bbp_5o1_post_toolbar_style', plugins_url('includes/
   toolbar.css', __FILE__) );`
 * clear “//” like this;
 * `wp_register_style( 'bbp_5o1_post_toolbar_style', plugins_url('includes/toolbar.
   css', __FILE__) );`
 * and
 * line 485 add “//”
 * like this
 * `//wp_register_style( 'bbp_5o1_post_toolbar_style', site_url('/?bbp_5o1_toolbar_css'));`

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

The topic ‘[Plugin: bbPress Post Toolbar] Broken CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bbpress-post-toolbar.svg)
 * [bbPress Post Toolbar](https://wordpress.org/plugins/bbpress-post-toolbar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bbpress-post-toolbar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bbpress-post-toolbar/)
 * [Active Topics](https://wordpress.org/support/plugin/bbpress-post-toolbar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bbpress-post-toolbar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bbpress-post-toolbar/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [yok2504](https://wordpress.org/support/users/yok2504/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-bbpress-post-toolbar-broken-css/#post-2402913)
 * Status: not resolved