[Plugin: MailChimp Widget] Remove the jQuery mailchimp adds to my page
-
Hi there,
I was hoping someone could help me with this. I’m using the mailchimp widget plugin on a website and it appears to adding this line of code to the page,
<script type=’text/javascript’ src=’https://sno-limit.com/wp-includes/js/jquery/jquery.js?ver=1.7.1′></script>
I already have a link to jQuery further up in my code which i’ve tried removing but then my other jQuery dependant scripts stop working, so i need to remove the one that mailchimp adds but i can’t seem to find a reference to it in the plugin’s source code.
I’ve also read that i need to change this line of code,
var mce_jQuery = jQuery.noConflict();
to this
var mce_jQuery = jQuery;
but again i can’t seem to find this in the plugin’s source code?
Any help in this matter would be greatly appreciated.
Many thanks,
Cameron
https://www.ads-software.com/extend/plugins/mailchimp-widget/
- The topic ‘[Plugin: MailChimp Widget] Remove the jQuery mailchimp adds to my page’ is closed to new replies.