Forum Replies Created
-
In reply to: use buddypress as a template for a page
i’m succesfully implemen the ithemes Builder theme to my Buddypress Activity ( http://prorebel.com/activity/ ), but unfortunately it’s broke the activity fitur. I’m trying to fix it.
Here’s how i implement the builder template for the activity index.php
`
<?php
function render_content() {
?>
[PAGE CONTENT][SIDEBAR CONTENT]
<?php
}
add_action( ‘builder_layout_engine_render_content’, ‘render_content’ );do_action( ‘builder_layout_engine_render’, basename( __FILE__ ) );
?>`
Update: it’s fixed. i’m accidentally replace the activity index.php with blog index.php
Ouch..It’s a rude way. The code just killing the admin bar, and lefting some space.
In reply to: use buddypress as a template for a pageiThemes Builder can’t load the layout that i’ve been creates to the buddypress activity page. However, it does not add any additional styling which could make specific BuddyPress pages look nicer.
In reply to: use buddypress as a template for a pageUgh.. it’s seems don’t work well with iThemes Builder.