« See all FAQs for Creative WordPress Theme - 9 in 1
On Gallery page, (on some servers) there is an URL-file-access error
To fix this open page_gallery.php and replace this line
list($width, $height, $type, $attr) = getimagesize(catch_that_image_string(1, $content));with this one
list($width, $height, $type, $attr) = getimagesize(str_replace(get_bloginfo('url')."/" ,"", catch_that_image_string(1, $content)));


