Skip to:
Content

BuddyPress.org

Opened 6 years ago

Closed 4 months ago

#7990 closed defect (bug) (wontfix)

Theme recognizes only buddypress.min.css but not buddypress.css

Reported by: dullowl's profile dullowl Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: Priority: normal
Severity: normal Version: 3.0.0
Component: BuddyPress.org Sites Keywords:
Cc:

Description

As mentioned in the documentation, you can place the buddypress.css file in the /my-theme/buddypress/css/ folder to override the default buddypress.css file. However using BuddyPress 3.0 Nouveau, it does not recognize the buddypress.css file, it only recognizes buddypress.min.css file placed in the /my-theme/buddypress/css/ folder.

Change History (6)

#1 follow-up: @shanebp
6 years ago

Did you try adding this to your wp-config.php file ?

define( 'SCRIPT_DEBUG', true );

https://codex.wordpress.org/Debugging_in_WordPress

#2 in reply to: ↑ 1 @dullowl
6 years ago

Replying to shanebp:

Did you try adding this to your wp-config.php file ?

define( 'SCRIPT_DEBUG', true );

https://codex.wordpress.org/Debugging_in_WordPress

Tested with clean installation and default WordPress theme and yes, also debug mode was on.

#3 follow-up: @DJPaul
6 years ago

  • Component changed from Core to BuddyPress.org Sites
  • Milestone changed from Awaiting Review to Awaiting Contributions
  • Owner set to johnjamesjacoby
  • Priority changed from high to normal

This is a documentation bug. The filename needs to match what is being used, yes.
Do you remember where you read this, so we can go fix it @dullowl?

#4 in reply to: ↑ 3 @dullowl
6 years ago

Replying to DJPaul:

This is a documentation bug. The filename needs to match what is being used, yes.
Do you remember where you read this, so we can go fix it @dullowl?

Here, for example:
If you want to ship your theme with extra styles to support BuddyPress add the BuddyPress styles to the buddypress.css file and include it in your theme.
https://codex.buddypress.org/themes/theme-compatibility-1-7/add-buddypress-styles-to-a-theme/

#6 @espellcaste
4 months ago

  • Milestone Awaiting Contributions deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Closing as per #9193

Note: See TracTickets for help on using tickets.