#buddypress-page #content{ width:530px; float:right; margin: 25px 0 0 0; }
remove_action('woocommerce_before_main_content','woocommerce_output_content_wrapper', 10);
remove_action('woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10);
add_action( 'woocommerce_before_main_content', 'pl_woo_open_wraps', 10 );
add_action( 'woocommerce_after_main_content', 'pl_woo_close_wraps', 10 );
function pl_woo_open_wraps() {
echo ' <section id="content class="container fix secondnav-content content-footcols">
<div class="texture">
<div class="content">
<div class="content-pad">
<div id="pagelines_content" class="one-sidebar-right fix">
<div id="column-wrap" class="fix">
<div id="column-main" class="mcolumn fix">
<div class="mcolumn-pad">
';
}
function pl_woo_close_wraps() {
echo '</section></div></div></div></div></div></div></div>';
}
So his wrong in both cases, there is solution to make it work with platform pro, as we both manage to worked it out, and aparently i did upgrade to FRAMEWORKS for 100$ and today i got the message that that buddypress is compatible but without sidebar,We're about to release PageLines Framework 2.1 which has integration for both bbPress and BuddyPress. I'd suggest considering an upgrade to our new Framework. There's no solutions available for PlatformPro, unfortunately.
had no way to control where the sidebars were placed.
It looks like you're new here. If you want to get involved, click one of these buttons!