• All the icons are missing because WP3.8 has added !important to it’s style sheet and is overriding the plugin style. The fix is to change plugin/inc/adminmenu.css.php lines 253-278 and add !important to them as well. For example line 253 is originally:

    #oam_menu-site div.wp-menu-image {background:transparent url(<?php echo $admin; ?>images/menu.png) -363px -35px no-repeat;}

    Update it to:

    #oam_menu-site div.wp-menu-image {background:transparent url(<?php echo $admin; ?>images/menu.png) -363px -35px no-repeat !important;}

    http://wordpress.org/plugins/ozh-admin-drop-down-menu/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Missing Icons with WP3.8’ is closed to new replies.