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?
module Showtime with Jquery doesn't work
Re: module Showtime with Jquery doesn't work
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.
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
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?
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
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
thanks for the hint.
Before I loaded jquery twice.
I deleted it, now the module works fine.
Before I loaded jquery twice.
I deleted it, now the module works fine.


