Page 19 of 102 FirstFirst ... 917181920212969 ... LastLast
Results 181 to 190 of 1017
  1. #181
    Join Date
    Jun 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Hi Anne,
    Thank you again for the wonderful template. I have recently run into a problem where bots are sending spam (about every two minutes) via the Website Enquiry (contact us) form. I did some digging on the forum and ran across the post below, but I'm wondering if the Mega template uses different files other than the ones mentioned. I made all the changes per the instructions below, but we are still receiving the spam as if I made no changes at all.

    Here is the information and changes I made from another post:

    started getting a lot of spam recently via my "contact us" form. looked all over this forum and did not find a decent solution, so i started googling around.. Found this site:
    nfriedly.com/techblog/2009/11/how-to-build-a-spam-free-contact-forms-without-captchas/

    and was able to get their solutions working with zen cart.
    here are the changes that i had to make:

    file: /store/includes/templates/your_template/templates/tpl_contact_us_default.php
    need to add the invisible label and input field to the contact us form.

    old code:
    PHP Code:
    <fieldset id="contactUsForm">
    new code:
    PHP Code:
    <fieldset id="contactUsForm">
    <label class="inputLabel" style="display:none;" >Leave this empty:</label>
    <input name="url" style="display:none;" />

    file: /store/includes/modules/pages/contact_us/header.php
    need to check if this invisible url input field in the form has been filled out. Only send the message if the hidden field is blank.

    old code:
    PHP Code:
    // Send message
    zen_mail($send_to_name, $send_to_email, EMAIL_SUBJECT, $text_message, $name, $email_address, $html_msg,'contact_us');
    new code:
    PHP Code:
    // Send message
    // if the url field is not set or set and is empty
    if( !isset($_POST['url']) || ((isset($_POST['url']) && $_POST['url'] == ''))){
    zen_mail($send_to_name, $send_to_email, EMAIL_SUBJECT, $text_message, $name, $email_address, $html_msg,'contact_us');
    }

  2. #182
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by 1atom12 View Post
    Hi Anne,
    Thank you again for the wonderful template. I have recently run into a problem where bots are sending spam (about every two minutes) via the Website Enquiry (contact us) form. I did some digging on the forum and ran across the post below, but I'm wondering if the Mega template uses different files other than the ones mentioned. I made all the changes per the instructions below, but we are still receiving the spam as if I made no changes at all.

    Here is the information and changes I made from another post:

    started getting a lot of spam recently via my "contact us" form. looked all over this forum and did not find a decent solution, so i started googling around.. Found this site:
    nfriedly.com/techblog/2009/11/how-to-build-a-spam-free-contact-forms-without-captchas/

    and was able to get their solutions working with zen cart.
    here are the changes that i had to make:

    file: /store/includes/templates/your_template/templates/tpl_contact_us_default.php
    need to add the invisible label and input field to the contact us form.

    old code:
    PHP Code:
    <fieldset id="contactUsForm">
    new code:
    PHP Code:
    <fieldset id="contactUsForm">
    <label class="inputLabel" style="display:none;" >Leave this empty:</label>
    <input name="url" style="display:none;" />

    file: /store/includes/modules/pages/contact_us/header.php
    need to check if this invisible url input field in the form has been filled out. Only send the message if the hidden field is blank.

    old code:
    PHP Code:
    // Send message
    zen_mail($send_to_name, $send_to_email, EMAIL_SUBJECT, $text_message, $name, $email_address, $html_msg,'contact_us');
    new code:
    PHP Code:
    // Send message
    // if the url field is not set or set and is empty
    if( !isset($_POST['url']) || ((isset($_POST['url']) && $_POST['url'] == ''))){
    zen_mail($send_to_name, $send_to_email, EMAIL_SUBJECT, $text_message, $name, $email_address, $html_msg,'contact_us');
    }
    Does the captcha you added show on the contact form in the drop down? You can always hide the header contact form by adding:

    Code:
    .contactus-li{display:none;}
    to the stylesheet_mega_menu.css file.

    Thanks,

    Anne

    Thanks,

    Anne

  3. #183
    Join Date
    Jun 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Alrighty then, I have everything fixed I broke during our spam attack with the exception of our hovering "Contact Us" form. If you click on the "Contact Us" and fill out the built in form, it works perfectly. However, if you fill out the quick form that pops up when you hover, the email is never sent and it takes you to the 404 page... Can anyone tell me where I messed this up?

    http://www.heathersheavenlyvapes.com

  4. #184
    Join Date
    Jun 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Ok... No idea why, but the hover form is now working...

  5. #185
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by 1atom12 View Post
    Ok... No idea why, but the hover form is now working...
    That's great ;-) The form works out of the box in the template package available for free download here.

    Thanks,

    Anne

  6. #186
    Join Date
    Jun 2011
    Posts
    91
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Is there anyway to add CAPTCHA to the drop down "Contact Us" form on the mega-menu?
    I have it working on the regular "Contact Us" form, but if you fill out the drop down and hit submit
    it goes to the regular form and gives an error "You did not enter the proper code"and you have to re-type your message.
    Any help would be appreciated. ( I am using the TTF CAPTCHA Plugin from the Zen-Cart Plug ins.

  7. #187
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Abbington Mega Template Support Thread

    Hello Anne,

    I would like to add my congratulations for a STUNNING template and most importantly EXCEPTIONAL readme file(s) - the instructions are faultless (I only wish the instructions for most other plug-ins were half as good, it would save gazillions of man hours in here by many :) ).

    One question - I am in the process of doing a logo image and I am hopeless at such things so I do not know if I will be able to achieve a transparent image - so what is the 6 digit colour code for the colour of the header area where the logo goes (and indeed the page background) - the closest I can get is #EFEFEF

    cheers,
    Mike

    p.s. once I have filled the site with our stunning sterling silver jewellery on your superb colour scheme I will add it to your Facebook page.

  8. #188
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by shags38 View Post
    Hello Anne,

    I would like to add my congratulations for a STUNNING template and most importantly EXCEPTIONAL readme file(s) - the instructions are faultless (I only wish the instructions for most other plug-ins were half as good, it would save gazillions of man hours in here by many :) ).

    One question - I am in the process of doing a logo image and I am hopeless at such things so I do not know if I will be able to achieve a transparent image - so what is the 6 digit colour code for the colour of the header area where the logo goes (and indeed the page background) - the closest I can get is #EFEFEF

    cheers,
    Mike

    p.s. once I have filled the site with our stunning sterling silver jewellery on your superb colour scheme I will add it to your Facebook page.
    Thank you so much for your kind words ;-) The hex color for the background is #ecebf0.

    Thanks,

    Anne

  9. #189
    Join Date
    Jun 2011
    Posts
    91
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    For some reason, when you click on Customer Service the text goes off the page. How do I correct this?

    Name:  Screen Shot.jpg
Views: 312
Size:  36.0 KB

  10. #190
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by Pablo View Post
    For some reason, when you click on Customer Service the text goes off the page. How do I correct this?

    Name:  Screen Shot.jpg
Views: 312
Size:  36.0 KB
    If you post a link to your site I can take a look.

    Thanks,

    Anne

 

 
Page 19 of 102 FirstFirst ... 917181920212969 ... LastLast

Similar Threads

  1. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  2. v154 Abbington Mega 5.3 template not displaying properly
    By irishshopper in forum Addon Templates
    Replies: 1
    Last Post: 6 Mar 2015, 04:56 PM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. Turpy Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 3
    Last Post: 20 Feb 2012, 07:36 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 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