I get a 404 error message using log in

GK User
Wed Sep 24, 2014 10:33 pm
I you go to www.gaiatellus.org and click on the login, rather quickly, in the upper right corner ... you will get an error message.

To overcome this today one has to wait some seconds and then click on Login for it to work.

Please assist on how to solve this.
User avatar
Gold Boarder

GK User
Fri Sep 26, 2014 5:09 pm
Hello,

It is caused by fact that your URL for the login button under the features template settings is wrong - you have to change it to a working login page URL.
User avatar
Administrator

GK User
Sun Sep 28, 2014 7:25 pm
I am sorry but I am not following you. I have tried to find the settings in the template settings (under Template Manager) but with no luck. Can you please be more specific.

Hope to hear from you soon again.
User avatar
Gold Boarder

GK User
Sun Sep 28, 2014 7:34 pm
OK, I found out that the Login button was pointing to a K2 article that was not published. However, I still would like the popup to appear (using the additional class "gkLogin") to work 100%. As it is now, if the visitor is fast and clicks on the Login button the "gkLogin" functionality is not working - one has to wait for a couple of seconds before it does work.

Please explain if I can do anything trigger the popup box from gkLogin class at all times.

Hope to hear from you soon again.
User avatar
Gold Boarder

GK User
Mon Sep 29, 2014 11:18 am
In this case please try to change in the js/gk.scripts.js file the following line:

Code: Select all
jQuery(window).load(function() {


to:

Code: Select all
jQuery(document).ready(function() {
User avatar
Administrator

GK User
Tue Sep 30, 2014 6:46 pm
Yes, this works! Thank you!
User avatar
Gold Boarder


cron