Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3285 closed defect (bug) (no action required)

Error in Building a BuddyPress Child Theme

Reported by: johnchalkandtalkcouk's profile john@… Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Core Keywords:
Cc:

Description

on this page

http://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

This is shown:

@import url("../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css");
/* Inherit the default theme adminbar styles */
@import url("../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css");

This fails.

I think it should be:

@import url("../../../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css");
/* Inherit the default theme adminbar styles */
@import url("../../../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css");

Change History (3)

#1 @boonebgorges
13 years ago

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

That seems incorrect to me. Are you putting your child theme in wp-content/themes (which is where they should go)? If you're putting them in wp-content/plugins/bp-themes/, you're doing it wrong.

In any case, the codex is a wiki, so if you find a genuine error, you can correct it yourself. But I don't think this one is a real error.

I suggest that you take inquiries like this to the support forums http://buddypress.org/support, where there will be more eyeballs. This bug tracker is for bugs with the core software, not the Codex.

#2 @johnjamesjacoby
13 years ago

  • Severity set to normal

Moving closed ticket out of Awaiting Review.

#3 @johnjamesjacoby
13 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.