Page 1 of 1

[Solved]Slideshow and external script lib collision

Posted: Wed Mar 28, 2012 2:49 pm
by Brzezi
Hi,

I have problem with Slideshow 3.1.
I'm using javascript validation in feedback form and when I choose "jquery" or "nivo slider" option of my slideshow the slider doesn't work.

I think it's library collision between slider and validation but i don't know how to avoid this problem.
This is important for me to use one of this options( I'm not interested in flash version of slider).

I'm using CMS MS 1.10.3.

Could you help me handle this problem?

Re: Slideshow and external script lib collision

Posted: Wed Mar 28, 2012 3:30 pm
by RonnyK
Check where the JQuery is called. It can only be called once. So it might be fixed by just making sure that only one is calling it...

Ronny

Re: [solved]Slideshow and external script lib collision

Posted: Thu Mar 29, 2012 9:08 am
by Brzezi
Thanks for help.

Everything is working now.
I've tryed to do this before you write your advice and it wasn't working but i didn't noticed that jquery on my site was called not just 2 times but 3 times. I've found third one and cancel it.

Once more thank you for help Wise Man :)