@nstjwz we also need the sidebar.php and page.php files in pastebin.com so we can proceed with this.
@mercime thanks for your reply.
Here is the sidebar.php: http://pastebin.com/tjNgRjPx
And here is page.php: http://pastebin.com/nHUyHR8d
@nstjwz your pastebin.com post for page.php is only:
`
`
Missing codes …
@mercime That’s the only thing there is on that file…
Don’t know if this may help, but this is the template for that page: http://pastebin.com/wasJxY5j
@nstjwz something’s awry. The index.php code you posted is that of BuddyPress – Activity Directory page and that code in page.php will not generate any content.
Can you unzip the original theme folder and check if the page.php has the same code there, just in case the file you have uploaded has been corrupted.
@mercime now you mention it, in the zip, the page.php file, looks the same I posted before. And the index.php shows: http://pastebin.com/U2FNWCT6
If you want to see the theme, I can send you the zip
I checked out right now on public_html/wp-content/themes/simpolio/index.php and the index.php now has the last code I sent you here http://pastebin.com/U2FNWCT6
It looks like my error, although I’m pretty sure I sent you the content of that file, before.
@nstjwz option available for all BP templates – wide space http://easysite.by/simpolio/pages/about-us/ or one with sidebar http://easysite.by/simpolio/blog/ I’d go wide space since you’d need it for most of the BP components. Or you want the one with sidebar?
@mercime I agree with you, and I prefer wide space too.
@nstjwz Based on the structure of your theme, you need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your simpolio theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your 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
`
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/simpolio/
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 I got it, and I’m trying to implement your instructions. In a few days I’ll let you know if it’s all ok or if I have any issue.
Thank you!
@mercime I spent a bunch of time figuring out how to adjust it, and your solve my problem on a snap.
I’m really grateful.
So, thank you!
@nstjwz you’re welcome. glad it worked
Marking this as resolved.