Slideshow gallery display's scripts instead of gallery

I have a strange problem with the gallery plugin. I created a gallery and added a slide to this gallery. With the shortcode I load the gallery into a responsive container.

Instead of the gallery, jQuery code appears.


');
tid('spinnergallery1').style.visibility = 'visible';

var slideshowgallery1 = new TINY.slideshow("slideshowgallery1");
jQuery(document).ready(function() {
slideshowgallery1.auto = true; slideshowgallery1.speed = 10;
slideshowgallery1.alwaysauto = true;

etc.....


I found out this problem is caused by an other plugin. If I deactivate the other plugin, the slideshow appears as it should. Any thoughts on how to fix/debug this?

Comments

Sign In or Register to comment.