Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

Body background image wont display


  #1  
Old Mar 6, 2009, 01:59 PM
anne
 
2 posts · Mar 2009
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.

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

Last edited by anne; Mar 6, 2009 at 02:07 PM.
  #2  
Old Mar 6, 2009, 08:07 PM
djmom70
 
14 posts · Mar 2009
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.
  #3  
Old Mar 6, 2009, 08:16 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
It should be

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

HTML Code:
background: /path/to/image.gif;
  #4  
Old Mar 6, 2009, 10:45 PM
djmom70
 
14 posts · Mar 2009
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!!
  #5  
Old Mar 7, 2009, 04:43 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Quote:
Originally Posted by djmom70
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
  #6  
Old Mar 11, 2009, 04:40 PM
anne
 
2 posts · Mar 2009
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
  #7  
Old Mar 11, 2009, 09:32 PM
sussy
 
4 posts · Mar 2009
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

Last edited by sussy; Mar 11, 2009 at 09:34 PM. Reason: .
  #8  
Old Mar 11, 2009, 10:55 PM
djmom70
 
14 posts · Mar 2009
Yes, I second that. In the version I downloaded, it was Atahualpa not Atahualpa3.
  #9  
Old Mar 12, 2009, 06:16 PM
feastfresh
 
13 posts · Mar 2009
Yorkshire UK
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
  #10  
Old Mar 13, 2009, 03:05 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
The www part is probably wrong and should be removed

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

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting Flash Gallery to display in body Prior Image Plugins & Atahualpa 12 Jun 2, 2009 03:15 PM
pulling my hair out. body background color wmmsbo Atahualpa 3 Wordpress theme 5 May 26, 2009 08:13 PM
background image to body hdrieman Atahualpa 3 Wordpress theme 4 Feb 25, 2009 04:10 AM
Background image in body of post Voljunkie Atahualpa 3 Wordpress theme 1 Feb 16, 2009 01:36 PM
How to set body background to white color? araneum Atahualpa 3 Wordpress theme 2 Feb 8, 2009 01:40 PM


All times are GMT -6. The time now is 05:20 AM.


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