WordPress Media Uploader – Another HTTP Error Solution

Friday, 16th December 2011

There are countless posts in the WordPress.org forums about errors that occur when using the media uploader.

Otto does a pretty good job of outlining the main issues and solution in this post.

In my experience these errors usually occur because of your server setup or memory issues. To help you diagnose where your problem lies:

1. If the file appears to upload and then you get an HTTP Error, this is most likely your server settings preventing you from uploading or processing large files in some way.

2. If you get as far as “Crunching…” being displayed, this is most likely a memory issue – the image is so big that the server struggles to create the other images sizes. Also note that it is often the actual physical dimensions of the image not the filesize that is too big and causes the memory issue.

MaxLen

The most recent occasion when I ran into this issue was on a 1&1 Virtual Server. None of the fixes I could find solved my issue and I eventually tracked it down to needing to increase to MaxLen setting on the server.

Read the rest of this entry »


Graphic Art Prints by Susie Huson

Sunday, 25th September 2011

Please take a look at these brilliant graphic art prints by Susie Huson.

View more at www.susiehuson.co.uk


WP e-Commerce Cross Sales

Sunday, 21st August 2011

The latest version of WP e-Commerce (3.8.x) for WordPress is a significant move on both in terms of stability and extensibility.

This is partly down to an extensive re-build on the codebase to take advantage of some of WordPress’ latest features; custom post type and taxonomies. This has the added benefit of making it much easier for plugin developers to create add-on plugin to enhance WP e-Commerce functionality.

The key objectives now seem to be to keep WP e-Commerce ‘lean and mean’ to provide a solid platform on which to develop WordPress-based e-commerce sites, and provide additional functionality through plugins.

Part of this process includes stripping out some of the less-used parts of WP e-Commerce and turning them into plugins. Once such example is the automated ‘Also Bought’ functionality which can be found in the Marketing tab of WP e-Commerce settings.

I have worked extensively with WP e-Commerce over the last 2-3 years and frequently try to get involved wether it be fixing the odd bug or helping out on the forum – when I have time ;) so I jumped on board to help separate the ‘Also Bought’ functionality into a WordPress plugin.

Read the rest of this entry »


“Harecule Poirot” – My Hare Styling Canvas

Thursday, 14th April 2011

This is my contribution towards the Hare Styling project, raising money for Great Ormond Street Children’s Hospital.

My canvas “Harecule Poirot” is just one over 200 canvases being auctioned including contributions from Helena Bonham Carter, Alastair Campbell, Cheryl Cole, Tracey Emin, Sir Alex Ferguson, Stella McCartney, Jamie Oliver, Mark Quinn, Sir Paul Smith, and Jack Vettriano.

The canvases are being exhibited at Heartbreak Gallery:

Date: Saturday 16th April – Sunday 8th May
Opening times: Mon to Sat 10am – 6pm / Sun 11am – 4pm
Admission: Free

Address: 17 Bulstrode Street, Marylebone, London W1U 2JH
Nearest Tube: Bond Street (Central and Jubilee line)
Website: www.heart-break.co.uk

Pop down there and take a look…

PS. You can bid on my canvas here…


Improving the UI for Hierarchical Taxonomies in WordPress

Monday, 20th December 2010

Looks like this will be in WordPress 3.5 – hurray!

Since being able to easy add new taxonomies to any post type in WordPress, I have had a little gripe about the UI…

Creating taxonomies can be a really useful way of categorising and navigating your content but what happens if I want to add many taxonomies to my post type?

You have the choice of specifying when a taxonomy is ‘hierarchical’ or not. If set to false then the UI is the admin will display in the same way as it does for tags; a text field which you can use to add terms. If set to true then the UI displays in the same way as categories; a box with a list of checkboxes for each term.

So what’s my issue?

My issue is all that space if you only have a couple of categories.

It’s not so much of an issue if you only have categories but if you add multiple hierarchical taxonomies it can make your edit screen really long for no reason.

Read the rest of this entry »