Images appearing randomly in Wordpress

http://estevancarlos.com/?tag=nails

I have some images in the header of my current development that only appear sometimes. No idea why. It may not be a Wordpress issue at all. When it’s seemingly random like this, I’m often without a clue. It may also depend on the browser. Chrome has the worst results. Safari and FF on the mac are finicky.

The images in question read, “estevan carlos benson news/faq/contact”

Any suggestions?

First thing I’d do is comment out the code in custom.js that adds all the jQuery effects to those images. Seems like a likely culprit that you can easily test.

well, there was a bit of jquery on that. it is commented out now. same results.

one image there entitled title.png, has no additional code influencing it. it’s just an image with an a href on it.

Just to verify, are you seeing the inconsistent results?

Yeah, I did. On the first page load the images didn’t appear and on the second page load they did. Having a hard time figuring out what’s causing it like you.

This is the actual PHP I use for the img urls:

<?php bloginfo(“template_url”); ?>/images/title.png

Could that be a factor? I guess I’ll have to test it out.

Ah, I didn’t define the height and width. I didn’t realize how much of an issue that would be. works consistently now.