Login popup link not working

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 Jan 23, 2014 8:32 pm
Reply with quote
Report this post
On my site http://martinskjoldebrand.net the login link isn't working.
Hovering above it it just flashes and then disappears. Clicking on it does nothing either.
How do I fix this?
User avatar
Senior Boarder

GK User
Thu Jan 23, 2014 9:42 pm
Reply with quote
Report this post
Hello,

Your problem is caused by this code fragment located in your template.css file:

Code: Select all
#gkLogin:active, #gkLogin:focus, #gkLogin:hover, #gkRegister {
display: none;
}
User avatar
Administrator

GK User
Fri Jan 24, 2014 6:11 am
Reply with quote
Report this post
I can't find such a line in that file. =(
User avatar
Senior Boarder

GK User
Fri Jan 24, 2014 10:45 am
Reply with quote
Report this post
Please look for this code fragment around line 296. in the css/template.css file:

Code: Select all
#gkLogin:active,
#gkLogin:focus,
#gkLogin:hover,
/*
#gkRegister:active,
#gkRegister:focus,
#gkRegister:hover {
   background-color: #fec64d;
   background-position: 90% top;
   color: #fff;
}
*/
#gkRegister  {display:none;}
User avatar
Administrator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.