Forums » Plugin: wp-admin classic » WP 3.9(beta2) problem with seeing "MP6 ex-plugin" new look and "classic" icons

  • bblokar

    (@bblokar)


    I haven’t tested beta1, so can’t say, but in beta2 I had the following problem:

    I have 3.9 beta2 and I saw both icons, from MP6 ex-plugin, that’s now integrated in new look, and those classic icons. I solved this that way that I go to …/wp-includes/css/dashicons.css (and dashicons.min.css), found “.dashicons,.dashicons-before:before” on line 15,16 in .css and changed from “display:inline-block;” to “display:none;” and now I can only see classic icons.

    P.S.: Don’t know if other versions have same issues, been away for a while and also been now working with Joomla, but on 3.8.1 I think I didn’t have those problems…

    Regards,
    boki

    https://wordpress.org/plugins/wp-admin-classic/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter bblokar

    (@bblokar)

    Same problem on 3.9 beta 3, just /wp-includes/css/dashicons.css and dashicons.min.css, just from display:inline-block to display:none. New admin look has a new font called “dashicons” and that’s needed to disable.

    Kind regards,
    Boki

    Thread Starter bblokar

    (@bblokar)

    Another problem in RC1 (release candidate 1, but now it’s dashicons.css on line 15,16,17, and in dashicons.min.css on column number around 30120.

    Tnx,
    boki aka. bblokar

    To get rid of the 3.9 icon-glyphs, add the following to the end of your-wordpress-root/wp-content/plugins/wp-admin-classic/wp-admin-css/wp-admin.min.css until mch0lic releases a plugin update with it included:

    /* Remove icon font from 3.9 */ .dashicons, .dashicons-before::before { display: none }

    Thread Starter bblokar

    (@bblokar)

    Please find my post, I’ve described how to remove new icons. But there’s another problem in 3.9.1, will describe in next topic.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP 3.9(beta2) problem with seeing "MP6 ex-plugin" new look and "classic" icons’ is closed to new replies.