Viewing 5 replies - 1 through 5 (of 5 total)
  • Yes I noticed this to so all I can suggest is to add it to the admin-bar.css manually which you would have to figure out yourself or remove the search box from the admin bar!

    // Remove Admin Bar Menus
    add_shortcode(‘ss_screenshot’, ‘ss_screenshot_shortcode’);
    function remove_admin_bar_links() {
    global $wp_admin_bar;
    $wp_admin_bar->remove_menu(‘search’);}
    add_action( ‘wp_before_admin_bar_render’, ‘remove_admin_bar_links’ );
    add_action( ‘admin_bar_menu’, ‘admin_bar_delete_option’, 40 );

    Plugin Author Till Krüss

    (@tillkruess)

    I fixed this issue in 736485.

    Do you need to replace the css in admin-bar.css with the revision (eg) 736485.

    Do I replace the css?

    How do I implement the fix?

    Thread Starter Scott Kingsley Clark

    (@sc0ttkclark)

    @till thanks for the heads up

    Plugin Author Till Krüss

    (@tillkruess)

    EmuZone: Just re-install MP6, or wait for the next version to be released.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Admin Bar Search Icon missing in MP6 admin-bar.css’ is closed to new replies.