add_theme_support breaks buddypress
- 
		hey all; i’m using my own theme (from _s), have add_theme_support('buddypress');in theafter_theme_setupaction in my functions.php file in the theme.i also have wp_enqueue_scriptcalling to/buddypress/bp-templates/bp-legacy/js/buddypress.jswhich does load the the file.problem is that nothing loads, just blank where the_content should output buddypress. so no activity, no members. if i comment out the add_theme_support function, everything shows up as expected, but its style with all the default buddypress css (which is what i was planning to override with my own css). my understanding was that the add_theme_support was supposed to allow for this. it was working just fine in 1.8.1 and only the update to 1.9 killed it. i don’t have any other plugins installed, its a clean, new theme… what am i missing? any help is very much appreciated. thanks. 
- The topic ‘add_theme_support breaks buddypress’ is closed to new replies.