[Plugin: NextGEN Gallery] Thumbnails Magically Disappear. Gone…why?
-
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
- The topic ‘[Plugin: NextGEN Gallery] Thumbnails Magically Disappear. Gone…why?’ is closed to new replies.