Login popup not shown in Sign Up Page

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 Nov 08, 2014 3:19 pm
Reply with quote
Report this post
Hi
I couldn't test this on your demo site.
When user go to Sign Up page, and then they want to login ( clicking to Login button) , nothing happens.
it should popup with login page as usually
Please go to my site and have a look: http://goo.gl/CKoPYl
User avatar
Expert Boarder

GK User
Sat Nov 08, 2014 3:55 pm
Reply with quote
Report this post
Hello,

Please replace in the gk.scripts.js file the following code:

Code: Select all
if(jQuery('#gkPopupLogin')) {


to:

Code: Select all
if(jQuery('#gkPopupLogin').length) {


and also please replace:

Code: Select all
if(jQuery('#gkPopupLogin') && jQuery('#btnLogin')) {


to:

Code: Select all
if(jQuery('#gkPopupLogin').length && jQuery('#gkLogin').length) {
User avatar
Administrator


cron