• 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

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

  • The topic ‘show video description after the title in mode='showcase'’ is closed to new replies.