Can I pin the startup top menu?

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 Oct 23, 2014 3:14 am
Reply with quote
Report this post
We are using Startup, but need the top menu to stay pinned as we scroll down through the home page content, does anyone know how this can be done?
User avatar
Fresh Boarder

GK User
Thu Oct 23, 2014 10:47 am
Reply with quote
Report this post
Hi,
by default you can not, it request "small" CSS knowledge.
there is a guide which may help you a little bit : https://www.gavick.com/documentation/jo ... ky-footer/
- because concept is similar.
User avatar
Platinum Boarder

GK User
Thu Oct 23, 2014 10:49 am
Reply with quote
Report this post
ok, I have good day, so please try this:

Code: Select all
#gkPageTop {
    background:   #fff;
    position: fixed;
    top: 0;
}


where? Check my footer link.
User avatar
Platinum Boarder

GK User
Thu Oct 23, 2014 10:55 am
Reply with quote
Report this post
or with transparency effect
Code: Select all
#gkPageTop {
    background: rgba(255, 255, 255, 0.95);
    outline: 1px solid #eee;
    position: fixed;
    top: 0;
}
User avatar
Platinum Boarder

GK User
Sun Oct 26, 2014 4:35 am
Reply with quote
Report this post
Thanks Oscar E, much appreciate the help. Will try this.
User avatar
Fresh Boarder

GK User
Sun Oct 26, 2014 4:47 pm
Reply with quote
Report this post
On my demo page all code worked.
I suggest also to add shadow via CSS to get better visual effect.
User avatar
Platinum Boarder

GK User
Wed Oct 29, 2014 2:00 am
Reply with quote
Report this post
Thanks Oscar E, worked beautifully. Would like to add the shadow effect you described, is that difficult?
User avatar
Fresh Boarder

GK User
Wed Oct 29, 2014 7:51 am
Reply with quote
Report this post
use: http://css3gen.com/box-shadow/
and add into my code. it should work.
User avatar
Platinum Boarder

GK User
Sun Nov 16, 2014 10:43 am
Reply with quote
Report this post
Hi Oscar E, sorry to be a pain, but everything is fine on a laptop, but when I view on a tablet (iPad Mini), the top of the item title (in GK Image Show slightly disappears behind the page top. I can pull it down but it bounces backup. Is there anyway I can force the image title and text etc to appear slightly further down?
User avatar
Fresh Boarder

GK User
Sun Nov 16, 2014 1:43 pm
Reply with quote
Report this post
ok, but It request customization of code ....
by "free" support I could offer you only basic customization help.
User avatar
Platinum Boarder

GK User
Mon Nov 17, 2014 4:38 am
Reply with quote
Report this post
Okay, how can I get your help to fix the problem on a non free basis?
User avatar
Fresh Boarder

GK User
Wed Nov 19, 2014 7:05 pm
Reply with quote
Report this post
I can suggest you to use additional css style only for tablets or safari browser.
User avatar
Platinum Boarder


cron