Now Reading plugin, CSS and WordPress theme compatibility problems

Now Reading beforeI installed the Now Reading plugin written by Rob Miller to display the books I am currently reading in my sidebar. The reason I chose this plugin is because it allows you to create a database of your books and offers reviewing possibilities. Installing and configuring the plugin was easy but after adding my first book the layout of my sidebar was messed up (see picture on the left). The border of the box had disappeared and the design did not quite match the rest of the page. My first guess was that it had something to do with the hierarchy and inheritance aspect of style sheets because CSS determines how the plugin is displayed. Once the page is loaded the PHP code of the plugin is “executed” into HTML (more on this later) which is sided by the style sheet which rules the style/layout.

I took a look at the PHP code from sidebar.php located in the templates folder (now-reading/templates/sidebar.php) and noticed the following:

Read More…

Photo gallery online

Thanks to Zenphoto and the ZenPress WordPress plugin I have finally put some of my photos online!

This clean looking gallery and nicely working plugin were brought to my attention by Lorelle’s great and extensive post on WordPress Plugins for Images, Photographs, and Graphics.

I ditched Gallery 2 (way too much hassle to manually remove all the headers, footers, sidebars and navigation tools you don’t want to display) and the WPG2 WordPress plugin (see my previous post on this issue).

I will add more pictures soon.

UPDATE July 2007: I have moved all my photos to Flickr.

Software constraints in blogging software

WidgetI’ve been working with WordPress for about two months now and I am still getting used to it. My blog seems like an open-ended project, one that will never finish. Maybe that seems like a rather obvious statement, since a blog is a tool for continuously expressing your thoughts. What I actually mean is the form or shape of the blog. I feel like I am building a house and even though the framework is done, the house itself is under constant construction.

The framework itself feels restrictive and I have been looking for tools to accomplish what I want. In the case of WordPress I have been looking for Widgets and Plug ins that can achieve what I want. Or rather, the backend tools that shape and form my blog. Plugins and widgets are solutions to the restrictions in the WordPress software, but are restrictions being reproduced on another level? What kind of constraints are built into the internet on the content level? How does software control meaning (content). These are several questions I am planning to ask myself in my MA thesis.
I recently came across two related posts: Ranting on WordPress Plugin Development by Justin Shattuck and Ranting on WordPress Plugin Development by David at Blogger Pro

WordPress problems #3

So I decided it is time to finally implement the Ultimate Tag Warrior. I am not a php wizard, but I am patient and eager to learn new stuff, both of which help a lot when installing WordPress plug-ins. Although all the plug-ins come with instructions I am often experiencing difficulties.

Tag archive errorAdding tags to my posts was easy, but creating a tagcloud wasn’t. I was able to create a tag archive page which would display a tagcloud (following the instructions), but that wasn’t quite what I was looking for. I wanted to display my tagcloud in my dynamic sidebar which uses widgets. So I put the php code in the (empty) Text1 widget, but it turned up empty. So I tried adding list HTML tags, which didn’t help either. After some googling it turns out that you cannot put php code in your widgets. But of course there is a widget to help me fix this widget problem.

Read More…

WordPress problems #1

Yesterday I noticed that some of my pictures were gone. Everything seemed to be alright on the front page, but there were no pictures in the post pages. I think this happened after I installed the WPG2 plug in which “seamlessly” integrates Gallery2 into WordPress.

Wether WPG2 is “responsible” or not my whole WordPress upload directory is gone! So bare with me while I upload all my photos and papers again…

Note to self: BACKUPS are IMPORTANT!