Hi. I noticed that some themes are also loading their own jquery file, which is outdated and sometimes conficts with plugins.
The themes are:
-Oceanwide theme: uses local jquery file. jQuery 1.1.4
-jQ theme: uses local juery v1.3.2
-mandigo jQuery 1.2.6
-oceanmist jQuery 1.1.4
My question are
1. Is it safe to remove the reference to those files (since the blog also load the default jquery.js from /wp-includes)
2. If yes, in header.php should I move the other *.js below wp_head()? Do I have to keep the <script lan…> call to the other scripts as it is now or is it OK to add them to the wp_enqueue_script instead?
3. Is it also safe to update the other *.js files which are used in those themes
e.x. cycle.js in oceanmist with http://malsup.github.io/jquery.cycle.all.js?
Thanks in advance
Lena