How do I change the christmas background?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Mar 12, 2013 11:21 pm
Reply with quote
Report this post
How do I change the christmas background?

I found the CSS in Style4.CSS and changed gradient_bg.png to /newimages/gradient_bg.jpg and I also pasted the whole piece into overides.css and turned overrides on. Then I DELETED gradient_bg.png form the server.

Then I cleaned the joomla cache and my browser cache and tried with a number of browsers and still the gradient_bg.png show as the background and not the new gradient_bg.jpg.

What am I missing?

#gkPageWrap {
background: #a82500 url('../images/style4/snowflakes_bg.png') no-repeat center top!important;
background: url('../images/style4/snowflakes_bg.png') no-repeat center top, url('/newimages/gradient_bg.jpg') no-repeat center -500px!important;
background-color: #a82500!important;
background-size: auto auto, 2560px 2560px!important;
padding-bottom: 30px;
}

Here is the temporary site page:
http://www.fonsanimi.com/casadelpapel/
User avatar
Senior Boarder

Konrad M
Wed Mar 13, 2013 10:58 am
Reply with quote
Report this post
Hi,
it looks that url to your new bg file is wrong. Becasue browser can't find it. Did you upload your new background image to server ? If yes where exactly ?
User avatar

GK User
Wed Mar 13, 2013 9:49 pm
Reply with quote
Report this post
Here is the image:

http://www.fonsanimi.com/casadelpapel/n ... ent_bg.jpg

for which I added:
url('../newimages/gradient_bg.jpg')

(it was incorrect above --- I had forgotten the dots)

If you follow the link it appears...

But not on the site...

Sorry about being such numb brain, I just can't see it….
User avatar
Senior Boarder

Konrad M
Thu Mar 14, 2013 9:53 am
Reply with quote
Report this post
You copied it to wrong folder. Your image is in:
Code: Select all
http://www.fonsanimi.com/casadelpapel/newimages/gradient_bg.jpg

and should be:
Code: Select all
http://www.fonsanimi.com/casadelpapel/templates/gk_publisher/newimages/gradient_bg.jpg
User avatar


cron