WordPress Slideshow Gallery v1.0.5


This release of the WordPress slideshow gallery plugin should improve some of the features overall and also adds some new functionality. Here is a list of changes…

  • IMPROVED
    WordPress 2.9 draggable meta boxes.
  • BUG FIX
    wp_redirect() fatal error in dashboard.
  • ADDED
    TinyMCE plugin button to add shortcodes.
  • ADDED
    “exclude” parameter to work in conjunction with the “post_id” parameter to exclude attachments by order.
  • CHANGE
    Changed #wrapper to #slideshow-wrapper on the front-end.

I hope that you enjoy this new release! You can either use the automatic update feature in the ‘Plugins’ section if you already have the WordPress slideshow gallery plugin installed or you can download it directly from WordPress.org by going here.

, , , , , , , , ,

  1. #1 by Mirza Curevac on March 14, 2012 - 6:53 pm

    Hey people I found a solution for ONE THUMBNAIL SHOWING UP.

    Ok the problem is here :

    The thing is this div is for all the thumbnails, and each is 83px wide. Setting the width to lets say 10xthumbsx83 = 830px , makes the slider load in a right way :)

    Hope it will help you guys to make a update on the next version with this :-)

  2. #2 by Mirza Curevac on March 14, 2012 - 7:01 pm

    Just edit #slider {

    With a big width and add !important :)

  3. #3 by Mirza Curevac on March 14, 2012 - 7:05 pm

    here you need to make changes.

    slideshow-gallery/css/gallery-css.php

    #slider {
    position: absolute;
    left: 0;
    height: 81px;
    width: 870px!important; /* for 10 thumbnails */
    /* if you want 20 , just set it to 1740px */
    }

  4. #4 by Steffen Urban on May 4, 2012 - 2:42 pm

    I have tried using the plugin on my website, I can’t get vertical photos to display properly in the slide show. Am I missing a setting somewhere? all photos are displayed horizontally.

  5. #5 by Linda Valentin on May 24, 2012 - 7:57 pm

    The gallery stopped working properly in Firefox. Safari and IE shows correctly but in Firefox the images are pushed to the right. How can I fix this?

(will not be published)