Page 1 of 1
module Showtime with Jquery doesn't work
Posted: Sun Apr 06, 2014 10:46 pm
by xxtomxx
Hi,
I hope anybody can help me.
I installed the module Showtime und upload some images.
If I choose flash it work, but I want have a Jquery effect and if I choose Jquery only the last image is shown an nothing happend.
Anyone an idea?
Re: module Showtime with Jquery doesn't work
Posted: Mon Apr 07, 2014 10:02 am
by velden
A link to the page could help.
My first, very wild guess would be that jQuery is loaded twice. Once by your template, and once by Showtime module.
Re: module Showtime with Jquery doesn't work
Posted: Mon Apr 07, 2014 8:06 pm
by xxtomxx
Hi,
thank you for your answer.
Presently the site is under development on my locale system.
I checked yor idea and I think you are right. I saw the geerated code from showtime
<!--LOAD SHOWTIME jQuery-->
... modules/Showtime/templates/jquery/jquery-1.4.2.js"
.../modules/Showtime/templates/jquery/jquery.cycle.all.min.js"
<!--END SHOWTIME-->
also I used some Jquery libs in the page
.../cmsmadesimple-1.11.9-full/assets/vendor/jquery.js"
.../cmsmadesimple-1.11.9-full/assets/js/plugins.js"
.../cmsmadesimple-1.11.9-full/assets/vendor/jquery.easing.js"
.../cmsmadesimple-1.11.9-full/assets/vendor/jquery.appear.js"
.../cmsmadesimple-1.11.9-full/assets/vendor/jquery.cookie.js"
.../cmsmadesimple-1.11.9-full/assets/vendor/rs-plugin/js/jquery.themepunch.plugins.min.js"
.../cmsmadesimple-1.11.9-full/assets/vendor/rs-plugin/js/jquery.themepunch.revolution.js"
.../cmsmadesimple-1.11.9-full/assets/vendor/jquery.validate.js"
so what can I do to avoid the error?
Any Idea?
Re: module Showtime with Jquery doesn't work
Posted: Tue Apr 08, 2014 8:18 am
by velden
I don't know the Showtime module. It might have an option to NOT include jQuery. Or it could be that it's include from within a Showtime template.
Re: module Showtime with Jquery doesn't work
Posted: Wed Apr 09, 2014 8:28 pm
by xxtomxx
thanks for the hint.
Before I loaded jquery twice.
I deleted it, now the module works fine.