Page 1 of 1

Reload page to show Recaptcha image

Posted: 15 Dec 2011, 10:18
by rdekker
Hello,

Since a few days I/visitors must sometimes reload a couple of times (3 of 4 times) the guestbook page before they get the recaptcha image.
site http://www.bcvirtus.nl (Menu item: "Gastenboek").

Problem with version 2.02, 2.03 and 2.04
Recaptcha keys (private and public) are both in place

Any ideas?

Re: Reload page to show Recaptcha image

Posted: 15 Dec 2011, 16:24
by Morl99
template/css issue. The image is loaded correctly, but misplaced, because of the following in the joomla.css file beginning line 152:

Code: Select all

position: absolute;
top: -140px;
I wonder how that got there? just remove it, and it works fine.

edit: But I have no Idea how reloading would help with this... it should'nt.

Re: Reload page to show Recaptcha image

Posted: 15 Dec 2011, 23:44
by rdekker
Thanks for your help. I've removed the line as suggested. As far as I can see it's a regular line in joomla.css. I have'n't add it.

/* Compatibility */
#recaptcha_widget_div {position: absolute;top: -140px;}
#emailForm fieldset div.readon {position: relative;margin-top: 140px;}
#emailForm fieldset div.readon br {display: none;}


But now I've another strange behavior. Mostly I get the google recaptcha, but sometimes I get the phoca recaptcha. Just press a couple of times the browsers refresh button.

Re: Reload page to show Recaptcha image

Posted: 17 Dec 2011, 01:54
by rdekker
Mixed problem solved, I change the settings from "Standard recaptcha" to "reCAPTCHA".

Re: Reload page to show Recaptcha image

Posted: 24 Dec 2011, 17:07
by Jan
Ok