Title: fuzzyjared's Replies | WordPress.org

---

# fuzzyjared

  [  ](https://wordpress.org/support/users/fuzzyjared/)

 *   [Profile](https://wordpress.org/support/users/fuzzyjared/)
 *   [Topics Started](https://wordpress.org/support/users/fuzzyjared/topics/)
 *   [Replies Created](https://wordpress.org/support/users/fuzzyjared/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/fuzzyjared/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/fuzzyjared/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/fuzzyjared/engagements/)
 *   [Favorites](https://wordpress.org/support/users/fuzzyjared/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShipStation for WooCommerce] Multiple Duplicate Order Notes After Orders Shipped](https://wordpress.org/support/topic/multiple-duplicate-order-notes-after-orders-shipped/)
 *  [fuzzyjared](https://wordpress.org/support/users/fuzzyjared/)
 * (@fuzzyjared)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/multiple-duplicate-order-notes-after-orders-shipped/#post-17817100)
 * We are seeing this same issue but with orders using other payment methods. Do
   you know if this bug was triggered regardless of the payment method that was 
   used?
 * We have some orders that have 30 shipment notifications.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [MailChimp Embed Not Showing Success Response](https://wordpress.org/support/topic/mailchimp-embed-not-showing-success-response/)
 *  [fuzzyjared](https://wordpress.org/support/users/fuzzyjared/)
 * (@fuzzyjared)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/mailchimp-embed-not-showing-success-response/#post-2202177)
 * I am having the same issue. I actually think that this is a conflict with a recent
   wordpress update.
 * I am testing the interactions of the form and it the console trace shows the 
   following error.
 * $ is not a function @ [http://www.mysite.com/:225](http://www.mysite.com/:225)
 * when inspecting this error it brings me to this line within the successful response.
   
   $(‘#mce-success-response’).hide();
 * I think this is due to errors withing jquery 1.6.1 which was recently upgraded
   in the WordPress auto update from jquery 1.5.
 * Going back to jquery 1.5 by placing the following in your themes functions.php
   file should work.
 * function my_init_method() {
    if (!is_admin()) { wp_deregister_script( ‘jquery’);
   wp_register_script( ‘jquery’, ‘[http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js&#8217](http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js&#8217););
   wp_enqueue_script( ‘jquery’ ); } }
 * add_action(‘init’, ‘my_init_method’);

Viewing 2 replies - 1 through 2 (of 2 total)