Title: Admin toolbar: endless loading state
Last modified: May 17, 2020

---

# Admin toolbar: endless loading state

 *  Resolved [dand751801](https://wordpress.org/support/users/dand751801/)
 * (@dand751801)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/admin-toolbar-endless-loading-state/)
 * Hello,
 * When I click at the “admin toolbar” menu item, the browser hang in an endless
   loading state. There are no error pages or script errors displayed. It is also
   impossible to stop the side loading process with “Esc” or click on other links.
   The only last way is to close the tab.
 * So, I never saw this section. 🙁
 * Best regards
    Dan

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

 *  Plugin Author [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * (@northernbeacheswebsites)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/admin-toolbar-endless-loading-state/#post-12849499)
 * Hi [@dand751801](https://wordpress.org/support/users/dand751801/),
 * Try disabling all other plugins to see if there’s a potential plugin conflict,
   this issue hasn’t been reported by any other users yet, so I would say it’s specific
   to your environment. Thanks,
 *  [123rbh](https://wordpress.org/support/users/123rbh/)
 * (@123rbh)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/admin-toolbar-endless-loading-state/#post-12865063)
 * Hi,
 * I am also having this problem. The weird thing is that I’m running 2 sites with
   the same plugins and settings. 1 site is having this problem, the other one does
   not have this problem. So, I do not think this is a plugin problem. This problem
   is making Firefox frieze, and I need to restart Firefox to make it work again.
 * The content under “Hide Meta” are getting hidden, when the plugin “White Label
   CMS” is installed and active. Even this functionality is not activated in “White
   Label CMS”
 *  [yberges](https://wordpress.org/support/users/yberges/)
 * (@yberges)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/admin-toolbar-endless-loading-state/#post-12944050)
 * same problem for me !
    PHP Version: 7.2.30 Wordpress Version: 5.4.1 Plugin Version:
   7.21 Current Theme: Divi Active Plugins: iThemes Security Bloom Loginizer Monarch
   Plugin WP Custom Admin Interface
 *  Plugin Author [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * (@northernbeacheswebsites)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/admin-toolbar-endless-loading-state/#post-12951910)
 * Hi [@yberges](https://wordpress.org/support/users/yberges/),
 * As mentioned before, check for plugin conflicts. You can also check your browser
   console to see if there are any javascript errors and this can help identify 
   conflicts.
 * As you are using the free version I can’t provide support for your specific site,
   this support however is offered to users of the pro version: Custom Admin Interface
   Pro ([https://northernbeacheswebsites.com.au/custom-admin-interface-pro/](https://northernbeacheswebsites.com.au/custom-admin-interface-pro/))
   as support for this plugin is not done on the public WordPress.org forums.
 *  [tdechangy](https://wordpress.org/support/users/tdechangy/)
 * (@tdechangy)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/admin-toolbar-endless-loading-state/#post-13274867)
 * same issue here. It’s my first trial and waited an awesome experience and suddenly,
   Whow! What is this.
    I disabled all plugins and kept using the famous blank Astra
   theme.
 * I had a look to the Dev Tools but didn’t see something relevant enough to say(
   as non coder).
 * Please fix this to allow me to enjoy your free 5 stars plugin.
 *  Plugin Author [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * (@northernbeacheswebsites)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/admin-toolbar-endless-loading-state/#post-13277997)
 * Hi [@tdechangy](https://wordpress.org/support/users/tdechangy/),
 * I can’t repeat the issue with Astra theme with no plugins activated on WordPress
   5.5 on PHP 7.3. Have you tried restoring the toolbar to the default WordPress
   toolbar (see button at the of editor area) and try just saving a blank toolbar
   and see if that works.
 *  [tdechangy](https://wordpress.org/support/users/tdechangy/)
 * (@tdechangy)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/admin-toolbar-endless-loading-state/#post-13279560)
 * Ok, I’ve done a total reset to test and back to normal.. After searching in my
   code I thought logically that this could be related to some custom code that 
   applied to the Toolbar. So here is the conflicting code :
 *     ```
       function remove_toolbar_node($wp_admin_bar) {
   
         $wp_admin_bar->remove_node('wp-logo');
   
         $wp_admin_bar->remove_node('new-content');
   
         $wp_admin_bar->remove_node('customize');
         $wp_admin_bar->remove_node('customize-background');
         $wp_admin_bar->remove_node('customize-header');
   
       }
       add_action('admin_bar_menu', 'remove_toolbar_node', 999);
       ```
   
 * Do you eventually use the same function names ?
 *  Plugin Author [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * (@northernbeacheswebsites)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/admin-toolbar-endless-loading-state/#post-13279587)
 * Hi [@tdechangy](https://wordpress.org/support/users/tdechangy/),
 * We don’t use the same function name as this. But I can see how this code would
   be causing a conflict. Really there should only be one place the toolbar is being
   modified i.e. either use our plugin or use your code, but I wouldn’t use both!
 * Thanks,

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

The topic ‘Admin toolbar: endless loading state’ is closed to new replies.

 * ![](https://ps.w.org/wp-custom-admin-interface/assets/icon.svg?rev=1656274)
 * [WP Custom Admin Interface](https://wordpress.org/plugins/wp-custom-admin-interface/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-custom-admin-interface/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-custom-admin-interface/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-custom-admin-interface/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-custom-admin-interface/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-custom-admin-interface/reviews/)

## Tags

 * [admin toolbar](https://wordpress.org/support/topic-tag/admin-toolbar/)
 * [hide meta](https://wordpress.org/support/topic-tag/hide-meta/)

 * 8 replies
 * 5 participants
 * Last reply from: [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/admin-toolbar-endless-loading-state/#post-13279587)
 * Status: resolved