I was having the same issues. If wordpress is installed in a subdirectory the path to display the images isn’t correct.
Refer to this post for a fix http://wordpress.org/support/topic/plugin-slideshow-gallery-doesnt-work-when-wordpress-is-installed-in-sub-directory
Thread Starter
nexe
(@nexe)
it also crashes IE
move the preloader inside the jquery ready function.
in views/default/gallery.php it should be
jQuery(document).ready(function() {
jQuery.noConflict();
tid('slideshow').style.display = "none";
tid('<?php echo $wrapperid; ?>').style.display = 'block';
tid('<?php echo $wrapperid; ?>').style.visibility = 'hidden';
// append the spinner
jQuery("#fullsize<?php echo $rand; ?>").append('<div id="spinner<?php echo $rand; ?>"><img src="<?php echo $this -> url(); ?>/images/spinner.gif"></div>');
tid('spinner<?php echo $rand; ?>').style.visibility = 'visible';
window.onload = function() {