Over the last weeks I spent some time to get the blog working again, after I screwed it up. I started by making a child theme of the popular iNove theme by NeoEase. A few days later I had to apply some fixes for Internet Explorer users. Whenever I had some spare time I changed a few settings and tried others. For instance, Opera users would see strange symbols somewhere in the text. That’s because wp-Typography has an option named “Enable wrapping after hard hyphens” which adds zero-width spaces after hard hyphens. Opera evidently doesn’t like this, so I turned if off for the time being.
I deleted a few plug-ins and tried a few others. I now have a new contact form (Contact Form 7) and I’m quite happy with Antispam Bee which does an excellent job. In addition, I edited the Embedded Video plug-in to enable embedding videos from a few more sites and changed a few parameters. On the other hand, I cleaned up the Sociable plug-in and changed a few things in my CSS file to make the site more pleasant to look at. Right now, I’m planning to change my theme but I’d have to take a closer look at possible candidates first, so that may take me a while.
Now that these issues are out of the way I can return to blogging once again. Stay tuned for more posts!
A few weeks ago, I totally screwed up my theme and I had to create it from scratch. Of course, since I use the iNove theme by NeoEase – what’s the big deal? Back when I first installed this theme I didn’t know about child themes in WordPress so I altered the original theme. When I updated iNove nearly a month ago I undid all my changes with one click. I fixed most of it within the hour by making use of child themes. Unfortunately, I didn’t use Internet Explorer so I didn’t see how screwed up the blog looked. I’m sorry.
Today, I’ve changed all that. It should look fine with IE once again. Probably not as good as it does with Firefox or Opera but you can read my posts again. Mostly, the blog was rendered unusable with IE because up to version 8 Internet Explorer doesn’t really support “:before” and “:after” pseudo-elements. Thanks to QuirksMode for the CSS contents and browser compatibility which provides a quick overview. Anyways, you shouldn’t encounter any weird display issues with IE from now on. Enjoy!
WordPress 3.0 – codename Thelonious – is now available for download or automatic upgrade respectively. The 13th major release includes a new default theme called Twenty Ten, introduces new APIs, and merges MU and WordPress. Even better, the developers managed to create a lighter interface and stuff in 1,217 bug fixes and feature enhancements. What I like most so far is the new bulk update for plugins. A comprehensive list of the improvements is available on 3.0′s Codex page. Go get it from the official site.
Over the last few days I spent a little time on WordPress, interesting plug-ins, and some settings. First of all, I improved your ability to comment on my ramblings. Now you have the power to conveniently format your text. In addition, there’s a new option to keep you up to speed, if you decide to produce some text. This option is disabled by default but you can turn it on by activating the checkbox titled “Notify me of followup comments via e-mail”, which is located right under the text editor.
Next, I finally customized my 404 error page. The default page may be nice but I didn’t like it all that much. This isn’t a final version but it’s definitely better than its predecessor. In addition, I fixed a few things which were broken in IE. Naturally, this site is optimized for Firefox but the layout should now be the same on IE as well. If the site looks really messed up you can always fall back on Firefox.
Of course, I installed a few additional plug-ins and optimized a few lines of code, even though PHP isn’t a scripting language I’m very familiar with. Let’s just say that I removed a few unnecessary PHP/MySQL calls by hardcoding a few things as outlined in this excellent article over at Digging into WordPress. Anyway, the site loads a tad faster and surely is a bit more convenient to use than it was before. Finally, thanks to Register Plus you can register more easily now. Read more…
How to exclude an image from your gallery? That’s the question I’ve been asking myself a few days ago. Obviously, WordPress doesn’t provide a solution for this action out of the box so I had to get some help. As usual, Google wasn’t shy and came up with a lot of suggestions. First, I tried to hack my functions.php according to this awesome post from the development team at Code Greene. Yes, it worked out quite well but I didn’t like all the hassle … and I kinda fried my functions.php because the provided code was full of HTML entities (you know, & instead of & and the like).
So, I had to look further and I stumbled over a nice little plug-in called Cleaner Gallery. This plug-in mainly takes care of the invalid XHTML that WordPress produces when using the gallery shortcode. Additionally, it provides the user with a few more features not the least of it the ability to exclude or include any images from your gallery. Just install it, take a look at the provided readme.html and there you go. Nice work!
… and I find myself doing what I should’ve done quite a while ago: updating the blog. I recently upgraded to the latest WordPress build and I took the time to change the theme as well. I’m not yet done customizing the theme to its fullest extent, however, it works and that’s what counts. There will be more posts in the future as I find myself having a little more spare time than usual. The header needs some work and I’m not yet sure about the sidebar. Well, let’s see how much time I’m willing to spend on that.