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)
-   -   background image does not show up (http://forum.bytesforall.com/showthread.php?t=5080)

turnerbearing Dec 31, 2009 04:29 PM

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/

lmilesw Dec 31, 2009 05:36 PM

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;


turnerbearing Dec 31, 2009 07:57 PM

Thank you. I did all these things. I don't understand why it does not show.

lmilesw Dec 31, 2009 10:32 PM

What version of WordPress and Atahualpa are you running. The code looks different on your site than on the ATA sites I have.

cway Jan 5, 2010 01:04 PM

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;
}


Sakshin Jan 10, 2010 07:33 PM

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

juggledad Jan 11, 2010 04:47 AM

Sakshin
what is the url? so I can take a look

turnerbearing Jan 11, 2010 09:50 PM

Those are still not working for me, I would like to use the graduated background I created. I have version 3.2 and Wordpress 2.9. I don't want to upgrade and lose all my customizations.

juggledad Jan 12, 2010 04:05 AM

turnerbearing, check the premission of the file because I can't view it. I should be able to enter

http://spudveyor.com/wp-content/them.../images/bg.jpg

in the browser address bar and see the image, but all that comes back is a '404 - not found'.

This means eithor I don't have permission to see it or it is not in that folder

Sakshin Jan 12, 2010 11:30 AM

I develop my sites locally these days which is faster then working on the web. But the drawback is that I have to know a lot about configurations, firewalls etc and to know how to give others axcess in a safe way, Which I don't.
But this is my local url; http://localhost:8888/sakshin/wp-admin/plugins.php?

In the body, text & links area in ATA I got it
In the css inserts I got it formulated like this;

body,html {
background-image: url(:8888/sakshin/wp-content/themes/atahualpa344/images/backgr.jpg);
background-repeat: repeat-x;
}

Is this of any help?

Sakshin Jan 12, 2010 11:33 AM

I mean

In the body, text & links area in ATA I got it like this;

background-image: url(:8888/sakshin/wp-content/themes/atahualpa344/images/backgr.jpg); background-position: center top; background-repeat: repeat-x;

In the css inserts I got it formulated like this;

body,html {
background-image: url(:8888/sakshin/wp-content/themes/atahualpa344/images/backgr.jpg);
background-repeat: repeat-x;
}

juggledad Jan 12, 2010 03:37 PM

1 Attachment(s)
do this. Download the attached file and unzip it. Put it in your atahualpa folder then in the address of the web browser use http://localhost:8888/sakshin/wp-con...bfa_export.php
and PM me the results and send me the imageAttachment 349

Sakshin Jan 16, 2010 04:57 AM

Dear Juggledad. Thanx for the effort but it made it worse. In the whole site all the images disappeared.
How to get them back? Did the file add some extra row or column in the database?

Sakshin.

juggledad Jan 16, 2010 05:07 AM

all that file does is export the atahualpa settings. If you think it messed up, just delete the file and you should be back to where you began.

Did it create an export file?

Sakshin Jan 16, 2010 06:19 AM

Don't know. Where should i look for it?

Anyway, deleted the file but my images don't come back. None showes up.

What to do?

Saks

juggledad Jan 16, 2010 06:44 AM

go to a page that doesn't show the images, view the source of the page, copy the source, send me a PM with the source pasted in it and I'll take a look


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

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