Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • filan
    Participant

    @filan

    For all rookies out there, like me,

    if the remove_action doesn’t work for you: I did this and the css-adminbar was removed:

    in the bp-core-cssjs.php file

    add “//” to this line: add_action( ‘wp_head’, ‘bp_core_admin_bar_css’ );


    filan
    Participant

    @filan

    HI

    Thanks for the tip, it didn’t work though.

    remove_action( ‘wp_footer’, ‘bp_core_admin_bar’, 8 );

    remove_action( ‘admin_footer’, ‘bp_core_admin_bar’ );

    remove_action( ‘wp_head’, ‘bp_core_admin_bar_css’, 1 );

    do you have any idea of wear to put all the code, which particular file?


    filan
    Participant

    @filan

    Hi

    I added the code at the index-file and the Admin-bar was removed. But now there is a white background in its place,

    any ideas to remove this, white background, also?


    filan
    Participant

    @filan

    Thank you Trent, this works nicely!

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