Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Body background image wont display (http://forum.bytesforall.com/showthread.php?t=673)

anne Mar 6, 2009 01:59 PM

Body background image wont display
 
Have tried everything but can't get basic body background image to display. I can change background to a basic color but it wont pick up an image. Have checked path to image and even tried creating a new image folder in the root and pointing to that but no joy at all. Please help! Thanks.:confused:

I've tried
background: http://www.mydomain.info/wp-content/...es/myphoto.jpg
background-image: as above
background image: transparent as above
Also tried all these but with a .gif file
Also tried both .gif and .jpg but without the http://
I use godaddy and WP is directly in the root of my domain alias so the url address does not have /blog or anything like that it's just mydomain.info

djmom70 Mar 6, 2009 08:07 PM

I'm also having the same problem and I've tried all those things. I even noticed the example has atahualpa3 so I took that out and matched it with where the file is on my server. I can also get a color to show.

Flynn Mar 6, 2009 08:16 PM

It should be

HTML Code:

background: url(/path/to/image.gif);
instead of

HTML Code:

background: /path/to/image.gif;

djmom70 Mar 6, 2009 10:45 PM

odd. This is what finally worked:

background: url(wp-content/themes/atahualpa/images/bg.jpg) repeat top left;

Took the slash out before wp-content. Go figure... Now I'm on to the next problem :)
Thanks for your fantastic theme!!

Flynn Mar 7, 2009 04:43 AM

Quote:

Originally Posted by djmom70 (Post 2703)
odd. This is what finally worked:

background: url(wp-content/themes/atahualpa/images/bg.jpg) repeat top left;

Took the slash out before wp-content. Go figure... Now I'm on to the next problem :)
Thanks for your fantastic theme!!

Then you probably have your blog in a subdirectory yourdomain.com/xxxxx/

In that case use

HTML Code:

background: url(/xxxxx/wp-content/themes/atahualpa/images/bg.jpg) repeat top left;
because with your example it won't work on all pages, with permalinks on

anne Mar 11, 2009 04:40 PM

I still can't get it to work and don't really understand what you're telling me. Please can you be very specific. I have tried putting the brackets in but that doesn't do it. I'm absolutely stuck and just can't get any further.

does url = http://www.mydomain.info
I'm assuming yes

Thanks

sussy Mar 11, 2009 09:32 PM

Flynn gave me this advice, perhaps it will work on your webpage as well. Now I have a background image on my webpage http://pemilu.indonesiavancouver.org (take a look)

url = url
the code he gave me is :
background: url(yourdomain/wp-content/themes/atahualpa3/images/bg.jpg) repeat top left;

atahualpa3=atahualpa depends which you are using

Good luck

djmom70 Mar 11, 2009 10:55 PM

Yes, I second that. In the version I downloaded, it was Atahualpa not Atahualpa3.

feastfresh Mar 12, 2009 06:16 PM

Think I'm becoming a pain .. last post I figured it our before I got a reply ... but been trying with this for a few hours now .. background .. this is where I am

font-family: tahoma, arial, sans-serif;
font-size: 0.8em;
background: url(/www/wp-content/themes/atahualpa/images/ghosted.GIF) repeat top left;

not showing on site .. where am I going wrong .. anyone? please? Thanks lots Rebecca

Flynn Mar 13, 2009 03:05 PM

The www part is probably wrong and should be removed

background: url(/www/wp-content/themes/atahualpa/images/ghosted.GIF) repeat top left;


All times are GMT -6. The time now is 04:19 AM.

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