I’m just starting to use this plugin, and that is really an awful feature.
Anyway, I removed it by editing the php file core.php under /plugins/cool-video-gallery/lib.
Back it up first before making any changes of course.
Find :
$out .= ‘<br clear=”all”/><div style=”text-align:center;width:’.$thumb_width.’px;”>’. stripcslashes($video->description).'</div><div class=”clear”></div></div>’;
I just commented out the entire line, my code below. I just duplicated whatever was in the else statement to keep the change as simple as posible.
if($options[‘cvg_description’] == 1)
/* jcr – remove description from under thumbnail */
// $out .= ‘<br clear=”all”/><div style=”text-align:center;width:’.$thumb_width.’px;”>’. stripcslashes($video->description).'</div><div class=”clear”></div></div>’;
$out .= ‘<div class=”clear”></div></div>’;
else
$out .= ‘<div class=”clear”></div></div>’;
Result is here. No more text destroying the layout, yet still shown when thumb is clicked or when mouse hovers over thumb.
https://www.astrasuite.com/astrablog/product-videos-gallery-1/