Intro page - 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
Thu Jun 06, 2013 3:49 pm
Reply with quote
Report this post
When i scroll back the front page, part of the logo stay on screen. How I solve this? Below the link.
http://www.ecooideia.org.br/home2/
User avatar
Senior Boarder

GK User
Thu Jun 06, 2013 4:15 pm
Reply with quote
Report this post
You could either correct logo size, so it's width is less than 100px, or correct js files that creates "paralax" effect, and change gkTop top position to higher than 100px when its hided.
User avatar
Moderator

GK User
Thu Jun 06, 2013 4:16 pm
Reply with quote
Report this post
Check /templates/gk_creativity/js/gk_scripts.js and change line 137 from:
Code: Select all
            document.id('gkTop').setStyle('top', '-100px');

tp
Code: Select all
            document.id('gkTop').setStyle('top', '-200px');

(or any value that match you logo height)
User avatar
Moderator


cron