Hi all!
I am using this template:
http://www.templatepanic.com/articles/i-generation-wordpress-theme
It has a built in carousel which uses jquery v 1.4.2. It all works fine until I install any picture gallery plugin (like nextGen for example). When i activate the plugin, my carousel turns into this:
[URL=http://imageshack.us/photo/my-images/510/capture54646.jpg/][IMG]http://img510.imageshack.us/img510/7653/capture54646.jpg[/IMG][/URL]
When i check the source, i see that the plugin loads jquery v 1.6.1 script, and I suspect it clashes with the 1.4.2 version the template loads.
I tried to deactivate the gallery plugin and replace the 1.4.2 version with the 1.6.1, and it still clashes, so that confirms my suspicion that the clashing jquery versions cause it.
Is there any solution to this? I would like to be able to use the carousel AND the gallery plugin.
Thank You