Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
…
` or `
..
` to
`
// Titles Of Respective BP Page Templates //
`
AND move title to above `
Save files.
I installed the buddypress plugin and use my existing theme itself by using buddypress template pack.
Everything working fine except the side bar alignment. Side bar comes under the Contents in the buddy press created pages only.
Here i do provide the pastebin url of my theme :
Header.php : http://pastebin.com/sKBhGMK7
Footer.php : http://pastebin.com/Nrrv9Nz5
Index.php : http://pastebin.com/fjPLtQhR
page.php : http://pastebin.com/5H3P1KPG
sidebar.php : http://pastebin.com/EUQDj5vJ
Hi Manswab, Would it be possible to see a link to your site? It could without seeing be one of two things:
– a too wide elements/wrong clearing
– a missing div/too many div closures
However, it would help to have a link to your site to confirm if that is possible?
@manswab Initial scan of the code shows that you would have to change 16 BP template files from the six BP folders transferred to your active WP theme during the BP compatibility process. What’s the name of your theme? Site URI or URI to the theme’s demo page would help us get it right much faster.
@mercime & @karmatosed The Name of my theme is Wallow. here is my site URL : http://chullanz.co.cc/
here the demo page http://chullanz.co.cc/activity/…
???/
@manswab I didn’t get the notification I’ll take a look at it in a little while.
@manswab As mentioned above, based on the HTML structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your wallow theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your wallow theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
`
with the following:
`
<div id=”post-“>
Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
` or `
` to
`
`
AND move title to above `
Save files.
B. At the bottom of the same 16 files, replace:
`
`
with the following (except for registration/register.php):
`
`
with the following for registration/register.php:
`
jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});
`
Save files.
C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/wallow/
D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.
@mercime Thank you very much. Its working fine now..
@manswab You’re welcome. Marking this as resolved.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS