When the slideshow is created and loaded as a block, it affects the ctools (chaos tools) and panels module.
On line 162 of the ctools module mc.js, a catchable type error jQuery.modalContent is not a constructor error is thrown.

I tried changing the name of the of the class jQuery.modalContent, but that didn't work. Any ideas of what could be happening here?

here are some snips from that file:
jQuery.smodalContent = function(content, css, animation, speed) { ... }

jQuery.fn.modalContent = function(css, animation, speed)
{
...
new jQuery.modalContent($(this), css, animation, speed);

}

any ideas are appreciated here ;)

Comments

sanestrategy’s picture

Wow I wish I would have seen this issue earlier. STILL a problem, either with ctools or front page slideshow. More on this issue on the Panels issue area here: http://drupal.org/node/453692

rhylos’s picture

Setting the javascript location to footer in the fpss admin settings may correct this issue.