Login top icon pop up display problem

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
Fri Jun 27, 2014 4:44 pm
Reply with quote
Report this post
I've used the default News template's Login icon ("Login-top icon" module) and, when clicked on, the pop up briefly displays at the top of the page then the page jumps (scrolls) about 700 or 800 pixels down. I have customized the template as per the Gavick support instructions by adding a Leader Board position at the very top. It is about 90 pixels high. Maybe that is the cause.

How can this be fixed? The page jumps so far away from the login popup that it isn't visible.
User avatar
Junior Boarder

GK User
Sat Jun 28, 2014 11:07 am
Reply with quote
Report this post
Hello,

Could you provide an URL to your website with this problem?
User avatar
Administrator

GK User
Sat Jun 28, 2014 12:46 pm
Reply with quote
Report this post
It's currently staged. I've sent you a PM.
User avatar
Junior Boarder

GK User
Sun Jun 29, 2014 7:59 pm
Reply with quote
Report this post
Please remove the following fragment from the js/gk.scripts.js file:

Code: Select all
(function() {
               if(jQuery('#modlgn-username')) {
                  jQuery('#modlgn-username').focus();
               }
            }).delay(600);
User avatar
Administrator

GK User
Sun Jun 29, 2014 10:30 pm
Reply with quote
Report this post
That solved it. Thank you very much!
User avatar
Junior Boarder


cron