• I’ve got a gallery on a page that looks great, but only shows the caption, and not the description.

    I’d like to be able to display both.

    The description shows up in the page code as the title so I know it’s loading into the rendered pages, but it won’t display.

    This is the shortcode I’m using on the page
    [cvg-gallery galleryId=’1′ mode=’showcase’ limit=’5′ /]

    Here’s the page with the short code
    http://www.fd101dev.com/engine/directors/director-a/

    The titles show up, but not the description.

    Any clues greatly appreciated.
    I’m really looking for an answer from the plug-in author, but if someone else has a solution, I’m all ears.

    http://wordpress.org/plugins/cool-video-gallery/

Viewing 3 replies - 1 through 3 (of 3 total)
  • nodynu

    (@nadinecamille)

    Were you able to find out how to display the “Description”? I’m also having this issue, it would be nice if “description” displayed by default since we put descriptions to it anyway. Hope anyone can help. Thank you!

    Thread Starter gringozero

    (@gringozero)

    No. I never got the help I needed, and couldn’t make it work, so I used WP Video Lightbox instead

    Hi at row 1630 of the file lib/core.php i add $video->description to show the video description

    from this

    $out .= '<br clear="all"/><div style="text-align:center;width:'.$thumb_width.'px;">'. stripcslashes($current_video_title).'</div><div class="clear"></div></div>';

    to this

    $out .= '<br clear="all"/><div style="font-size:12px;text-align:center;width:'.$thumb_width.'px;"><strong>'. stripcslashes($current_video_title).'</strong><br />' .$video->description.'</div><div class="clear"></div></div>';

    it’s not good to change php file but if the new version can add this it’ll be wonderful.

    bye
    Maurizio

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display Description for Gallery Thumbnails’ is closed to new replies.