Missing WordPress Admin Top ToolBar
-
Hey there WordPress people! I am hoping someone has recommendations because I am stumped. I am not entirely sure when it happened, but on a site that I work on, our admin top toolbar has just disappeared. It does not a display on a single internal admin page or external live page when signed into any of the 3 admin users on the site . (there are only 3 users on the site btw, all of them do not display the toolbar)
I’ve already gone through and checked that all the users on the site have the “show toolbar when viewing site” box enabled.
I’ve also confirmed that the theme has wp_head(); in header.php and wp_footer(); in footer.php.
I went through and cloned the site to a dev link and tried disabling all plugins and also tried switching to a new theme (WP 2024) but absolutely nothing has brought the toolbar back. When I inspect the admin dashboard, this is the only instance of “admintoolbar” that seems to exist:#wpadminbar #wp-admin-bar-gform-forms .ab-item {
line-height: 53px;
height: 46px !important;
width: 52px !important;
display: block;
background-size: 36px 36px;
background-position: 7px 6px;
}
#wpadminbar li#wp-admin-bar-gform-forms {
display: block;
}
}I did try disabling Gravity Form’s conflict mode and also tried disabling/re-enabling the Gravity Forms toolbar menu to see if it was a conflict with Gravity Forms, no dice though.
I’m at a loss at this point. All the guides I’ve looked into only mention a few things to check, and various other forum posts i’ve looked at all end up being a plugin conflict, but since I already tried disabling all plugins and switching to a default WordPress theme (2024) I don’t think it’s a plugin/theme conflict.
I’ve verified checksums, those are all good. I’ve fixed file permissions. I tried reinstalling WordPress, still did not bring it back. I’ve enabled wp debug for both logging and to display on the site, no errors come up.
I just wanted to see if anyone else has experienced a similar issue and if they ever found a way to bring this toolbar back. If it helps, the site is on a CloudLinux OS using LiteSpeed. I’ve tried clearing any and all possible caches.
Thanks in advance for any advice that can be given.The page I need help with: [log in to see the link]
-
Have you checked the profile settings to see if the checkbox for the toolbar is checked? https://ww.wp.xz.cn/documentation/article/users-your-profile-screen/
Even if you deactivate all plugins and one of them has affected this setting, it may not be set.
Yes, as I had mentioned in my original post I’ve checked all 3 users on the site, all of them have this box checked in their profile settings.
Same issue, any solutions?
The topic ‘Missing WordPress Admin Top ToolBar’ is closed to new replies.