• Hello,

    I’m managing one client site with 3 admin Users. The check box showing the admin bar is ticked for everybody. But for one user, the admin bar is not displayed anymore on the site.
    Do you see why? I’ve checked many answers regarding the theme/WP updates/plugins but it doens’t explain why it happens only for one user (I’ve checked my own user account on a private navigation and I have the tool bar displayed on the site).
    Tx for your help,
    Marine

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @newki75,
    Just place this code in your current theme’s functions.php file on the top:

    //Show Admin Bar
    add_action(‘after_setup_theme’, ‘show_admin_bar’);
    function remove_admin_bar() {
    show_admin_bar(true);
    }

    Hope this helps! ??

    Thread Starter Newki75

    (@newki75)

    It’s a nightmare loll In fact I manage 10 worpdress sites, mine included.
    On my own site, I don’t see the admin bar, I tried you code but not better, same result on chrome and firefox. For my site I don’t care even if I don’t know when / why it has dispappeared.

    When I try my client access to his site on my computer, from home, I see the admin bar on Chrome / FF, even in private navigation.
    Do you think it could come from windows version/ navigator parameters? I’m a bit lost…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Admin bar has disappeared on my site’ is closed to new replies.