plugin version : 1.2.2.1
i have to specify the "optionnal" parameter post_id.
without it it's broken.
plugin version : 1.2.2.1
i have to specify the "optionnal" parameter post_id.
without it it's broken.
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.
@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.
so, it's new ?
before, [slideswhow] use de post gallery ...
@yumiam,
Yes, it is new since v1.2.2
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.
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?
> 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.
You must log in to post.