Month: September 2015
-
Fix WordPress dashboard display error in Chrome
An annoying bug causes the WordPress dashboard menu to be messed up in Chrome. See image to the left. This appears to be a Chrome/Webkit bug that Google are not in a rush to fix. To fix in your WordPress theme code, add the following to functions.php: function chromefix_inline_css(){ wp_add_inline_style( ‘wp-admin’, ‘#adminmenu { transform: translateZ(0);…