Viewing 11 replies - 1 through 11 (of 11 total)
  • 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.

    I’m having the exact some problem as VFHwebdev.

    Plugin Author Tribulant Software

    (@contrid)

    @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

    (@yumiam)

    so, it’s new ?

    before, [slideswhow] use de post gallery …

    Plugin Author Tribulant Software

    (@contrid)

    @yumiam,

    Yes, it is new since v1.2.2

    Thread Starter yumiam

    (@yumiam)

    okay … thank you … for this plugin …
    (when the multiple slideshow on one page will be released ?)

    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

    (@yumiam)

    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;

    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

    (@yumiam)

    > plugins > slideshows-gallery > vendors > timthumb.php

    I had this problem and i resolved it with this tip on my multisite install

    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.