Reload page to show Recaptcha image

Phoca Guestbook - creating guestbooks in Joomla! CMS
rdekker
Phoca Member
Phoca Member
Posts: 21
Joined: 16 Jun 2010, 22:41

Reload page to show Recaptcha image

Post 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?
Morl99
Phoca Enthusiast
Phoca Enthusiast
Posts: 50
Joined: 15 Feb 2011, 23:05

Re: Reload page to show Recaptcha image

Post 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.
rdekker
Phoca Member
Phoca Member
Posts: 21
Joined: 16 Jun 2010, 22:41

Re: Reload page to show Recaptcha image

Post 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.
rdekker
Phoca Member
Phoca Member
Posts: 21
Joined: 16 Jun 2010, 22:41

Re: Reload page to show Recaptcha image

Post by rdekker »

Mixed problem solved, I change the settings from "Standard recaptcha" to "reCAPTCHA".
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48743
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Reload page to show Recaptcha image

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply