Ugh.. it’s seems don’t work well with iThemes Builder.
You could be right. http://ithemes.com/support/pre-sales-and-other-inquiries/buddypress-builder/?value=buddypress&type=1&include=1&search=1&ret=all
Having said that, just curious at what stage did the integration fail? I assume that with the Builder, after setting where you want your sidebar/s and content, you would be able to get the HTML going.
iThemes 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.
You mean iThemes Builder can’t load the BuddyPress template files transferred during the BP Template pack process? While iThemes hasn’t created a bridge to adapt BP to their themes, strange that they have not promoted using BP template pack instead.
As for additional styling, there’s a panel during the integration process where you have option to include the CSS provided in BP Template Pack to start you off. Then you just add/adjust styling to taste.
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() {
?>
<?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