"about:blank" for image when in my theme directory
-
So I’m still pretty new to all this but I’m trying to create a basic child theme that puts a logo in the header. I’m using WAMP as a local server so I have my theme folder created in “C:\wamp\www\wordpress\wp-content\themes”.
The problem is when I put the image in that folder and point my image element in my header file (copy of the parent header file) to the images location in my theme folder, the image appears as an empty box in the browser. When I copy the path of the image into my search bar I get “about:blank”.
I’ve opened chromes version of “firebug” and it shows that the path is indeed being interpreted correctly.
However, If I set the path to just “someimage.png” with no directory and put the image itself in the wordpress folder (ie “C:\wamp\www\wordpress”) it appears in the browser fine. It only seems to be when it is in my themes folder that I have an issue.
Whats up with that?
Thanks!
- The topic ‘"about:blank" for image when in my theme directory’ is closed to new replies.