Cart66 Lite break other jQuery libraries
-
I am trying to integrate a simple shopping cart application into a theme I am developing.
However, after trying several eCommerce/Shopping Cart plugins, they have all broken the theme where it using other jQuery libraries (specifically jcarousel).
Here is the generated code from my theme in the header:
<script type='text/javascript' src='https://localhost/wp-includes/js/l10n.js?ver=20101110'></script> <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js?ver=3.2'></script> <script type='text/javascript' src='https://localhost/wp-content/themes/music-man/js/jquery.cycle.all.min.js?ver=3.2'></script> <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js?ver=3.2'></script> <script type='text/javascript' src='https://localhost/wp-content/themes/music-man/js/jquery.jcarousel.min.js?ver=3.2'></script> <script type='text/javascript' src='https://localhost/wp-content/themes/music-man/js/jquery.jplayer.min.js?ver=3.2'></script> <script type='text/javascript' src='https://localhost/wp-content/themes/music-man/js/cufon-yui.js?ver=3.2'></script> <script type='text/javascript' src='https://localhost/wp-content/themes/music-man/js/ChunkFive_400.font.js?ver=3.2'></script> <script type='text/javascript' src='https://localhost/wp-content/themes/music-man/js/myCustom.js?ver=3.2'></script> <script type='text/javascript' src='https://localhost/wp-content/themes/music-man/js/slide.js?ver=3.2'></script> <script type='text/javascript' src='https://localhost/wp-content/plugins/cart66-lite/js/cart66-library.js?ver=1.1.6'></script>
Does anyone have any suggestions on this?
I have tried searching Google, the Cart66 Lite docs and jcarousel but I am getting nothing that address this issue.
I am thinking it must be something wrong with the method/order I am loading up my jQuery libraries or something.
Thanks in advance.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Cart66 Lite break other jQuery libraries’ is closed to new replies.