Page 1 of 2 12 LastLast
Results 1 to 10 of 694

Hybrid View

  1. #1
    Join Date
    Jan 2012
    Posts
    89
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    I have it in the Contact US Page and Create Account Page, that works fine, not getting error but sometimes even if you don't enter the capthca info it still sends the info and you are able to create an account, I think some other people had this problem.

    As far as the 'As A Question', not sure why I am getting that error.




    Quote Originally Posted by mc12345678 View Post
    Is this the only place that you have recaptcha activated? Have you tried at say the contact us page?

    If the answer is first time trying, then I would suggest revisiting the installation instructions. There are some things that need to be entered, changed, etc in order for this plugin to communicate properly with google and validate the entry. Basically need to have an account and provide the plugin the "login" details.

  2. #2
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by Coins2012 View Post
    I have it in the Contact US Page and Create Account Page, that works fine, not getting error but sometimes even if you don't enter the capthca info it still sends the info and you are able to create an account, I think some other people had this problem.

    As far as the 'As A Question', not sure why I am getting that error.
    Okay, couple of things going on with that statement: sometimes things work, sometimes they don't. If the sometimes this plugin doesn't stop traffic there are a few things to look into. Do you have files that have been "renamed" but still end with .php? So like header_php_old.php for example. (In most cases any file ending in .php will be loaded. Sometimes alphabetically, sometimes by whatever, etc...need to verify that the applicable "trigger" code is provided so that can't leave a blank entry or incorrectly enter the recaptcha and for it to carry on.

    Now, about the current ask a question issue. It seems that perhaps the "last" necessary file is not "loaded". Wondering if this is a result of a missing notifier, or the observer is not looking for the notifier that is present or a combination. The thought being, when a specific line of code is processed, that a series of actions occurs which includes loading the file that has your credentials for recaptcha.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Jan 2012
    Posts
    89
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    ok, I did a search for header_php_old.php and found one file and renamed it to .bak, this did not solve the problem of Create Account and Contact Us. As far as the Ask Question, not sure what to do other than removing the code, at least now it stops the spam completely, I was getting 100's of spam email from this, is there a way to disable the Ask Question Module, I looked in the Zencart Admin but couldn't find the feature.

    Thank you


    Quote Originally Posted by mc12345678 View Post
    Okay, couple of things going on with that statement: sometimes things work, sometimes they don't. If the sometimes this plugin doesn't stop traffic there are a few things to look into. Do you have files that have been "renamed" but still end with .php? So like header_php_old.php for example. (In most cases any file ending in .php will be loaded. Sometimes alphabetically, sometimes by whatever, etc...need to verify that the applicable "trigger" code is provided so that can't leave a blank entry or incorrectly enter the recaptcha and for it to carry on.

    Now, about the current ask a question issue. It seems that perhaps the "last" necessary file is not "loaded". Wondering if this is a result of a missing notifier, or the observer is not looking for the notifier that is present or a combination. The thought being, when a specific line of code is processed, that a series of actions occurs which includes loading the file that has your credentials for recaptcha.

  4. #4
    Join Date
    Jan 2012
    Posts
    89
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    It's all good now, looks like the google keys were entered incorrectly by the website developer and some of the code was not added.

    thank you

    Quote Originally Posted by mc12345678 View Post
    Okay, couple of things going on with that statement: sometimes things work, sometimes they don't. If the sometimes this plugin doesn't stop traffic there are a few things to look into. Do you have files that have been "renamed" but still end with .php? So like header_php_old.php for example. (In most cases any file ending in .php will be loaded. Sometimes alphabetically, sometimes by whatever, etc...need to verify that the applicable "trigger" code is provided so that can't leave a blank entry or incorrectly enter the recaptcha and for it to carry on.

    Now, about the current ask a question issue. It seems that perhaps the "last" necessary file is not "loaded". Wondering if this is a result of a missing notifier, or the observer is not looking for the notifier that is present or a combination. The thought being, when a specific line of code is processed, that a series of actions occurs which includes loading the file that has your credentials for recaptcha.

  5. #5
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by Coins2012 View Post
    It's all good now, looks like the google keys were entered incorrectly by the website developer and some of the code was not added.

    thank you
    Glad you got it to work. Appears that went back and confirmed that was having the problem no matter where it was used, good to check out why "works" for one and not the other or in this case, didn't work here, does it work elsewhere? :) best of luck with your next adventure!
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Jan 2012
    Posts
    89
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    I checked the code and it appears some lines were missing also from the Create_Account and Contact_Us Page, I fixed the Contact_Us page and the Ask A Question page, still need to add the code to Create Account page and the review page, it appears that my site developer didn't do a good job of installing this module.

    thank you for your help.


    Quote Originally Posted by mc12345678 View Post
    Glad you got it to work. Appears that went back and confirmed that was having the problem no matter where it was used, good to check out why "works" for one and not the other or in this case, didn't work here, does it work elsewhere? :) best of luck with your next adventure!

  7. #7
    Join Date
    Jan 2014
    Location
    Michigan
    Posts
    27
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    I have installed the Google ReCaptcha on my ZC 1.5.1 store and love the look and functionality. I am not sure why, but when I view it in Firefox it shows up to the right of the text entry field instead of below. In IE and Chrome, it shows up below the text area. How can I get it to look like it does in IE and Chrome?

    Link to my contact us page - http://www.monumentsplus.com/index.p...age=contact_us

    Thank you.

  8. #8
    Join Date
    Feb 2008
    Location
    Amersham, Buckinghamshire, United Kingdom
    Posts
    141
    Plugin Contributions
    1

    Default Re: Support Thread for Google reCAPTCHA

    Hi Graniteman
    I had a look at your site in FF and you are right. I think it is because the textarea is floated left. The fix is a simple css to clear the float:
    Code:
    #recaptcha_widget_div{clear:left}
    Hope this helps
    Regards

  9. #9
    Join Date
    Feb 2014
    Location
    Austin, TX USA
    Posts
    48
    Plugin Contributions
    0

    Default 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?

    Click image for larger version. 

Name:	recaptcha.png 
Views:	254 
Size:	20.1 KB 
ID:	14354

  10. #10
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: wonky graphics in out-of-the-box recaptcha

    Can you share your url? Looks like a css issue.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Support Thread for CKEditor Plugin
    By DivaVocals in forum Addon Admin Tools
    Replies: 213
    Last Post: 18 Nov 2024, 04:17 AM
  2. Back to Top Plugin [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 6 Feb 2016, 10:52 PM
  3. v151 Plug 'n' Pay plugin [Support Thread]
    By KetchRescue in forum Addon Payment Modules
    Replies: 5
    Last Post: 28 Nov 2015, 04:56 AM
  4. Justuno Plugin [Support Thread]
    By JustunoApp in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 24 May 2015, 11:00 PM
  5. VendingBox Plugin Support Thread
    By vb_support in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 10 Feb 2013, 07:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg