Mailchip subscriber popup stops page from scrolling
-
Hi,
I have been trying to add the code for a mailchimp subscriber popup.
I have tried adding it several different ways including in the footer and via a couple of plugins. My preference is to add it in the functions.php of my child theme in the footer but there seems to be a problem with the code. How ever I add it the popup works but it stops my page from being able to scroll. So the scroll bar gets really long and won’t move so you can’t see anything but the top of the page.
Does anyone have any idea why this would be? I’m no expert at any of this so any help is much appreciated.The code I’ve been using from mailchimp is:
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us19.list-manage.com","uuid":"xxx","lid":"xx","uniqueMethods":true}) })</script>
Thank you.
Suzy- This topic was modified 5 years, 9 months ago by .
- This topic was modified 5 years, 9 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Mailchip subscriber popup stops page from scrolling’ is closed to new replies.