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 » Header configuration & styling »

background image does not show up


  #1  
Old Dec 31, 2009, 04:29 PM
turnerbearing
 
9 posts · Dec 2009
background image does not show up

I've uploaded a background image to the appropriate folder.

here is what my input box looks like:
Quote:
font-family: arial, sans-serif;
font-size: 0.8em;
line-height: 1.6em;
color: #000000;
background: url(/wp-content/themes/atahualpa/images/bg.jpg) repeat top left fixed;
Here is what I see - there should be a background image http://spudveyor.com/
  #2  
Old Dec 31, 2009, 05:36 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You of course have to either name the uploaded background image to bg.jpg or change the code to the name of the background image you uploaded. Also make sure you uploaded the image to the images folder. Everything looks good in the code. As an example here is the code I used on one of my sites. The background image is quilt1.gif and I added padding to the top and bottom of the Body Style container along with setting the background to fixed so it doesn't scroll.
HTML Code:
font-family: Georgia, serif;
font-size: 0.8em;
color: #000000;
background: url(/wp-content/themes/atahualpa/images/quilt1.gif) repeat top left fixed;
padding: 20px 0;
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Dec 31, 2009, 07:57 PM
turnerbearing
 
9 posts · Dec 2009
Thank you. I did all these things. I don't understand why it does not show.
  #4  
Old Dec 31, 2009, 10:32 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
What version of WordPress and Atahualpa are you running. The code looks different on your site than on the ATA sites I have.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #5  
Old Jan 5, 2010, 01:04 PM
cway
 
154 posts · Jul 2009
I was having the same problem with WP 2.9 and Atahualpa 3.4.4 so I added the below coding to the Add HTML/CSS Inserts and now my background image appears.

Code:
body,html {
background-image: url(/wp-content/themes/atahualpa/images/header_bg.gif);
background-repeat: repeat-x;
}

Last edited by cway; Jan 5, 2010 at 01:11 PM.
  #6  
Old Jan 10, 2010, 07:33 PM
Sakshin
 
66 posts · Aug 2009
Amsterdam, Netherlands
I tried all of the above mentioned tips but none makes my bg image show.

I also try to make an bg image show in the footer but won't work either.

I have the layout set to liquid on 100% with a max and minimal with for the content

but would like to have the bg image (300px high) to be full screen from left to right ....

Anybody?

I'm running wp 2.9 and Atahualpa 344

Sakshin

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
May header and background image not show up! Please help.. JOY Header configuration & styling 3 Sep 24, 2009 03:30 AM
How to show image on excerpt and have a different image on the posts page? mgofootball Post-Kicker, -Byline & -Footer 1 Sep 23, 2009 05:39 PM
[SOLVED] Cannot get background image to show in 3.4.1 kippiper Header configuration & styling 1 Sep 23, 2009 03:40 PM
[SOLVED] Even default background image doesn't show up - can you help? ftf79 Page & Category Menu Bars 2 Jun 29, 2009 07:36 PM
[SOLVED] How to get a background image show thru background color juggledad Header configuration & styling 3 Apr 18, 2009 05:03 AM


All times are GMT -6. The time now is 02:59 PM.


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