How do I find a solution, tried all of the above recommendations, but no luck, thanks!
Okay, as far as I can tell, the image file is called
src=”http://alexander-carroll.com/tlhotdogs/wp-content/uploads/2013/08/logohead1.png”
At some point the directory changed to:
http://www.tandlhotdogs.com/wp-content/uploads/2013/08/logohead1.png
In the editor under Theme Header (header.php), it looks like it is calling up the directory:
$logo_image=get_template_directory_uri().’/images/logo@2x.png’;
I’ve tried changing the image filename to logo@2x.png and changing the ‘/images/logo@2x.png’; to the current filename. Neither has worked, thanks.