• Hi: I was using this shortcode directly in a template to call a slideshow:

    <?php echo do_shortcode(‘[ngg_images gallery_id=2]’); ?>

    It was working perfectly, until my client notified me that it was now just the link to gallery list and the spinning wheel looking for the gallery. I changed the shortcode to this:

    <?php echo do_shortcode(‘[ngg_images gallery_ids=2 display_type=”photocrati-nextgen_basic_slideshow”]’); ?>

    But still no luck. I currently have a static image in place, so that the site isn’t broken. I tried making a new gallery and calling it, changing the id, no luck.

    WordPress version is 3.8, NextGen version is up to date at 2.0.40.

  • The topic ‘NextGen Slideshow shortcode in template stopped working’ is closed to new replies.