Everything works fine and to the best of my knowledge I have done everything correctly. Here is my php fileAttachment 14474
Do I add CSS anywhere to remove the HTML/TEXT options? Attachment 14475
Printable View
Everything works fine and to the best of my knowledge I have done everything correctly. Here is my php fileAttachment 14474
Do I add CSS anywhere to remove the HTML/TEXT options? Attachment 14475
any word on how to fire this up in a lightbox? Or at least a new window so customers are not take away from the site?
thx
Please don't bump your posts.
As you are the author of this plugin I would like to ask you directly if you have a solution for this to start in a new window or lightbox.
This is not a bump.
Thank you
As the author of this plugin, I don't know. That's why I haven't answered any of your three prior requests for the same information.
You are welcome to experiment and try things out, but repeatedly asking the same question just annoys people and doesn't get you what you want. Why not try a new approach? For example, try digging in to MailChimp's documentation. They might have a way to handle this.
Here is how to get mailchimp to use a new window upon pressing "Subscribe".
add target="_blank" to line 13 of tpl_mailchimp_sidebox.php as illustrated in the code below
'method="post" target="_blank" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form">';
next step is to throw some javascript in to "size" the new window
then I will work on getting it to start in a lightbox
anybody care / want to help?
If you are using my MailChimp Sidebox plugin for Zen Cart, and you installed it a while back, please take a look at something: the form created by the sidebox should say
<form action=”//something-something.list-manage.com…
NOT
<form action=”http://something-something.list-manage.com…
The latter can cause the lock icon to be slashed out, so an SSL page will appear to not be encrypted.
If the MailChimp sidebox is shown on your login page, you can easily test this by going to the login page and checking the lock icon for your site (assuming you have an SSL certificate).
Hello,
I apologize in advance if this question has been already asked on this forum, but will this module work on ZenCart 1.5.4? If not, is it in the planning to update in the near future? The only comments I see v1.5.3.
Thank you,
Admir M.
All my modules work on 1.5.4.
Great! Thank you for your quick reply. :)