Thank you for that. I am happy to use your Add On but what I am trying to say is the Mailchimp Code Above includes the tick box as shown but if I use the code then with your Add O which doesnt have a tick box will this cause problems ?
Printable View
Oh OK I get it now.
You went to mailchimp and their form generator has changed to include the checkbox.
You can use their form instead and integrate it yourself if you want to.
Hello!
I am having issues with the newsletter side box appearing on the top of the mobile version of my website www.oldpatterns.com ever since I downloaded the mod. The newsletter sidebox is appearing on all pages other than my main page (side boxes are not set to display on that site) and I would like it to only appear in the slideout. I am using the default responsive classic template, Zen Cart version 1.5.7b, and PHP 7.3.25.
I followed all of the instructions on the readme for installation, and it is working properly on the computer version of my site. I wasn't able to find another solution, so help would be appreciated!
Attachment 19315
I love your site! It reminds me of the patterns my mom used to have around the house when I was a kid. LOL.
OK here's how to solve your problem:
edit includes/templates/responsive_classic/css/responsive_default.css
where it says
div#documentcategories {display:none;visibility:hidden;}
add below that
div#mailchimpsidebox {display:none;visibility:hidden;}
(you have to do this twice because there's a portrait block and a landscape block.)
[/QUOTE]Quote:
div#documentcategories {display:none;visibility:hidden;}
add below that
div#mailchimpsidebox {display:none;visibility:hidden;}
(you have to do this twice because there's a portrait block and a landscape block.)
Thank you! I am glad you enjoy the site too! I have edited this file with the above quote twice and unfortunately it still is showing even after refreshing and clearing my cache etc. Any other help advice would be appreciated!
same change but in
includes/templates/responsive_classic/css/responsive_tablet.css
(2 places again).
In includes/templates/responsive_classic/jscript/jscript_responsive_framework.php under lines 35 and 82, copy the line for documentcategories and change that to mailchimpsidebox.
Beautiful it works now! Thank you so much for your help and prompt responses!
When will this mod be updated to work with 1.5.7b? Does anyone have it currently working with this version of ZC?
Should be fine with 1.5.7b.