Change of background

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Sat Apr 21, 2012 8:14 am
Hello guys,

I'm trying to change the background for this template, but for some reason it doesn't work.

Could someone please help me with some override code.

Name of the background is bg_friendzstop_weblayout.jpg

Link to our site: http://friendzstop.com/

Thanks.
User avatar
Senior Boarder

GK User
Sun Apr 22, 2012 9:04 am
This is the code I'm trying to add under advanced settings in the template parameters.
Is this correct?

Code: Select all
body {background: url('../images/style1/bg_friendzstop.jpg') !important}
User avatar
Senior Boarder

Konrad M
Mon Apr 23, 2012 9:28 am
Hi,
Almost but I need to know if you want to reapt this image or no. And all template modifications I advise add to override.css file. It will help you avoid issues during further template updates.
User avatar

GK User
Mon Apr 23, 2012 9:38 am
Konrad M wrote:Hi,
Almost but I need to know if you want to reapt this image or no. And all template modifications I advise add to override.css file. It will help you avoid issues during further template updates.

Thanks so much for your reply.
No repeat
User avatar
Senior Boarder

Konrad M
Mon Apr 23, 2012 10:12 am
Try add
Code: Select all
body {background: url('../images/style1/bg_friendzstop.jpg') center 0 no-repeat !important}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Apr 23, 2012 10:21 am
Konrad M wrote:Try add
Code: Select all
body {background: url('../images/style1/bg_friendzstop.jpg') center 0 no-repeat !important}

and remember to enable override.css option in template settings.

The background is now showing up but it looks very strange with white at the bottom as you can see here http://friendzstop.com/

Size of this image is width 2000 and height 2085.
User avatar
Senior Boarder

Konrad M
Mon Apr 23, 2012 10:44 am
Change code to:
Code: Select all
body {background:#395177 url('../images/style1/bg_friendzstop.jpg') center 0 no-repeat !important}
User avatar

GK User
Mon Apr 23, 2012 10:54 am
Konrad M wrote:Change code to:
Code: Select all
body {background:#395177 url('../images/style1/bg_friendzstop.jpg') center 0 no-repeat !important}

This is really weird.
For me it's still white at the bottom.

I have tested with 3 different browsers now. Safari, Firefox and Chrome on Mac
User avatar
Senior Boarder

Konrad M
Mon Apr 23, 2012 10:55 am
Did you clear cache ?
User avatar

GK User
Mon Apr 23, 2012 11:01 am
Konrad M wrote:Did you clear cache ?

Yes I have cleared the cache.

Don't you have a white background at the bottom?
User avatar
Senior Boarder

Konrad M
Mon Apr 23, 2012 11:03 am
I still see old code in source code for body.
User avatar

GK User
Mon Apr 23, 2012 11:11 am
Konrad M wrote:I still see old code in source code for body.

It seems that I experience the same problem as thomaszgz in this discussion https://www.gavick.com/forums/league-ne ... 14882.html
User avatar
Senior Boarder

GK User
Mon Apr 23, 2012 5:46 pm
I have now tested this on two other Gavick templates and it was working without any problems.

The templates I tested was e-Sport and Game Magazine.

I also tested installing AppsPro Tech template on our development server and I got the same problem.
For me this seems to be a template framework issue
User avatar
Senior Boarder

Konrad M
Tue Apr 24, 2012 9:42 am
Ok I will send it to our programmers.
User avatar


cron