Support » Plugins » [Plugin: NextGen Gallery] albums will not display properly

  • I recently ran the update to WPMU 2.8.1 on my site stereokill.net, and among other small problems I have suddenly found that two of the albums on my gallery page, do not appear, and instead simply show;

    [album id="8" template=""]

    I have tried creating new albums, with the same galleries in them, but the problem persists. Strangely, though, most of my albums still display properly. Any suggestions as to why this is happening?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t know how to fix this, but I’ve found a work-around. I have the same problem, but this method seems to do the trick for now. Atleast your galleries are showing and you don’t receive that annoying text:

    [album id=”x” template=””]

    Though this fix seems to show the galleries which you modify manually on each gallery page you enter. For the galleries which show the annoying text as above, insert this and modify.

    <div class="ngg-albumoverview">
    <!-- List of galleries -->
    <div class="ngg-album">
    <div class="ngg-albumtitle"><a href="/?page_id=10&album=2&gallery=2">Galleryname</a></div>
    <div class="ngg-albumcontent">
    <div class="ngg-thumbnail">
    <a href="/?page_id=10&album=2&gallery=2"><img class="Thumb" alt="alternate text" src="http://yourwebsite.com/wp-content/gallery/albumname/thumbs/thumbs_image_name.jpg"/></a>
    </div>
    <div class="ngg-description">
    <p>album description</p>
    <p><strong>10</strong> Photos</p>
    </div>
    </div>
    </div>
    <!-- Pagination -->
     <div class="ngg-clear">&nbsp;</div>
    </div>

    Hope it helps. 🙂

    I have this same problem and I would prefer to not have to use a work around.

    [album id=”11″ template=””]

    Strangely enough, every other album on the page works and only the odd number albums do not.

    PLEASE HELP as this is a client’s website and not my own.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: NextGen Gallery] albums will not display properly’ is closed to new replies.