• Resolved dand751801

    (@dand751801)


    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

    (@northernbeacheswebsites)

    Hi @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,

    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”

    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

    (@northernbeacheswebsites)

    Hi @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/) as support for this plugin is not done on the public www.remarpro.com forums.

    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

    (@northernbeacheswebsites)

    Hi @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.

    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

    (@northernbeacheswebsites)

    Hi @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.