Skip to:
Content

BuddyPress.org

Opened 5 years ago

Last modified 2 years ago

#7990 new defect (bug)

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

Reported by: dullowl's profile dullowl Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: Awaiting Contributions 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 (5)

#1 follow-up: @shanebp
5 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
5 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
5 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
5 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/

Note: See TracTickets for help on using tickets.