Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] header pic won't show (http://forum.bytesforall.com/showthread.php?t=11542)

LynnFang Dec 5, 2010 11:59 AM

[SOLVED] header pic won't show
 
Quote:

Originally Posted by Flynn (Post 1182)
If your header images don't show check
  • if the file names have spaces or special characters (they should NOT)
  • if there's a space somewhere in the path to the image: /wp-content/themes/atahualpa 3/images/.... (there should be NOT)
  • if the file names end on .jpg, .gif or .png (they should)
  • if your graphics program added something like .LCK after the image name: myimage.gif.LCK (it should NOT)
Related to all images in CSS, not just header images:
  • use absolute paths when using background: url(image) somewhere in the theme options: background: url(/wp-content/themes/atahualpa/images/myimage.gif)
  • If your site is in a subdirectory /blog/ then use background: url(/blog/wp-content/themes/atahualpa/images/myimage.gif)

In version 3.3.3 a wrong Example path to images may be shown in the theme options. Something like

yoursite.com/wordpresshttp://www.yoursite.com/wordpress/wp-content/themes/atahualpa333/images/header/

This should be

http://www.yoursite.com/wordpress/wp...images/header/

or

/wordpress/wp-content/themes/atahualpa333/images/header/

Both would work

I've gone over this checklist a few times already, and still can't get my header image to change. The current header is located at http://lynnfang.com/wp-content/theme...peharvest3.jpg and I would like to change it to this one: http://lynnfang.com/wp-content/theme...er/sprout3.jpg

I removed the grapeharvest3.jpg from the images/header folder, and uploaded the sprout3.jpg but nothing showed. I let it sit overnight, the next day still nothing.

There are no spaces or funky files in the images/header folder. I now have both the grapeharvest3 and sprout3 files in the images/header folder, but only grapeharvest3 will show.

I actually went to Photoshop, and replaced the grapeharvest3 image with the sprout3 image, to see if it would take the same file name with a new pic. It actually still remembered the original grapeharvest3 image, and didn't upload the new image.

I use Bluehost.com's internal 'FTP' to upload the header image.

Please help!! Thank you so much!

juggledad Dec 5, 2010 02:52 PM

look in your css inserts, you have
HTML Code:

div#imagecontainer {
background-position:center top;
background-repeat:no-repeat;
background-image:url(/wp-content/themes/atahualpa353/images/header/grapeharvest3.jpg) !important;
height:150px;
margin:0;
padding:0
}

remove it

LynnFang Dec 9, 2010 10:17 AM

Thank you!!!


All times are GMT -6. The time now is 07:37 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.