Login popup issue

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
Sat Oct 17, 2015 12:22 pm
Reply with quote
Report this post
Dear people,

So i have this major issue which i need som help with to get it fixed. Its about the login popup. This works great however, somehow this popup is always there. I mean this: When you click on "log in" the popup will open en show the login form. But.. when you dont click on "log in" the pop up dont open (which make sense) but the content which in the popup is clickable and blocking content in the page.

For example look at this video:

http://digitalconnect.nl/popupblockcontent.swf

This iam sure, has something to do with the z-index but now my question is, which element should i give a higer z-index so that the popup still is on top, but not active when users dont open the popup?

Please give me some advice because its important that the popup is not active (and blocking page content) when it is not open?

Best regards,

M
User avatar
Senior Boarder

GK User
Mon Oct 19, 2015 7:35 am
Reply with quote
Report this post
Do you guys have any clue?

Best regards, M
User avatar
Senior Boarder

teitbite
Sun Oct 25, 2015 5:22 pm
Reply with quote
Report this post
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Tue Nov 10, 2015 12:49 pm
Reply with quote
Report this post
Dear Teitbite ;)

So Fri Nov 06, i sended you the details as requested. Do you have any suggestion ?

Best regards, M
User avatar
Senior Boarder

GK User
Wed Nov 11, 2015 12:50 pm
Reply with quote
Report this post
Iam sure your busy ;)

We would like to launch our website in two weeks, do you think you have a few minutes before than?

Thanks again, M
User avatar
Senior Boarder

teitbite
Wed Nov 11, 2015 1:07 pm
Reply with quote
Report this post
Hi

Yes, I can see it now, thanks. Must have opened it before so it was in "Read" section. This problem is most likely because of the customisations. But try add this to /layout/blocks/head.php

Code: Select all
<script type="text/javascript">(function($) {$(document).ready(function() {
    function changes() {
        if($('#gkPopupOverlay').css('display') == 'block') {
       $('#gkPopupLogin').css('display','block');
        } else {
       $('#gkPopupLogin').css('display','none');
        }
        setTimeout(changes,1);
    }
    $(changes);
});})(jQuery)</script>
User avatar
Moderator

GK User
Wed Nov 11, 2015 2:50 pm
Reply with quote
Report this post
Well there, that works perfect! Seems that is just a bit out of my leak ;)
Thanks a lot and keep up the good work !! :)
Best regards, M
User avatar
Senior Boarder

teitbite
Thu Nov 12, 2015 6:38 pm
Reply with quote
Report this post
Hi

That's because it's not a fix, but actually I'm adding a new functionality to it :) Sometimes it's easier to do that like that than to looks for a conflict causing the problem.
User avatar
Moderator


cron