Title: jQuery sync
Last modified: August 21, 2016

---

# jQuery sync

 *  Resolved [etruel](https://wordpress.org/support/users/etruel/)
 * (@etruel)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/jquery-sync/)
 * hi there,
    I really like this plugin. Thank you very much to the author
 * I recently had a problem with jQuery, which was loaded after jquery.archivesCW.
   min.js then had a javascript error on the page.
 * **I solved it by changing the file archives-calendar.php **
    line 144 `wp_register_script('
   archivesCW', plugins_url(). '/archives-calendar-widget/jquery.archivesCW.min.
   js');`
 * by:
    `wp_register_script( 'archivesCW', plugins_url(). '/archives-calendar-widget/
   jquery.archivesCW.min.js' ,array( 'jquery' ));`
 * this force wp to load jQuery before archivesCW.
    Hope this help
 * [https://wordpress.org/plugins/archives-calendar-widget/](https://wordpress.org/plugins/archives-calendar-widget/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [alek](https://wordpress.org/support/users/alekart/)
 * (@alekart)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/jquery-sync/#post-5091633)
 * Hi,
    Thanks for using my plugin 🙂
 * Thank you for the information, this problem has already been reported and has
   been corrected in the development version.
    The fix and some new cool features
   will come soon in the next update.

Viewing 1 replies (of 1 total)

The topic ‘jQuery sync’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/archives-calendar-widget_81afd1.svg)
 * [Archives Calendar Widget](https://wordpress.org/plugins/archives-calendar-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/archives-calendar-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/archives-calendar-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/archives-calendar-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/archives-calendar-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/archives-calendar-widget/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [alek](https://wordpress.org/support/users/alekart/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/jquery-sync/#post-5091633)
 * Status: resolved