where are the images located – can you post some examples of absolute image paths where the images can be found?
for instance, I could locate the Facebook button, but not the ‘../images/avia-media-player.png’
however, even if all images would show on the front page, relative image paths will fail when viewing archives or similar – depending on your permalink setttings.
Hi alchymyth
thanks for the reply.
There is a footer image at the bottom left. You can find it’s absolute path here.
It’s strange that that one and the others are not appearing but the facebook & twitter ones are. Though they have a strange white border.
Is there a good resource for me to read up on whether to use relative or absolute paths for html images?
thanks
If you use Command I (or View Page Info) in Firefox to get the site info and then click on the media tab, you can see the file paths for all the images on the page. As you’ll see, you have a bunch of image directories in various places — so that’s no doubt the problem.
the way you were using the relative paths, the image would be expected in http://www.yoursite.com/images/thisimg.jpg
– this is where I found the Facebook button, for example.
if you need to reference images from within the theme’s images folder, try to work for instance with get_stylesheet_directory_uri() http://codex.wordpress.org/Function_Reference/get_stylesheet_directory_uri