• I’m having serious problems with nextGEN gallery. I can upload photos and basically do everything else. But whenever I insert the code into my post for it to display it never shows the photographs.

    For instance if I insert [slideshow=2] it will just produce the code said and will not show the actual images or slideshows.

    Please can anyone help?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’ve got the exact same problem with galleries. The slide show tag will show the first picture but it won’t start. I’ve noticed something else: when I preview a post with a gallery tag in it, the footer is not in line with the body of the post, pulling to the right…

    I’m running WP 2.6.2 BTW.

    Sylvain

    a) disable all other plugins for a test
    b) please post a link

    I think, this is a problem from your theme, not nextgen. I had the same problem with my theme, and found in the loop from archive.php:

    <?php the_excerpt (__('xzy','xyz')); ?>
    i change this to
    <?php the_content () ; ?>

    and the gallery works fine.
    a gallery can’t show in the excerpt from a post.

    great work Alex!
    uwm

    Thread Starter firedward

    (@firedward)

    Thanks everyone for the help. My theme does support it. Turns out it was a plugin that was causing the problem. So i deactivated them all and activating them one by one to see which one causes the internal error.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: NextGEN Gallery] slideshows and images not showing’ is closed to new replies.