Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: customize.php block #2135
    [email protected]
    Participant

    Never mind. I added this code to my child theme which removed it from the admin bar.

    add_action( ‘admin_bar_menu’, ‘remove_customize’, 999 );

    function remove_customize( $wp_admin_bar ) {
    $wp_admin_bar->remove_node( ‘customize’ );
    }

    in reply to: Logout Option Missing #1238
    [email protected]
    Participant

    Thanks for the help. I found the issue. I have to allow the user to add_users and also activate it on their admin menu. Once I did that the “howdy, username” came back to the admin bar. Prior to the update I did not have to. Not a big deal, I can live with that 🙂 thanks!

    in reply to: Logout Option Missing #1235
    [email protected]
    Participant

    I deactivated the plugin to confirm it was this plugin causing the problem. It is.

    in reply to: Admin Menu #889
    [email protected]
    Participant

    Ran all tests. Seems a little buggy. Works sometimes but not every time. Sometimes when the user clicks on appearance they can see other options that are supposed to be blocked.

    in reply to: Page editing tabs #859
    [email protected]
    Participant

    Ignore this post – i found the solution in the user role admin.

Viewing 5 posts - 1 through 5 (of 5 total)