Re: Support Thread for Google reCAPTCHA
Hello David,
Many thanks for this plug in. I have it working and changed the theme to white, but I want to move it to the right a bit so that it lines up with the textarea on the contact us page.
I tried changing the code in tpl_contact_us_default.php to
Code:
<?php echo ' ' , recaptcha_get_html($publickey, $resp->error,$request_type == 'SSL'); ?>
but it does not work.
Best wishes
Tog
Re: Support Thread for Google reCAPTCHA
Hi Tog
You could try moving it with css - something like
Code:
#recaptcha_area {margin-left:20px}
or to centre it
Code:
#recaptcha_area{margin:auto}
Re: Support Thread for Google reCAPTCHA
Perfect David,
10px is the magic number :-)
Thank you for your prompt and excellent assistance.
I am sending you a PM about your shops
Tog
1 Attachment(s)
wonky graphics in out-of-the-box recaptcha
Hi,
I've got ZC 1.52 and the re-captcha module on my question and contact pages. In both cases the bottom area of the graphics is strangely distorted. My web developer has been staring at this for awhile and cannot make it behave.
Any hints?
Attachment 14354
Re: wonky graphics in out-of-the-box recaptcha
Can you share your url? Looks like a css issue.
Re: wonky graphics in out-of-the-box recaptcha
Re: wonky graphics in out-of-the-box recaptcha
Hi linniedarling
I've had a quick look and can't see anything obvious from the css. One thing I did work out is that it is something to do with the background images used by Google. So I'm wondering if it anything to do with the image scripts you are using on the page (the Simple Image Trail script?? maybe). Also noticed that one of your scripts returns a 404 http://linniedarling.com/includes/templates/lin/jscript/chrisdomroll.js
Regards
Re: Support Thread for Google reCAPTCHA
Hi, I've had some big problems installing this plugin, and I'm sure it has to do with my limited programming skills. I am trying to uninstall it and am having a tough time. The program created some new file folders and I'm really reluctant to delete anything before getting some advice. Thank you. Mitch
Re: Support Thread for Google reCAPTCHA
Quote:
Originally Posted by
mrcastle
Hi, I've had some big problems installing this plugin, and I'm sure it has to do with my limited programming skills. I am trying to uninstall it and am having a tough time. The program created some new file folders and I'm really reluctant to delete anything before getting some advice. Thank you. Mitch
Compare the files and folders from the plugin with your cart. If they match you can safely remove then from your cart. If you're extra cautious, just rename them first, check the cart function. Assuming no issues, then delete.
Re: Support Thread for Google reCAPTCHA
Quote:
Originally Posted by
mrcastle
Hi, I've had some big problems installing this plugin, and I'm sure it has to do with my limited programming skills. I am trying to uninstall it and am having a tough time. The program created some new file folders and I'm really reluctant to delete anything before getting some advice. Thank you. Mitch
Hi Mitch - sorry you had trouble with this plugin. To uninstall it you need to delete some files, not folders (it doesn't create any new folders). The files are:
includes/auto_loaders/config.google_recaptcha.php
includes/classes/observers/class.google_recaptcha.php
includes/functions/extra_functions/recaptchalib.php
Then there are the 3 template files which are included with the plugin. These are amended versions of the vanilla Zen cart files, so just replace them with the originals. These are all in the includes/templates/YOUR_TEMPLATE/templates directory
tpl_contact_us_default.php
tpl_modules_create_account.php
tpl_product_reviews_write_default.php
Hope this helps
Regards
the