I can see 3 images (apart from your logo) on that page.
Hi sorry I meant to post a link to this page:
http://www.tonerdigital.com/wordpress/work
Thanks
Moderator
t-p
(@t-p)
Check the uploads path in Admin – Media
Hi not sure what this means? what am I looking for?
Hi paultoner,
What t-p means is that, by default, all the images are stored in wp-content/uploads on the server. I see you are referencing “/images” instead. You can override the default location of stored uploads to /images if you want to. To do so, login to your wordpress site, then on the left, under “Settings”, choose “Media”. It’s the input box labeled “Store uploads in this folder”.
Hope that helps!
Hi c_t_montgomery,
I uploaded my images through FTP to images fike within my theme. You think I should upload them to the media section within wordpress?
If so how do I reference them then? Is it the same as usual, without the “/images” line?
Thanks,
Paul
Hello,
To answer your question – yes and no. You can approach it a few different ways –
– Since you uploaded your images through FTP to /images within your theme, you could just change the path of the image to make it relative to your theme. For instance, you have it <rel="/images/image.jpg" /> where it should be <rel="wp-content/themeName/images/image.jpg" />.
Make sense?
Or, you could just upload them using the uploader on the post page in wordpress.
I actually just checked out the page again and see them loading – hopefully what I said could help!
Best,
Connor
My images are not showing up in IE, but in any other browser it works fine. Why is that? Any solutions?
Clear the caches in IE. See if it works there. There really shouldn’t be any browser difference in rendering images…
Hope that helps.
Connor