Page 15 of 64 FirstFirst ... 5131415161725 ... LastLast
Results 141 to 150 of 639
  1. #141
    Join Date
    Sep 2013
    Location
    axispara
    Posts
    2
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Hi David, many thanks, the code worked, and it works perfectly now, However i am not sure, but the code in the recaptchalib.php file supplied has the $publickey= after the key, rather than at the beginning, as below, not sure if it made the difference.

    $publickey = "TheRandomPublicKeyYouGotFromGoogleoS-B4dKonyqZjAbR76";
    $privatekey = "TheRandomPrivateKey6Ld3itMSAAAAAPnf-B4dKo";

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

    Default Re: Support Thread for Google reCAPTCHA

    Hi - it doesn't matter which order the $publickey and $privatekey are declared in the file.
    Regards

  3. #143
    Join Date
    Apr 2011
    Posts
    91
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    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

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

    Default Re: Support Thread for Google reCAPTCHA

    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

  5. #145
    Join Date
    Jul 2014
    Location
    Atlanta, Georgia
    Posts
    3
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    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

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

    Default Re: Support Thread for Google reCAPTCHA

    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)

    Code:
    <?php echo recaptcha_get_html($publickey, $resp->error, $request_type == 'SSL'); ?>
    Hope this helps

    Regards

  7. #147
    Join Date
    Jul 2014
    Location
    Atlanta, Georgia
    Posts
    3
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by David Allen View Post
    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)

    Code:
    <?php echo recaptcha_get_html($publickey, $resp->error, $request_type == 'SSL'); ?>
    Hope this helps

    Regards
    Looks like it was already added to the files in the YOUR_TEMPLATE folder.

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

    Default Re: Support Thread for Google reCAPTCHA

    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

  9. #149
    Join Date
    Jul 2014
    Location
    Atlanta, Georgia
    Posts
    3
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by David Allen View Post
    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
    BINGO! Added the files to my existing template folder in Sterling Grand and it worked perfectly! Many thanks!

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

    Default Re: Support Thread for Google reCAPTCHA

    Excellent news SkzDaLimit

    Regards

 

 
Page 15 of 64 FirstFirst ... 5131415161725 ... LastLast

Similar Threads

  1. Support Thread for CKEditor Plugin
    By DivaVocals in forum Addon Admin Tools
    Replies: 201
    Last Post: 31 Aug 2021, 05:14 PM
  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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR