Adding a customised login for WordPress can be achieved without a plugin and in only two simple steps:- 1. Add the following php to functions.php This function tells WordPress to load a new custom css file into the Admin area and as such it can also be used to tune any CSS within the WordPress Admin Area. 2. Create the …
Fix Chrome WebKit Browser Embedded font issues
Embedded web fonts using generators such as Font Squirrels Font Face font generator can add that extra pizazz to your web site. However web fonts often don’t display correctly and this can cover font antialiasing and alsoi oddities like strong / bold elements not showing a different font weight. Thankfully a lot of these issues can be solved with just 2 lines …
Internet Explorer Div a/link click not working
Internet Explorer is the bane of any web developer especially as older versions continue to be used worldwide. My Div link in IE isn’t Clickable A rather annoying bug is found in clickable divs (using absolute full size link) on IE 10 and below that renders them useless unless they have a background colour. One proposed solution to this is …