This process requires a working knowledge of HTML and CSS at the very least and would recommend to keep backup of files you are going to modify.
To enable your Artisteer WordPress theme for BuddyPress, install and activate the BuddyPress Template Pack plugin
Log in in admin panel and click on Appearance > BP Compatibility and follow instructions to move folders to your theme folder and click on
Click on “Move Template Files” link
Templates moved successfully!
Step two
If you have already installed buddypress and have links in menu when you click on activity or any of the pages buddypress created you will see that you have full width page without side bars.
The normal buddypress template has this
[HEADER]
<div id=”container”>
<div id=”content”>
[PAGE CONTENT]
</div>
<div id=”sidebar”>
[SIDEBAR CONTENT]
</div>
</div>
[FOOTER]
If BuddyPress pages are not aligned correctly, then you may need to modify some of the templates to match your theme’s HTML structure. The best way to do this is to access your theme’s files.
Open the page.php file (if this does not exist, use index.php) of your active/preferred WP theme. Make note of the HTML template structure of the file, specifically the div tags that surround the content and sidebar.
To change the HTML structure in the following BuddyPress template files which were transferred into your active/preferred WP theme to match the structure of your WP theme’s page.php or index.php file.

/activity/index.php
/blogs/create.php
/blogs/index.php
/forums/index.php
/groups/index.php
/groups/create.php
/groups/single/home.php
/groups/single/plugins.php
/members/index.php
/members/single/home.php
/members/single/plugins.php
/members/single/settings/delete-account.php
/members/single/settings/general.php
/members/single/settings/notifications.php
/registration/activate.php
/registration/register.php
The video will walk you step by step how to modify the templates so that you have an integrated buddypress templates to your artisteer WordPress theme.