Viewing 8 replies - 1 through 8 (of 8 total)
  • Yes, I can verify this too. The sub-menus appear as transparent in WordPress 3.5. Hoping for a fix soon. I have deactivated it for the mean time.

    Plugin Author Julio Potier

    (@juliobox)

    Won’t fix it soon sorry

    Thread Starter Thorsten :-)

    (@per4mance)

    OK, that’s a pity. So I’ll delete it. Maybe later again. Thank you.

    The fix for this is to go into the plugin editor, edit “BAW Better Admin Color Themes”

    Open the CSS folder
    Select the CSS you’re going to be using (or edit them all)

    add this:

    ul.wp-submenu {
    background-color: #FFF
    }

    That solves the problem, but updating the plugin will reset it. If anyone finds a currently maintained plugin to set admin color schemes, please post back here.

    Others plugins have the same problems. For example : Easy Admin Color Schemes have the same bugs as BAW Better Admin Color Themes.

    So use the trick of philoj ??

    There is a problem in the last version, bug is not fixed.
    Here is the solution :

    1) Search and clear the line (~1114):

    #adminmenu .wp-submenu ul {
    background-color: #fff
    }

    2) Just below the previous line in 1), replace by:

    #adminmenu .wp-submenu-wrap, #adminmenu .wp-submenu ul {
    border-color: #HEXA_SCRIPT_CSS;
    background-color: #fff
    }

    Now, problem fixed.
    Thanks for this plugin ??

    The fixes worked for me. Thanks guys. Hope somebody can upgrade the plugin.

    Plugin Author Julio Potier

    (@juliobox)

    border-color: #HEXA_SCRIPT_CSS; is not a color.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Does not work fine with WP 3.5’ is closed to new replies.