-
@mercime replied to the topic [Resolved] Pages not formatting correctly, in the forum How-to & Troubleshooting 10 years, 4 months ago
@jarith Marking this topic as resolved.
As to removing the “Private” and “Protected” prefices, you could try adding bbPress forum conditional to your function or to the one Konstantin (first comment in that post) posted
e.g.
if ( class_exists('bbPress') ) {
if ( is_bbpress() ) {
// do this
}
}Undoubtedly, you’ll get…[Read more]
-
@mercime replied to the topic [Resolved] Pages not formatting correctly, in the forum How-to & Troubleshooting 10 years, 4 months ago
@jarith Have you tried deactivating all plugins except BP including those you might have in mu-plugins folder? If you added any script/code in your theme’s functions.php or in bp-custom.php, remove those as well.
@jarith
Active 10 years, 3 months ago