Skip to:
Content

bbPress.org

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#1849 closed defect (bug) (fixed)

bbp-theme-compat bbpress.css always loads

Reported by: enderandrew's profile enderandrew Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.1 Priority: normal
Severity: normal Version: 2.0
Component: Appearance - Theme Compatibility Keywords:
Cc:

Description

Even if I copy the bbpress template folders over into my child theme (with css folder) and load bbpress.css from my theme, it is still loading from wp-content/plugins/bbpress/bbp-theme-compat/css/bbpress.css as well.

I'm running bbpress 2.1 from SVN and WP 3.4 from SVN.

Change History (5)

#1 @jaredatch
12 years ago

I don't think bbP auto-detects the CSS like it does the template files (though I could be wrong).

You can either unregister the default CSS via a few lines in your child theme or use a plugin like http://wordpress.org/extend/plugins/bbpress-custom-css-file/

Last edited 12 years ago by jaredatch (previous) (diff)

#2 @johnjamesjacoby
12 years ago

  • Milestone changed from Awaiting Review to 2.1
  • Owner set to johnjamesjacoby

I imagine others running into this, too. Going to put this into 2.1 now.

#3 @johnjamesjacoby
12 years ago

  • Component changed from Actions/Filters to Theme Compatability

#4 @johnjamesjacoby
12 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3959]) Theme Compatilibilty:

  • Add theme hierachy check for default bbPress styling.
  • Use file_exists() checks in child & parent themes before enqueuing from theme compatibility.
  • Fixes #1849.

#5 @johnjamesjacoby
12 years ago

(In [3960]) Theme Compatilibilty:

  • Use trailingslashit() in default styling enqueue.
  • See #1849.
Note: See TracTickets for help on using tickets.