Archive: November, 2009
WordPress Themes and CSS Rounded Corners
The efficient method of producing rounded corners on a block element is to use CSS. All 4 corners: -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; Applying to, respectively, Gecko browsers (Firefox) – Konqueror – Webkit browsers (Safari, Chrome).
WordPress and Gumblar – a significant problem
You’ve got a problem – all your WordPress pages show an error message something like this Fatal error: Cannot redeclare xfm() (previously declared in /path/to/site/index.php(1) : eval()’d code:1) in /xxx/yyy/site/wp-config.php(1) : eval()’d code on line 1 the eval()’d code is the significant part. So you have a look – and you’ve got a whole heap [...]
WordPress Themes and Tables, Shock, Horror
Having recently been taken to task by a punter who berates our poor suffering HTML designer for daring to use tables in some of our WordPress themes, maybe best not to say which ones… There does seem to be an attitude that tables = evil, without even stopping to think. Our correspondent has missed the [...]
WordPress Multi-user Themes
Sorry, but we don’t guarantee that our themes, free or premium, will work 100% if used in a WordPress multi-user environment. Why not? Simply because there’s too great a variation in paths, subdomains and subfolders etc. and it just doesn’t seem to be possible to cover all eventualities – at present, anyway. This isn’t particularly [...]
