Title: nexe's Replies | WordPress.org

---

# nexe

  [  ](https://wordpress.org/support/users/nexe/)

 *   [Profile](https://wordpress.org/support/users/nexe/)
 *   [Topics Started](https://wordpress.org/support/users/nexe/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nexe/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nexe/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nexe/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nexe/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nexe/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow Gallery LITE] [Plugin: Slideshow Gallery] Slideshow display black images](https://wordpress.org/support/topic/plugin-slideshow-gallery-slideshow-display-black-images/)
 *  [nexe](https://wordpress.org/support/users/nexe/)
 * (@nexe)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-slideshow-display-black-images/#post-2877558)
 * 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](http://wordpress.org/support/topic/plugin-slideshow-gallery-doesnt-work-when-wordpress-is-installed-in-sub-directory)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow Gallery LITE] [Plugin: Slideshow Gallery] Doesn't work when wordpress is installed in sub directory](https://wordpress.org/support/topic/plugin-slideshow-gallery-doesnt-work-when-wordpress-is-installed-in-sub-directory/)
 *  Thread Starter [nexe](https://wordpress.org/support/users/nexe/)
 * (@nexe)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-doesnt-work-when-wordpress-is-installed-in-sub-directory/#post-2874228)
 * 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() {
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)