According to the readme
“Multiple slideshows per post/page
As of 0.5.9, you can insert multiple slideshows per post/page, by including different attachment ids in your shortcode. Example:
[portfolio_slideshow include=”1,2,3″]
[portfolio_slideshow include=”4,5,6″]
This example will create two slideshows on the page with two sets of images.”
I’ve installed the plugin, configured the slideshow features and styled it successfully, the sideshow works and is beautiful! Now I am trying to add a 2nd slideshow to a page and can’t seem to get past the “include=”1,2,3” addition to the shortcode.
the code for the single slideshow (the one that works)
<div class="sensesSlide">[portfolio_slideshow]</div>
Of course, I started by adding all attachment IDs, instead of testing it with a few.
<div class="sensesSlide">[portfolio_slideshow include="1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18"]</div>
<div class="sensesSlide">[portfolio_slideshow include="19,20,21,22,23,24,25,26,27"]</div>
That didn’t work, so I went with something simple, like this:
<div class="sensesSlide">[portfolio_slideshow include="1,2,3"]</div>
And the slideshow is still no longer visible. Thoughts?
using WP3.0.2
Portfolio Slideshow v0.5.9.2