Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Jesse Owens

    (@jessecowens)

    Hi Gabe-

    By default, Total Upkeep doesn’t add any extra menus to your dashboard. However, if you used BoldGrid Inspirations to create your website, you’ll see some different menus added and rearranged.

    You can disable these by navigating to Settings > BoldGrid Inspirations and disabling the option to Use BoldGrid Admin Menu system.

    Since that plugin isn’t hosted here on the WordPress repository, if you have any more questions please reach out directly on our dedicated support forums and we’ll be happy to help you further.

    Thread Starter Gabe462

    (@gabe462)

    There is definitely a small icon added to the left of the WP menu in the top left corner of the screen when I activate Total Upkeep.

    Plugin Contributor Jesse Owens

    (@jessecowens)

    Hi @gabe462

    Please forgive me for the late reply, and for my misunderstanding. You’re right, the Admin Bar does have a BoldGrid menu with only Total Upkeep installed.

    In order to remove it, you can add this code to your theme’s functions.php or by using a plugin like Code Snippets:

    function bgsupport_remove_admin_bar_node($wp_admin_bar) {
    	$wp_admin_bar->remove_node('boldgrid-adminbar-icon');
    }
    add_action('admin_bar_menu', 'bgsupport_remove_admin_bar_node', 999);
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘disable BoldGrid menu’ is closed to new replies.