Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Plugins & Atahualpa »

Next Gen Gallery : Captions not showing up on thumbnails


 
Prev Previous Post   Next Post Next
  #1  
Old Jul 28, 2012, 04:40 AM
shalinisridhar's Avatar
shalinisridhar
 
18 posts · Sep 2010
Next Gen Gallery : Captions not showing up on thumbnails

I am using Nextgen gallery to display some images on my website. I would like to use "Alt & Title Text" as display for captions under each thumbnail

I used the shortcode [nggallery id=2 template=caption] to call a gallery from a page.

From reading various posts, I have also edited the gallery-caption.php with this code:

<!-- Thumbnails -->
<?php foreach ( $images as $image ) : ?>

<div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box" <?php echo $image->style ?> >
<div class="ngg-gallery-thumbnail" >
<a href="<?php echo $image->imageURL ?>" title="<?php echo $image->alttext ?>" <?php echo $image->thumbcode ?> >
<?php if ( !$image->hidden ) { ?>
<img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> />
<?php } ?>
</a>
<span><?php echo $image->alttext ?></span>
</div>
</div>


Is the above code correct? Am i missing something somewhere? I still do not see the captions show up on the thumbnails on the page.

I am using WP - 3.4.1, NextGen Gallery version 1.9.5 and Atahualpa version 3.7.7

Thanks in advance for your help
 

Bookmarks

Tags
alttext, caption, nextgen gallery, thumbnail, title



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Captions Showing in Excerpts - Is there a way to remove them? adum Excerpts, Read more, Pagination 4 Oct 5, 2010 05:41 AM
[SOLVED] Thumbnails not showing up in Excerpts pascalel Excerpts, Read more, Pagination 1 Jul 7, 2010 11:19 PM
[SOLVED] Page thumbnails not showing on pages? freelancekonsulenten Center area post/pages 4 May 3, 2010 05:19 AM
Showing NextGen Gallery in excerpts adelante Excerpts, Read more, Pagination 1 Jul 21, 2009 07:17 AM
gallery (grid) of post excerpts w/ thumbnails viewdesigninc Atahualpa 3 Wordpress theme 1 Jun 4, 2009 08:08 AM


All times are GMT -6. The time now is 01:09 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.