Can't create Buddypress child theme
-
WP 3.9.2
BP 2.02Hi,
I’m having difficulty installing a child theme for Buddypress. I followed instructions in http://codex.buddypress.org/themes/building-a-buddypress-child-theme/. I created a theme folder bp-responsive inside of my WP themes folder. I created style.css inside that bp-responsive folder and pasted the following code:Theme Name: BuddyPress Responsive
Theme URI: http://example.org/themes/dusk/
Description: Child theme for BuddyPress.
Version: 1.0
Author: John Doe
Author URI: http://example.org/
Template: bp-default
Tags: buddypress, two-column, grey, dark
*/
@import url(“../buddypress/bp-themes/bp-default/style.css”);Not sure if the last line for necessary, but even without it, it still doesn’t work.
I uploaded this newly created folder to a server, but when go to Appearance>Themes – it shows the Broken Themes warning:
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
BuddyPress Responsive The parent theme is missing. Please install the “bp-default” parent theme.I don’t where I’m doing wrong. Can you please point out?
- The topic ‘Can't create Buddypress child theme’ is closed to new replies.