Mailchimp PopUp doesnt work

I wanted to implement the MailChimp Pop-Up Code to our Website and I tried doing it through raw content and also followed instructions on using the sidebar that I found on another support topic. But it still doesnt show up. When I asked the mailchimp Support they said there might be something inteferring with the pop up so it doesnt show but they werent sure either. Does someone have an ideas of what I need to do in order for it to work?
Thanks in advance

Hi There,
Thanks for writing in!
to help you on this we need first few details from your side so that we can give you a proper solution for your issue.
Instead of adding the code through raw content can you please add the code to your child theme function file similar to the code below.



function 'mailchimp_popup(){
?>
/*PASTE HEADER CODE HERE*/
<?php
};

add_action('wp_head', 'mailchimp_popup');

If that doesn’t help Please provide following information:
Set it as Secure Note

  • Link to your site
  • WordPress Admin username / password
  • Link to the page or section where you have added the code.
  • The mailchimp popup code.
    All the best!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.