@bumba000 there are anti-spam fixes built in to Zen Cart 1.5.7 (and 1.5.8) that you would get by upgrading.
@bumba000 there are anti-spam fixes built in to Zen Cart 1.5.7 (and 1.5.8) that you would get by upgrading.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Hey Scott,
Hope all's well. I started an upgrade to 1.5.8 in early august. It was nearly done when I got sidetracked working with cnc, blacksmith stuff and building a wood furnace. Now I'm behind on making christmas gifts. I'll eventually get the upgrade done. ha ha ha.
Since getting the captcha working yesterday I've received one spam email instead of 50+, so it was totally worth the hassle I put myself through.
I'm pretty sure I'll finish the upgrade soon. ;)
Thanks,
John
> when I got sidetracked working with cnc, blacksmith stuff and building a wood furnace.
Stop bragging, MacGyver. I'm still trying to master my coffeemaker. :)
Glad it works for you.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Just upgraded a site to ZC 1.5.8a. Most everything is working, but the ReCaptcha is off screen to the left on the contact page on iPhones and probably other mobile devices. See https://macbrud.com/index.php?main_page=contact_us. How to get it to center?
Not sure what version of the plugin I'm using (where do I look for that?). Is there a recent version which solves this problem?
Member since 4/05.
Ok. Makes sense. The site uses a custom template which probably came out before the responsive templates existed.
Would I have to create a separate contact page template to insert into their custom templates? I didn't see such a thing in the responsive templates, so I assume I'd copy the one at includes/template_default/templates/tpl_contact_us_default.php and tweak to match the site? Is that one responsive these days?
Member since 4/05.
template_default is not responsive, but responsive_classic is although it also creates its responsiveness by a bunch of changes to its /common/html_header.php file.
That said, it's not just a /templates/ sub-directory file-copy since all responsive templates gain their responsiveness via html_header.php additions.