Erase the themes, download them again and upload a fresh copy to your server.
Should you normally be able to view this image in a browser?
http://ehomeshowings.net/wp-content/themes/realestate4/images/header.jpg
I’m thinking your themes images need to be web accessible in order to be displayed? The 403 “Forbidden” error, seems strange. Maybe just a minor misconfiguration of some sort.
Do you have some sort of rewrite rule in your .htaccess file that is denying images? I don’t know that much about it, but it seems like a logical place to look.
Probably not a .htaccess problem because because a host another site on the server and it works fine
You know that .htaccess files are folder specific, right?
Anyway, a 403 is something on your server, not WordPress. You may need to set permissions for the realestate4 folder.
Set permissions on all theme to the same a the classic theme since it worked but still no help
The “classic ” theme works because, if I am not mistaken, it does not contain any images. Are you sure that the “default” (Kubrick) theme is working for you? I would bet that it isn’t.
//ehomeshowings.net/wp-content/themes/default/images/kubrickheader.jpg
…and I can get the stylesheet, no problem.
//ehomeshowings.net/wp-content/themes/default/style.css
Is there in fact an .htaccess file located in the same directory you installed wordpress in?
Do you have an image “hotlinking” protection feature in your hosts control panel that might be incorrectly configured?
[Edit] The only way I can load the default header image is by calling it this way…
http://ehomeshowings.net/wp-content/themes/default/images/header-img.php
…note that the extension is not an image format.
dont see one .htaccess file in the directory. is this a problem?
Your page source does not show a single reference to any images.
Saurus, the calls are in the css
http://ehomeshowings.net/wp-content/themes/real-estate-10/style.css
I still get 403 on the images folder. What are the folder permissions on wp-content/themes/real-estate-10/images?
What about for the individual images?
@vwillis
You may find a need for this reference at some point in the future.
http://codex.wordpress.org/Glossary#.htaccess
Does your host use a cpanel type thingy? Do you have hotlink protection turned on? If so, turn it off.