I would like to cancel or substitute the rotating wheel when Autofocus Theme can not load an image.
I tried to substitute loading.gif in the img folder of Autofocus folder but it has been unuseful.
Any idea?
I would like to cancel or substitute the rotating wheel when Autofocus Theme can not load an image.
I tried to substitute loading.gif in the img folder of Autofocus folder but it has been unuseful.
Any idea?
please post a URL to the site in question
In the function.php file located in the template folder you should look for this
else { echo '<img src="' . get_bloginfo ( 'stylesheet_directory' ) . '/img/no-attachment-large.gif" />';
}
and remove it, that should do the trick.
This topic has been closed to new replies.