• Hi

    I have just updated a plugin called WordPress SEO Version 1.6.1 from Yoast and it breaks the admin menu. The menu now appears normal up until WordPress SEO which appears below the first menu but as one huge Icon instead of icon and word. Then below this is another menu of the rest of my plugins but they don’t appear properly as well, they appear at bottom of WordPress SEO icon. Im using latest wordpress 4.0

    cheers
    Rodney

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • I am having same issue.

    I assume you are both using Ozh admin drop-down menu.

    This code worked for me, add to your themes functions.php file:
    /*===========================================================*/
    add_action(‘admin_head’, ‘my_custom_fonts’);

    function my_custom_fonts() {
    echo ‘<style>
    #oam_toplevel_page_wpseo_dashboard{
    width:50px;
    }
    #oam_toplevel_page_wpseo_dashboard img{
    max-width:24px;
    height:auto;
    }
    </style>’;
    }
    /*===========================================================*/

    Mark

    The latest version of Ozh admin has fixed the previous error not showing icons btw.

    I have Version 3.6.9. It does not look correct when Yoast SEO (Version 1.6.1) and/or Yoast Google Analytics (Version 5.0.6) is activated.

    One common denominator here: Yoast. They’ve changed/Borked something in their code causing this. Yes, there may be workarounds in Admin Drop Down Menu CSS to eliminate it but that should be done at the source in the plugin that is causing it, not as a band-aid after the fact fix in a different plugin that is being clobbered by it.

    That ADDM is WordPress 4.0+ only is something of a saving grace but making an arbitrary change in ADDM’s CSS to fix this would probably break when using Yoast earlier versions.

    @ markol

    Thanks mate, your solution fixes the problem. Still it is not the same as it was before, but at least that huge wrench picture is gone. 🙂

    the yoast icon again (with Ozh’ Admin Drop Down Menu)
    the solution from @markol doesn’t fixe my pb
    Any idea
    Capture2.PNG
    thank you

    Yes. See my post, above. One thing keeps breaking other things. Gotta tell you something.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘WordPress SEO Version 1.6.1 from Yoast Breaks Menu’ is closed to new replies.