Login/Captcha issue

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Fri Jan 04, 2013 10:27 pm
I can't get the login to work on League. I think there's a conflict with Captcha. After filling in the login form I get a "Empty solution not allowed message" and no registration. I have a public/private key, entered into the plugin and the K2 parameters. If I disable the Joomla plugin and leave the K2 one enabled then there's a message saying no Captcha is running. What do I need to do to sort this out?
User avatar
Fresh Boarder

teitbite
Sun Jan 06, 2013 1:53 am
Hi

For start please check if Captcha is configured properly. Here You will find some of the informations how to do this: https://www.gavick.com/documentation/jo ... recaptcha/
User avatar
Moderator

GK User
Wed May 01, 2013 10:24 pm
Hi.

I had the same problem as described below, but thats's issue are fixed now.

But, I have a (related) problem:
On the Registre screen witch reCaptcha in the bottom, the screen is to short... I can't get to the Register button-

With Firefox/Firebug I found the line:
<div id="gkPopupRegister" style="opacity: 1; height: 526px; display: block;">
and I extend the 526 to 650, and that works just fine.
But I can't find this in any css file, so I would be glad to get some help to solve this issue.
You see the problem on the attached image.

(The registration works, its only the layout issue I need help to fix)

Best regards,
GE
User avatar
Junior Boarder

teitbite
Thu May 02, 2013 12:48 pm
Hi

Please show me Your site.
User avatar
Moderator

teitbite
Sat May 04, 2013 12:05 pm
Hi

Please try add this code to css:

Code: Select all
#gkPopupRegister {
    height: 635px !important;
}


This is the fastest solution. Problem is that script checking the height of popup is being called before the reCaptcha plugin is being loaded, so it has not included the height to reCaptcha. You may try change the order of loading it by setting recaptcha plugin to load as last in plugin manager.
User avatar
Moderator

GK User
Sat May 04, 2013 8:19 pm
Thank you, teitbite.

I added your code to override.css, and it works perfect!

Best Regards,
GE
User avatar
Junior Boarder

teitbite
Mon May 06, 2013 3:22 pm
Hi

Glad I could help :)
User avatar
Moderator


cron