Forums

[Plugin: NextGEN Gallery] Thumbnails & Image Browser Together (5 posts)

  1. mattdamon222
    Member
    Posted 3 years ago #

    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.

    http://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

  2. rosebean
    Member
    Posted 3 years ago #

    Would LOVE to know if anyone has any insight on this as well.

  3. rosebean
    Member
    Posted 3 years ago #

    I did find some instructions at http://wordpress.org/support/topic/235056 but I can't figure out the last part where he describes how to add the description under the image.

  4. rosebean
    Member
    Posted 3 years ago #

    Any help with the last part of the instructions at http://wordpress.org/support/topic/235056 would be greatly appreciated. I just need the ability to show the description/title under the enlarged image. I'm not a coder so the more descriptive the better :)

  5. omer24
    Member
    Posted 2 years ago #

    Hi mattdamon222, I'm also trying to add thumbnails AND the image browser together... I saw on your site that you've managed. Could you help me out?

    I've tried your script - it half worked, I think that I also need the custom js to open the thumbs on the imagebrowser...

    Thanks- Omer

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.