• 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]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.