If your 'WordPress address' and 'Site address' are different from each other this plugin will not work, as it asks for logo image paths relative to wp-content, but does not consider the fact many people have their wordpress files installed in a subdirectory of their main site.
This can easily be fixed simply by opening up the plugin's core.php file and replacing all of the incorrect references to bloginfo('home') with site_url() instead.