wordpress

Counterize II - missing backticks in install file (fix)

If you want to install V2.09 of Counterize II , you may get sql-errors when the plugin gets activated in the backend of Wordpress.
This is caused by missing backticks ( ` ) in the file counterize_install.php. Take a close look at the sql-INSERT statements. The erroneous line numbers are:

80
87
94

Add the missing backticks at the end of […]


hemingway reloaded fixes

Hemingway Reloaded is a great theme for the Wordpress Blogging Software, however, it lacks a little bit IE 7 compatibility.
Here are two simple fixes for the style.css which will display the startpage correct.
First off, in style.css, change the width of #primary.twocol-stories .story to 47% instead of 48%:
#primary.twocol-stories .story{
float:left;
width:48%;
margin:0 0 0 4%;
display:inline;
}
becomes
#primary.twocol-stories .story{
float:left;
width:47%;
margin:0 0 0 4%;
display:inline;
}

This […]


ANIga - pimping my gallery

I was looking for a gallery plugin, and among those literally speaking hundreds of gallery extensions for the Wordpress blogging software I found ANIga, coded by Michael Naab. Though there are a few unpretty startup errors upon installing and uncatched error-notices during image-processing (Michael, did you forget do set error_reporting to E_ALL?), I’m pleased with […]


Back with 2.2

I’m finally done upgrading my old WP installation. Here you go… Old posts have been migrated to the new db, the comments are lost, though.