• Hi –

    I just updated Next Gen and I no longer see the gallery on the post / home page.

    https://www.tmba.tv

    I see that the slideshow is in the sidebar and that the id is correct.

    <!–Sidebar left–>
    <div id=”blog_sidebar_top”>
    <?php echo do_shortcode(‘[slideshow id=1]’); ?>

      <?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘sidebartop’) ) : else : ?>
      <?php endif; ?>

    </div>

    Also the path to the folder with images seems correct.

    Prior to the update this worked fine.

    I changed the short code in the sidebar to:
    [ngg_images gallery_ids=”1″ display_type=”photocrati-nextgen_basic_slideshow”]

    and I still get the error.

    Where am I going wrong?

    Thanks.

    https://www.ads-software.com/plugins/nextgen-gallery/

Viewing 8 replies - 1 through 8 (of 8 total)
  • @3d_guy, can you link the page with the problem?

    Thread Starter 3d_guy

    (@3d_guy)

    I just updated Next Gen and I no longer see the gallery on the post / home page.

    https://www.tmba.tv

    Gallery not found. Please check your settings.

    @3d_guy, your shortcode is correct ([ngg_images gallery_ids=”1″ display_type=”photocrati-nextgen_basic_slideshow”])
    Please try these things:
    – re-write all ” manually, sometime quotes can be corrupted if you paste and copy, so write manually directly in text widget all occurrences of “
    – deactivate Nextgen, empty all caches completely if you have a cache plugin, then reactivate
    – deactivate all other plugins and set a WP default theme, clear cache and see it if works
    – have you try the default Nextgen slideshow widget to see if it works?

    Anyway, I wouldn’t use that code above (the first you wrote), but simply
    add_filter('widget_text', 'do_shortcode');
    in your child theme’s functions.php file.

    Thread Starter 3d_guy

    (@3d_guy)

    Hi –

    I did these things:

    – rewrite text
    – deactivate Next Gen and all plugins
    – cleared all caches
    – added code to child theme functions file (this created wp error)
    – removed code from functions file

    The slideshow does run now with Safari but not firefox.
    In Firefox the frame shows but no content.

    Here is a frame that shows the Firefox errors.

    Any suggestions?

    Thread Starter 3d_guy

    (@3d_guy)

    Thread Starter 3d_guy

    (@3d_guy)

    https://www.tmba.tv

    Hi – I am still having issues with this plugin. I repeated the steps above and still do not see the slideshow.

    Any help?

    me too – I tried all of these steps (but am using chrome) and the album appears but the galleries attached to it dont… hope someone can help soon ??

    I’ve got the same problem.
    Fresh WP install, fresh NexTGen Gallery install, nothing else.
    Uploaded 4 pics inserted [ngg_images gallery_ids=”1″] and got this error.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Gallery not found. Please check your settings.’ is closed to new replies.