Hi Mr Jolly,
Does your theme support post thumbnails? http://codex.wordpress.org/Post_Thumbnails
Forgot to mention if your theme doesn’t support post thumbnails you can fix it by adding this code to the themes functions.php file:
if ( function_exists( 'add_theme_support' ) ) {
add_theme_support( 'post-thumbnails' );
}
Also I can’t test the plugin with your theme since it is not a free theme.
Thanks for replying pjgalbraith,
There isn’t a problem with your plugin, there must be a conflict somewhere, I’ve tried other plugins and they all have the same problem. I’m using another plugin which already generates thumbnails, I suspect the conflict is with that plugin.
What plugin is causing the problem? It might not be too difficult to fix if I know which one it is.