• Resolved stoffpalast

    (@stoffpalast)


    Hi there,

    I tested the SUbscriber PopUp for MailChimp via the Connected Sites Feature.
    It installed the PopUp well, but as we are in Germany, it really sux with all the GDPR-Fields. So I wanted to uninstall the PopUp.
    I already used the Remove-Function within Mailchimp for the Popup, but this did not do the trick.
    In my Site there ist still a line of code like:

    <script type=’text/javascript’ src=’https://chimpstatic.com/mcjs-connected/js/users/

    This contains the Javascript to open the PopUp.
    How do I get rid of this line of code?
    I cannot find any place within my WooCommerce-Site where I can deactivate it.

    Btw.: it seems that the OnExit-Function for the Popups does not work in Microsoft Edge. The PopUp always pops up immediately in this browser.

    And the GDPR-shit sux big time. Envy you american guys who can use this nice plain and simple subscription forms.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ryanhungate

    (@ryanhungate)

    @stoffpalast have you brought this up in a support ticket while being logged into your Mailchimp account? We have actually discussed this recently and they’re working on a fix now for this issue.

    In the meantime – if this is mission critical – I could give you a quick way to remove the script altogether from the plugin load process, but would require you to comment out one line of code in the public folder of the plugin. If you would like to do that – just let me know and I’ll provide the instructions.

    Thread Starter stoffpalast

    (@stoffpalast)

    Hi,
    yes could you provide me with the quick fix please, as I fear it will take some time until an official solution at Mailchimp comes up and I need to get rid of this ugly GDPR-Popup.

    Best regards
    Oliver

    Plugin Author ryanhungate

    (@ryanhungate)

    @stoffpalast if you open up the plugin editor for the Mailchimp plugin – open up the file: public/class-mailchimp-woocommerce-public.php

    On line 80, add // right in front of this function below…

    wp_enqueue_script($this->plugin_name.'_connected_site', $site, array(), $this->version, true);

    It should look like this:
    //wp_enqueue_script($this->plugin_name.'_connected_site', $site, array(), $this->version, true);

    then click save.

    That will disable the connected site javascript from loading on your page temporarily until we come up with a better solution for you.

    Let me know if that does the trick for you!

    Thread Starter stoffpalast

    (@stoffpalast)

    Hello,
    this helped. I hope, MailChimp will find a proper solution to this problem soon.
    Thank you.

    Best regards
    Oliver

    Hi,

    I have the same issue and the above solution didnt work for me.

    I see the code below in the head tag of my website.

    <script type=”text/javascript” charset=”utf-8″ src=”//downloads.mailchimp.com/js/signup-forms/popup/1.0/popup.js”></script>

    Can you help?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I actually REMOVE a Subscriber PopUp I installed with Connected Site Ft.?’ is closed to new replies.