Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

  • dodisabaruddin
    Member

    @dodisabaruddin

    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]


    <?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


    dodisabaruddin
    Member

    @dodisabaruddin

    Ouch..It’s a rude way. The code just killing the admin bar, and lefting some space.


    dodisabaruddin
    Member

    @dodisabaruddin

    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.


    dodisabaruddin
    Member

    @dodisabaruddin

    Ugh.. it’s seems don’t work well with iThemes Builder.

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar