Rodanthe, North Carolina
David Carson's
Activity Stream →
-
David Carson posted a reply on the forum topic Theme Issue: 3 weeks, 6 days ago
Try adding this to your stylesheet.
#container {
width: 630px;
float: left;
}
There’s no width declared for the container in your stylesheet so it’s taking the full width of the page. -
David Carson posted a reply on the forum topic BuddyPress 1.2 theme for bloggers: 4 weeks ago
The BuddyPress Default theme is not meant to be used for user blogs.
You can disable it sitewide from the dashboard – Site Admin > Themes -
David Carson and paragate are now friends 4 weeks ago
-
David Carson posted a reply on the forum topic Warning Error Message: 4 weeks ago
Did you test BuddyPress before with just the default theme and no plugins? Did you have it working with the default (bp-default) theme before you switched to your theme?
Either way, the first thing I would do now is disable all plugins except BuddyPress.
Next, I would switch the theme to back to the default (bp-default) [...] -
David Carson posted a reply on the forum topic Warning Error Message: 4 weeks ago
Double-check your theme’s functions file at /wp-content/themes/wp-clear-basic/functions.php to make sure you added
include( TEMPLATEPATH . '/bp/bp-functions.php' );right at the top after the opening php tag.
If it’s there, try disabling other plugins one-by-one to see if they might be interfering. The Coming Soon plugin in particular.
And if disabling plugins doesn’t work, try providing [...]