Problem when loading javascript from mailchimp in wordpress

0

I'm trying to load this mailchimp javascript:

<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.us7.list-manage.com","uuid":"ae36fe34cde0ee5ef6fef86df","lid":"ddfbfe8c03"}) })</script>

But every time I load it on the main page of my site at the end the slider I have in the header of the site disappears automatically. Does anyone know if there is any incompatibility between the revolution slider and the code in the footer of a page in wordpress? Have I written the javascript wrong?

Let's see if you can give me a hand, because I've already given it a thousand laps and I can not find the solution.

Edit:

Without javascript:

With javascript installed:

    
asked by Raul Pineda 28.11.2017 в 19:32
source

0 answers