Search:

Type: Posts; User: David Allen

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Hi
    To disable the reCaptcha on any of the pages just edit class.google_recaptcha.php and comment out the appropriate line. eg

    // $pages_to_check[] = 'NOTIFY_CREATE_ACCOUNT_CAPTCHA_CHECK';...
  2. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Hi Cliff - Just a quickie - the email subject field gets blanked when you make an error - maybe look through the template and see where it is being treated differently to the other fields.
    Regards
  3. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Hi Cliff
    Your welcome - glad we solved it :)
    Regards
  4. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Hi
    In your /includes/templates/Your_TEMPLATE/templates/tpl_contact_us_default.php
    if you have a line (round about line 17)

    <?php echo zen_draw_form('contact_us',...
  5. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Hi Cliff
    Just tested your form.
    An invalid email address (with the robot field ticked) does trigger the same error.

    Question now is why?

    I still think the SSL is connected somehow.
    I see...
  6. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Hi Cliff
    Thanks. For the contact us form - it should display the message 'Please verify that you are not a robot' and leave the other fields filled in. It does on my one (I just tested to make...
  7. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Not sure if you changed that or not - but i could create an account just now.
    Intersestingly it failed when I tried it from the login page - but succeded from the create account page that the...
  8. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    like i said, technically the </filedset> should come after the fields (inputs) anyway - so no it won't break it.
    And it will tell us if this fieldset is a wild goose chase or not :)
  9. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Try removing line 187 from the file you attached - the line that just says </fieldset> -
    The position you placed the
    <?php echo recaptcha_get_html(); ?> in your pasted code a couple of comments...
  10. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    You could also try replacing your tpl_modules_create_account_default.php with the on from the default template and adding the recaptcha line into that. It will mess up your design, but you'll be able...
  11. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Looks like you moved a lot of the </fieldset>s around, mostly to move them up to just after the </legend> - not sure why you did that as it means the <fieldset> doesn't contain any fields, which...
  12. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Hi Searchn

    I haven't had chance to test it yet with v1.5.5, but I can't see any changes that would cause it not to work. I just tried the create account on your site and it does come up with the...
  13. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Hi

    This version looks like it should work - I suspect there is an error occurring somewhere in the recaptcha_check_answer function, which means that $resp is blank or null.
  14. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Excellent - glad that worked
    Regards
  15. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Hi - I'm not familiar with the testimonials page, did you create it via a plugin?

    Regards
  16. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Hi
    Sorry, looks like I missed one extra change to make
    In /includes/classes/observers/class.google_recaptcha.php change line number 42
    from
    $event_array = array('NOTIFY_CONTACT_US_CAPTCHA_CHECK'...
  17. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Hi. To fix the $zco_notifier->notify('NOTIFY_FAQ_CAPTCHA_CHECK') error, I think all you need to do is add

    global $zco_notofier; just before it
    Regards
  18. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    I could have done it that way, but because stock Zen Cart only has one form per page it wouldn't be worth it. If you want several reCaptchas on the one page, you have correctly identified how to...
  19. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Hi Mike
    Just had a quick look at it (nice site btw). I think what you need to do is in the class.faq_request.php file:

    Add at the beginning of the function update (just after the global...
  20. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Got a question via private message - so I thought I'd post it here so that everyone can see the answer:

    Hi David,

    I have added the files to my cart, v1.5.4, english and dutch version.
    I have a...
  21. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Hi Anne
    Opps forgot - in /includes/classes/observers/class.google_recaptcha.php line 42 change

    $event_array = array('NOTIFY_CONTACT_US_CAPTCHA_CHECK' => 'contact',...
  22. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Hi Anne
    I'm assuming you are using the 'Ask a Question' plugin - https://www.zen-cart.com/downloads.php?do=file&id=109
    If so, it should be fairly easy to add it to that.
    Essentially you need too...
  23. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Hi Invizix
    Yes it does - in the file /includes/classes/observers/class.google_recaptcha.php you just need to comment out the line

    $pages_to_check[] = 'NOTIFY_CREATE_ACCOUNT_CAPTCHA_CHECK';...
  24. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    New version is now available. This uses Google newest 'I am not a robot' reCaptcha, which is much more user friendly and bot unfriendly.
    Any questions/problems - just post them here.
    Regards
  25. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA

    Ok Bob - I've had a look at the site and looks like I was right first time - it is a css problem
    on line 22 of your stylesheet.css you have:
    input {border:1px solid...
  26. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA

    Found the previous post - looks like it wasn't css, but a problem with some image scripts
    Regards
    David
  27. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA

    Saw this before once - it's your css that is causing it. I'll see if I can find the previous post with the same problem. In the meantime a link to your site would be useful.
    Regards
    David
  28. Re: 406 Not Acceptable when adding YouTube video to new product

    Well spotted :)
    No need for a tip - just check the forum every so often and see you you can help someone else.
    Regards
  29. Re: 406 Not Acceptable when adding YouTube video to new product

    Have you got a link to your site - maybe a new pair of eyes on the problem might help
  30. Re: 406 Not Acceptable when adding YouTube video to new product

    Hi
    I think the plugin does wrap the iframe in a div only if there is a video


    <?php echo (($flag_show_product_info_youtube == 1 && $products_youtube !='') ? '<div id="productYouTube"><iframe...
  31. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Excellent - you may need to edit class.google_recaptcha.php (in includes/classes/observers) to include 'NOTIFY_ASK_A_QUESTION_CAPTCHA_CHECK'
    Regards
  32. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Hi 100asa
    I assume you are using the 'AsK a Question' plugin - if so then in modules/pages/ask_a_question/header_php.php replace line 43

    if ($zc_validate_email and !empty($enquiry) and...
  33. Re: 406 Not Acceptable when adding YouTube video to new product

    Have you tried saving the iframe in the custom field wrapped in a div - eg

    <div><iframe width="853" height="480" src="//www.youtube.com/embed/qpgTC9MDx1o" frameborder="0"...
  34. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA plugin

    Hi - I just tested the contact us page on your website and it appears to be working fine, tried various things and got the expected result each time. Maybe it is a human spamming you?
    Regards
    David
  35. Thread: Sort by ID

    by David Allen
    Replies
    7
    Views
    1,454

    v151 Re: Sort by ID

    When you are on the add new product screen the product isn't added until you fill in all the fields and go to preview and then insert. So until that happens the product doesn't have an id.
    When you...
  36. Re: 406 Not Acceptable when adding YouTube video to new product

    Hi - There is a plugin http://www.zen-cart.com/downloads.php?do=file&id=1340 'YouTube Video on Product Info Page' which does exactly what you want and wouldn't fall foul of GoDaddy's restrictions....
  37. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA

    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:...
  38. Replies
    638
    Views
    130,645

    v150 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...
  39. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA

    Hi Tog
    You could try moving it with css - something like

    #recaptcha_area {margin-left:20px} or to centre it
    #recaptcha_area{margin:auto}
  40. v151 Re: Making current page display in bold letters

    Glad it works now

    Regards
  41. v151 Re: Making current page display in bold letters

    Hi - think I see the problem


    if (DEFINE_CONTACT_US_STATUS <= 1) { $information[] = '<a href="' . zen_href_link(FILENAME_CONTACT_US) . '"'.($current_page=='contact_us' ? ' class="infobold"'...
  42. v151 Re: Making current page display in bold letters

    Hi Tog
    To achieve what you want I think you would need to add some code to /includes/modules/sideboxes/information.php.
    First copy this file to...
  43. v151 Re: Making current page display in bold letters

    It's done by the css

    SPAN.category-subs-parent {
    font-weight: bold;
    }
  44. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA

    Excellent news SkzDaLimit

    Regards
  45. Replies
    638
    Views
    130,645

    v150 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,...
  46. Replies
    638
    Views
    130,645

    v150 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...
  47. Replies
    638
    Views
    130,645

    v150 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...
  48. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA

    Hi - it doesn't matter which order the $publickey and $privatekey are declared in the file.
    Regards
  49. Replies
    638
    Views
    130,645

    v150 Re: Support Thread for Google reCAPTCHA

    Hi axispara
    One possibility is the Google reCAPTCHA keys. Did you enter them correctly into that file? It should look something like:


    $publickey =...
  50. Replies
    638
    Views
    130,645

    v150 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:

    #recaptcha_widget_div{clear:left} ...
Results 1 to 50 of 141
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR