Slideshow & Gallery modules in conflict
-
burlington
- Power Poster

- Posts: 444
- Joined: Wed Dec 27, 2006 5:15 pm
Slideshow & Gallery modules in conflict
Running CMSMS 1.11.7
A Slideshow in the sidebar, and a small Gallery thumbnail display in the footer, clash.
Whether or not the Gallery call is in the template as {Gallery} or there via a GCB, once the gallery is on the page then the slideshow stops working. No error message, just stops dead. The image is still there but there is no transition.
Any ideas anyone?
Thanks
Martin
A Slideshow in the sidebar, and a small Gallery thumbnail display in the footer, clash.
Whether or not the Gallery call is in the template as {Gallery} or there via a GCB, once the gallery is on the page then the slideshow stops working. No error message, just stops dead. The image is still there but there is no transition.
Any ideas anyone?
Thanks
Martin
Re: Slideshow & Gallery modules in conflict
Can you post a link?
Often those problems are due to including jQuery twice. Or using two conflicting JS libraries (like Prototype and jQuery).
Often those problems are due to including jQuery twice. Or using two conflicting JS libraries (like Prototype and jQuery).
-
burlington
- Power Poster

- Posts: 444
- Joined: Wed Dec 27, 2006 5:15 pm
Re: Slideshow & Gallery modules in conflict
Thanks Velden
The site is: http://www.dolbysound.com/index.php
Please note that the site is still very much in the developmental stage. The slideshow in the R/H column works fine if I remove the Gallery, which incidentally is in the footer as {Gallery}. No GCB but if there were then the result is the same.
Marti
The site is: http://www.dolbysound.com/index.php
Please note that the site is still very much in the developmental stage. The slideshow in the R/H column works fine if I remove the Gallery, which incidentally is in the footer as {Gallery}. No GCB but if there were then the result is the same.
Marti
Re: Slideshow & Gallery modules in conflict
jQuery loaded twice:
Code: Select all
<!--css for show1-->
<link rel="stylesheet" type="text/css" href="http://www.dolbysound.com/modules/Showtime/templates/css/Show_1.css" />
<!--LOAD SHOWTIME jQuery-->
<__script__ type="text/javascript" src="http://www.dolbysound.com/modules/Showtime/templates/jquery/jquery-1.4.2.js" ></__script>
<__script__ type="text/javascript" src="http://www.dolbysound.com/modules/Showtime/templates/jquery/jquery.cycle.all.min.js" ></__script>
<!--END SHOWTIME-->
<!-- Gallery/Lightbox -->
<link rel="stylesheet" href="http://www.dolbysound.com/modules/Gallery/templates/css/Lightbox.css" type="text/css" media="screen" />
<__script__ type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></__script>
<__script__ type="text/javascript" src="modules/Gallery/templates/lightbox/lightbox.js"></__script>-
burlington
- Power Poster

- Posts: 444
- Joined: Wed Dec 27, 2006 5:15 pm
Re: Slideshow & Gallery modules in conflict
Thanks Velden
Is the answer then just to remove one of these references in the appropriate template? Presumably then the second reference?
Is the answer then just to remove one of these references in the appropriate template? Presumably then the second reference?
Re: Slideshow & Gallery modules in conflict
Personally I include jQuery in the templates that need them myself. But Ive never used Showtime so don't know if you can manage showtime NOT to include it.
-
burlington
- Power Poster

- Posts: 444
- Joined: Wed Dec 27, 2006 5:15 pm
Re: Slideshow & Gallery modules in conflict
I have just tried to remove one of the references to Jquery- makes no difference. Back to the drawing board I think!
Re: Slideshow & Gallery modules in conflict
The jQuery from showtime is quite old.
As I said, I never used Showtime. If I need a (image) rotator I usually take ListitExtended and build a summary template. CGSmartImage for the resizing/cropping of the image and inclusion of jQuery and Cycle JS in template.
You removed the gallery from the website I see. Maybe make a copy of the template and include the Gallery tag again. Then create a test-page with that template connected.
As I said, I never used Showtime. If I need a (image) rotator I usually take ListitExtended and build a summary template. CGSmartImage for the resizing/cropping of the image and inclusion of jQuery and Cycle JS in template.
You removed the gallery from the website I see. Maybe make a copy of the template and include the Gallery tag again. Then create a test-page with that template connected.
Re: Slideshow & Gallery modules in conflict
Whatever you were trying to do with the Gallery or the Showtime module I'm sure can be done w/o those modules using jQuery with the Album module...
-
burlington
- Power Poster

- Posts: 444
- Joined: Wed Dec 27, 2006 5:15 pm
Re: Slideshow & Gallery modules in conflict
Thanks everyone and all the best for the New Year.
Martin
Martin


