Title: [Plugin: Slideshow Gallery] [slideshow] without parameter is broken
Last modified: August 20, 2016

---

# [Plugin: Slideshow Gallery] [slideshow] without parameter is broken

 *  [yumiam](https://wordpress.org/support/users/yumiam/)
 * (@yumiam)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-slideshow-without-parameter-is-broken/)
 * plugin version : 1.2.2.1
 * i have to specify the “optionnal” parameter post_id.
 * without it it’s broken.
 * [http://wordpress.org/extend/plugins/slideshow-gallery/](http://wordpress.org/extend/plugins/slideshow-gallery/)

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

 *  [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-slideshow-without-parameter-is-broken/#post-2931988)
 * Mine doesn’t work even with the parameter post_id. Without the param I see nothing
   when I publish the post. with the param set to my current post ID I see an empty
   slideshow with no images in it.
 *  [darichardson](https://wordpress.org/support/users/darichardson/)
 * (@darichardson)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-slideshow-without-parameter-is-broken/#post-2932021)
 * I’m having the exact some problem as VFHwebdev.
 *  Plugin Author [Tribulant Software](https://wordpress.org/support/users/contrid/)
 * (@contrid)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-slideshow-without-parameter-is-broken/#post-2932049)
 * [@yumiam](https://wordpress.org/support/users/yumiam/),
 * If you want to show slides from the image gallery of a post, you should specify
   the `post_id` parameter please.
 * If you just use [slideshow] without any parameters, the plugin assumes you want
   to pull slides from the Slideshow > Manage Slides section and if you don’t have
   slides there it doesn’t show anything at all.
 *  Thread Starter [yumiam](https://wordpress.org/support/users/yumiam/)
 * (@yumiam)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-slideshow-without-parameter-is-broken/#post-2932050)
 * so, it’s new ?
 * before, [slideswhow] use de post gallery …
 *  Plugin Author [Tribulant Software](https://wordpress.org/support/users/contrid/)
 * (@contrid)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-slideshow-without-parameter-is-broken/#post-2932051)
 * [@yumiam](https://wordpress.org/support/users/yumiam/),
 * Yes, it is new since v1.2.2
 *  Thread Starter [yumiam](https://wordpress.org/support/users/yumiam/)
 * (@yumiam)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-slideshow-without-parameter-is-broken/#post-2932052)
 * okay … thank you … for this plugin …
    (when the multiple slideshow on one page
   will be released ?)
 *  [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-slideshow-without-parameter-is-broken/#post-2932053)
 * Using the post_id of the current post still doesn’t work for me.
 * I also added a slide in the “manage slides” section to test the [slideshow] short
   code and that’s broken as well.
 * I’m running this on a test install with the default WP theme and the only plugin
   running is a multi-site plugin called domain mapper.
 *  Thread Starter [yumiam](https://wordpress.org/support/users/yumiam/)
 * (@yumiam)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-slideshow-without-parameter-is-broken/#post-2932054)
 * hey VFHwebdev …
    with the multi site, there is a bug with timThumb
 * You have to modify timthump.php :
 * line ~212 : comment
    $this->src = preg_replace(‘/https?://(?:www.)?’ . $this-
   >myHost . ‘/i’, », $this->src);
 * and add below:
    $ALLOWED_SITES[] = $this->myHost;
 *  [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-slideshow-without-parameter-is-broken/#post-2932055)
 * timthumb.php is a theme file right? I’ve searched all my themes and that file
   doesn’t appear anywhere.
 * I wonder if this is an issue with the Domain Mapping plugin. Is anyone else having
   this problem also running the multi-site domain mapping plugin?
 *  Thread Starter [yumiam](https://wordpress.org/support/users/yumiam/)
 * (@yumiam)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-slideshow-without-parameter-is-broken/#post-2932056)
 * > plugins > slideshows-gallery > vendors > timthumb.php
 * I had this problem and i resolved it with this tip on my multisite install
 *  [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * (@vfhwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-slideshow-without-parameter-is-broken/#post-2932059)
 * That did the trick!! Many thanks.

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

The topic ‘[Plugin: Slideshow Gallery] [slideshow] without parameter is broken’ 
is closed to new replies.

 * ![](https://ps.w.org/slideshow-gallery/assets/icon-256x256.png?rev=1187457)
 * [Slideshow Gallery LITE](https://wordpress.org/plugins/slideshow-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slideshow-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-gallery/reviews/)

 * 11 replies
 * 4 participants
 * Last reply from: [VFHwebdev](https://wordpress.org/support/users/vfhwebdev/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-slideshow-without-parameter-is-broken/#post-2932059)
 * Status: not resolved