• Trying to add thumbnails AND the image browser together…

    So one gallery page shows the image i click on + all the thumbnails. When I click on a thumbnail it brings me to that pics page, while keeping all the thumbnails on the page.

    https://www.imaginismstudios.com/2009/our-art/bobby-chiu

    I got it working before using a template script found somewhere here:

    <?php
    $pixGallery = ‘[gallery=1]’;
    $pixGallery = apply_filters(‘the_content’, $pixGallery );
    echo $pixGallery;

    if(function_exists(“nggShowImageBrowser”))
    {
    echo nggShowImageBrowser(1);
    }
    ?>

    As you can see the image browser is just fine, however the thumbnails are no longer showing up at all…they should be right below the bio area.

    The thumbnails one day decided to disappear on me…

    Any suggestions?

    Greatly appreciate it!

    Using latest wordpress and latest ng gallery

Viewing 1 replies (of 1 total)
  • Thread Starter mattdamon222

    (@mattdamon222)

    I am thinking that it is due to upgrades?

    But I have uninstalled the plugin and all the wordpress tables.

    Did a fresh install. Tried the latest version, and the version before that.

    No thumbnails. Not even when image browser is deactivated…

    I am totally stumped…any help here?

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: NextGEN Gallery] Thumbnails Magically Disappear. Gone…why?’ is closed to new replies.