Background Image not scrolling

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
Mon Jun 03, 2013 7:50 pm
Reply with quote
Report this post
Hi,

so I tried a view tipps I found on other templates in the Forum, but nothing worked. How am I able to set the background that it not scrolls anymore?

My guess It is somewhere in the CSS Files, but where :)

thx
Armin
User avatar
Junior Boarder

GK User
Tue Jun 04, 2013 6:18 am
Reply with quote
Report this post
Could You post an url to your site?
User avatar
Moderator

GK User
Tue Jun 04, 2013 8:16 am
Reply with quote
Report this post
Hello,

send you a PM with Login Details (page in offline mode right now)

thx
Armin
User avatar
Junior Boarder

GK User
Tue Jun 04, 2013 12:37 pm
Reply with quote
Report this post
I see You have read a message from me, but You havant provided me with link to your site :)
User avatar
Moderator

GK User
Tue Jun 04, 2013 1:22 pm
Reply with quote
Report this post
Cyberek wrote:I see You have read a message from me, but You havant provided me with link to your site :)


Hi,

I did, but I sent you a PM the site is www.juniortigers.at, however since it is in ofline mode I did send you Login data via private message :)
User avatar
Junior Boarder

GK User
Tue Jun 04, 2013 2:12 pm
Reply with quote
Report this post
You need to remove background from #gkPageWrap element, and place it back in body element, with fixed position. To do so please edit: /templates/gk_publisher/css/override.css and add at its end:
Code: Select all
#gkPageWrap {background: transparent}
body {background: #FFFBF4 url('../images/style1/bg_pattern.png') repeat 0 0;
background-attachment: fixed;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Jun 04, 2013 2:46 pm
Reply with quote
Report this post
great thanks :)

I will try later, right now (work) I dont have FTP accsess to my site. I will Report back after I tried.
User avatar
Junior Boarder

GK User
Tue Jun 04, 2013 6:17 pm
Reply with quote
Report this post
sorry to say, but the background is still scrolling.

thx
armin
User avatar
Junior Boarder

GK User
Tue Jun 04, 2013 6:53 pm
Reply with quote
Report this post
I dont see any changes made to override.css:
http://www.juniortigers.at/templates/gk ... erride.css
User avatar
Moderator

GK User
Tue Jun 04, 2013 6:57 pm
Reply with quote
Report this post
Hello,

ok stupid me :) I did not copy the chnged File back but the original one :) I worked, however one small thing, the gray area on the bottom now is also transparent, can we change that back tu gray?

THANKS A LOT
Armin
User avatar
Junior Boarder

GK User
Tue Jun 04, 2013 7:23 pm
Reply with quote
Report this post
Add this code at the end of override.css
Code: Select all
#gkFooter {background: #333;}
User avatar
Moderator

GK User
Tue Jun 04, 2013 7:36 pm
Reply with quote
Report this post
Hello,

thank you :) all works as desired now! Really apreciate your help.

thx
Armin
User avatar
Junior Boarder


cron