I have the JJ NextGen JQuery Slider working perfectly on my homepage. I want to make another gallery and put it on a completely different page. So, I created a new gallery in the NextGen gallery with different images.
These images are now being pulled on my original homepage gallery, as well as on the new gallery. I have the ID specified in both shortcodes on the individual pages.
Homepage:
<?php echo do_shortcode("[jj-ngg-jquery-slider galleryid='2' disablecaptions='1' controlnavthumbs='nextgen_thumbs' thumbswidth='80' thumbsheight='70' thumbsgap='10' html_id='slider' width='520' height='320' effect='fade' pauseTime='5000']"); ?>
Interior Page
<?php echo do_shortcode("[jj-ngg-jquery-slider galleryid='3' disablecaptions='1' controlnavthumbs='nextgen_thumbs' thumbswidth='80' thumbsheight='70' thumbsgap='10' html_id='slider' width='520' height='320' effect='fade' pauseTime='5000']"); ?>
Why is it pulling all images if the ID is set?