Hi - it doesn't matter which order the $publickey and $privatekey are declared in the file.
Regards
Hi - it doesn't matter which order the $publickey and $privatekey are declared in the file.
Regards
I really dislike how it looks, so I found this to center it:
#recaptcha_area {display:table;margin: auto;}
which I put in "stylesheet.css"
And instead of putting this:
<?php echo recaptcha_get_html($publickey, $resp->error, $request_type == 'SSL'); ?>
I found and put this:
<script type="text/javascript">
var RecaptchaOptions = {
theme : 'clean'
};
</script>
<?php echo recaptcha_get_html($publickey, $resp->error, $request_type == 'SSL'); ?>
Is there a better or preferred way of changing the theme and centering it?
Thanks
PS, if there is not anything needed to change this to 1.5.3, why not update the version compatible listing?
Zen Cart 1.5.3, Database Patch Level: 1.5.3
Server OS: Linux 2.6.32, Database: MySQL 5.5.41
HTTP Server: Apache, PHP Version: 5.4.37
Hi stiggybaby
You look to have it well sorted out. Changing the theme colour is done exactly as you have done it (I think I mentioned it before somewhere in this thread). Centring it should be OK with just the #recaptcha_area {margin: auto;}.
I will update the version compatibility once I have tested it. I need to set up a vanilla 1.5.3 to do that, and just haven't had the time yet. Your comment has moved it up my priority list :)
Regards
David
Hi! Just installed the this plug in and was testing it, however I do get the following error: "incorrect-captcha-sol" when I try to send a message yet there I don't see a place to enter a Captcha. I am using the Stirling Grand Template with Zencart version 1.5.1
My website is https://www.myspiritualroots.com
Hi SKzDaLimit
Did you add the code to the contact us page?
Go to (or create) /includes/templates/YOUR_TEMPLATE/templates/tpl_contact_us_default.php
add the code below (I suggest adding it below the textarea, about line 74)
Hope this helpsCode:<?php echo recaptcha_get_html($publickey, $resp->error, $request_type == 'SSL'); ?>
Regards
Hi SkaDaLimit
Yes it is - but as you are using the Stirling Grand Template I was thinking that maybe that had customized that file and so you would need to add it in.
If you still have trouble, post a link to the site and I'll see what I can see.
Regards