• Hi there

    I do not have an existing Admin Toolbar set up, I would like to create one. I do have a working Admin Menu.

    I have tried it on both desktop and laptop – it happens on both. Have you checked, you might have an endless loop somewhere?

    Device name Lenovo
    Processor Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz 2.30 GHz
    Installed RAM 16.0 GB (15.6 GB usable)
    System type 64-bit operating system, x64-based processor

    Device name Dell
    Processor Intel(R) Core(TM) i5-6400T CPU @ 2.20GHz 2.21 GHz
    Installed RAM 12.0 GB
    System type 64-bit operating system, x64-based processor

    I think there might be a problem with the Admin Toolbar option, I get Error code: Out of Memory on Chrome and Error code: RESULT_CODE_HUNG on Edge.

    I closed all open windows on my computer and ran CCleaner.
    I opened only the website in Chrome and tried – Error
    I deactivated all plugins and tried – Error
    Closed Chrome and tried in Edge – Error

    So I think at this point it is not my computer or any other plugins.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @pagesorcerer,

    Thanks for creating a new thread. Thanks also for sharing that info. It seems like your computer has plenty of resources to manage the javascript load.

    Could you also please provide the diagnostic information provided by our plugin? This can be found by going to the Help submenu item of our plugin and you will see a diagnostic information section. What I am checking for here is if you are on an older version of WordPress as there was a bug with the toolbar and older versions of WordPress which might cause a loop like you described.

    Thanks,

    Thread Starter PageSorcerer

    (@pagesorcerer)

    I keep everything up to date and as lean as possible:

    PHP Version: 7.4.32
    Wordpress Version: 6.0.2
    Plugin Version: 7.28
    Current Theme: EUZBC
    Active Plugins:
    ManageWP - Worker
    Enable Media Replace
    Formidable API
    Formidable Export View to CSV
    Formidable MailChimp
    Formidable Forms Pro
    Formidable Registration
    Formidable Visual Views
    Formidable Forms
    Import and export users and customers
    RCP Currency
    Real Media Library (Free)
    SiteGround Optimizer
    SiteGround Security
    UpdraftPlus - Backup/Restore
    User Menus
    Wordfence Security
    WP Custom Admin Interface
    WP Mail SMTP
    WP-Optimize - Clean, Compress, Cache
    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @pagesorcerer,

    Can you please try deleting the admin bar settings by going to the “Manage Settings” submenu item, and then click on “Delete Plugin Settings” and then select “Admin Toolbar” and then click the “Delete Settings” button.

    Can you please try using an alternative theme like “Twenty Twenty” or some of the standard Twenty Something themes and trying again?

    Do you have access to any another other sites that you could maybe try the plugin on?

    Other than this I am short on ideas unfortunately as I am unable to repeat it on my end. I can only provide limited support via this forum so I am unable to provide you support for your specific site. However do consider the pro version of the plugin which comes with additional support and a feature like this would be covered under the money-back warranty: https://northernbeacheswebsites.com.au/custom-admin-interface-pro/ so you have that peace of mind.

    Thanks @pagesorcerer,

    Thread Starter PageSorcerer

    (@pagesorcerer)

    Nope, nothing works and honestly, this is such a minor thing, all I want is to select a couple of things to be left on the Admin Toolbar and hide the rest. I really don’t have the time, energy, or inclination to troubleshoot anymore.
    Will search for a working alternative.

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @pagesorcerer,

    No worries. My only other suggestion is you can hide items with CSS. And you can use our plugin to implement that admin CSS.

    So for example, if you wanted to hide the ability for people to create “New” things, you could implement the following CSS:

    #wp-admin-bar-new-content {
    display: none !important;
    }

    or if you wanted to hide updates:

    #wp-admin-bar-updates {
    display: none !important;
    }

    So you would implement this code in the “Custom Code” submenu item of our plugin in the CSS section for the admin, or the “Custom Code Frontend” submenu item of our plugin in the CSS section for the frontend. I hope that might help. Thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Admin Toolbar Not Working’ is closed to new replies.