jQuery sync
-
hi there,
I really like this plugin. Thank you very much to the authorI 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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘jQuery sync’ is closed to new replies.