-
Hello,
I have created a pop up in mailchimp to be display in the web, and the code I was given to put it on the editor is not working. Can you help on how to display it?
This is the code it was supposed to work on the editor:<script type=”text/javascript” src=”//downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us18.list-manage.com”,”uuid”:”30a1fb96e073f7b5f8ef38876″,”lid”:”d42086ebad”}) })</script>
Regards
Hello,
scripts are recommended to be added to the footer or sometimes in the header.
What kind of error does it display?
You can add custom code to header.php or footer.php via child theme, otherwise you can achieve it installing a plugin like this https://wordpress.org/plugins/insert-headers-and-footers/ and paste the script in the text fields.Thanks,
AndreaHello Andrea,
I tried both ways- with the script in the footer of the child theme and with the plugin you mentioned above and the result is the same in both. I get no errors or anything, the result is a black screen where the only thing I can see in the pages are the footer. But no pop up sing for from mailchimp.
Is there any other way to add the pop up?
Mailchimp just give me this code to paste but I cannot find any other way:
<script type=”text/javascript” src=”//downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us18.list-manage.com”,”uuid”:”30a1fb96e073f7b5f8ef38876″,”lid”:”d42086ebad”}) })</script>Regards
The topic ‘mailchimp pop up form’ is closed to new replies.