• Resolved ankitnagpal

    (@ankitnagpal)


    Hi, I request the developers to give an option to disable “Site Kit” option in the WordPress Admin Toolbar menu. See: https://i.imgur.com/RIPOmpP.png It crashes my website, and if I disable the toolbar then the website runs fine. Please give an option to disable “Site Kit” option in the WordPress Admin Toolbar menu.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support James Osborne

    (@jamesosborne)

    Many thanks for reaching out and providing additional details. There is an open feature request to allow users toggle the admin toolbar which you’ll find below:
    https://github.com/google/site-kit-wp/issues/990

    Feel free to subscribe to that issue for further updates. If you prefer not to wait you can add the below filter to your child themes functions.php code, or to a custom plugin:
    add_filter( 'googlesitekit_show_admin_bar_menu', '__return_false', 1000 );

    Alternatively I can provide you with a mini plugin that performs the same action if preferred.

    Note that most likely what you’re occurring with your admin toolbar is a conflict with another plugin, possibly an optimisation plugin or plugin that combines or minifies JavaScript resources. I’d be happy to investigate this for you if you wish to share your Site Health information privately via this form. In some cases you may be able to define an exclusion.

    Thread Starter ankitnagpal

    (@ankitnagpal)

    Hi, thanks for the reply. Yes, there is a conflict with another plugin (which I absolutely need) so I have installed a “disable admin toolbar” plugin as of now as a temporary fix. However, as soon as you provide the setting to toggle “Site Kit” in admin toolbar, I would be the first person to use the setting. I love your plugin, it just needs one little feature to be perfect.

    @ankitnagpal Hi there! We’ve just released v1.39.0, which includes a new setting to enable/disable the Site Kit admin bar feature. This setting is available in Site Kit > Settings.

    I’ll mark this topic as resolved, but if you have any questions or issues, feel free to open a new support topic and we’d be happy to assist. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Option to disable Site Kit from Admin toolbar’ is closed to new replies.