MailChimp Popup doesn’t work on Chrome
-
Hi! I apologize in advance if I have chosen the wrong forum, I just don’t know where else I can get help.
So I installed MailChimp Popup on my page. It works perfectly fine on Vivaldi. It creates the cookie file, then if I delete it – popup appears again.
However, it doesn’t work on Chrome. I suppose it is connected to the following errors I noticed in dev window:
Uncaught TypeError: Cannot read property ‘appendChild’ of null
at 1818dda1d469a733b67787ff8.js:43
at 1818dda1d469a733b67787ff8.js:46in this part of JS script:
script.src = "//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js"; script.type = "text/javascript"; script.onload = function () { window.dojoRequire(["mojo/signup-forms/Loader"], function (L) { L.start({"baseUrl": settings.base_url, "uuid": settings.uuid, "lid": settings.list_id, "uniqueMethods": true}); }); }; document.body.appendChild(script); window.$mcSite.popup_form.installed = true;
And also this error:
net::ERR_UNKNOWN_URL_SCHEMEon this line:
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script>
So I am really confused. It works fine on Vivaldi, without any errors, and with Chrome I have this.
Thank you in advance for any help!
The page I need help with: [log in to see the link]
- The topic ‘MailChimp Popup doesn’t work on Chrome’ is closed to new replies.