Menu still appears when you scroll up to the top

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 May 21, 2015 1:35 pm
Reply with quote
Report this post
Hi

When I open the site, the slideshow shows full screen. When i scroll down the home page and back to the top, the menu doesnt completely go away. Im not sure if the size of my logo is affecting this, but I would like it to disappear when scrolling back to the top

Thanks

Capture.JPG
User avatar
Junior Boarder

GK User
Fri May 22, 2015 6:36 pm
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Fri May 22, 2015 7:01 pm
Reply with quote
Report this post
User avatar
Junior Boarder

GK User
Mon May 25, 2015 2:16 pm
Reply with quote
Report this post
1. You should really consider changing the logo to something which is not that long (less height). Now your header is masive and it looks bad in terms of design.
2. If somehow you cant / don't want / don't care / whatever ;), please edit the file:
templates/gk_creativity/js/gk.scripts.js
and find this section:
Code: Select all
         if(pos >= 100) {
            jQuery('#gkTop').css('top', '0px');
         } else if(pos < 100) {
            jQuery('#gkTop').css('top', '-100px');
         }

and change it to:
Code: Select all
         if(pos >= 100) {
            jQuery('#gkTop').css('top', '0px');
         } else if(pos < 100) {
            jQuery('#gkTop').css('top', '-144px');
         }
User avatar
Moderator

GK User
Mon May 25, 2015 3:05 pm
Reply with quote
Report this post
Thank you ;)
User avatar
Junior Boarder

GK User
Mon May 25, 2015 4:00 pm
Reply with quote
Report this post
If you have any additional questions regarding this topic, please let me know.
User avatar
Moderator

GK User
Tue May 26, 2015 8:37 am
Reply with quote
Report this post
Nothing further, thanks

this worked!
User avatar
Junior Boarder

GK User
Sun May 31, 2015 8:46 am
Reply with quote
Report this post
Ok, thanks for the info.
User avatar
Moderator


cron