FYI - I just installed your newest 6.1 version of Salient and it appears the problem in /salient/nectar/nectar-vc-addons/vc_gallery.php with part of the captions showing over the image thumbnails is still there if the image description (caption) has a link with quotes in it (see attached image). My solution is to change:
FYI - I just installed your newest 6.1 version of Salient and it appears the problem in /salient/nectar/nectar-vc-addons/vc_gallery.php with part of the captions showing over the image thumbnails is still there if the image description (caption) has a link with quotes in it (see attached image). My solution is to change:
if(!empty($attachment_meta['description'])) echo 'title="'.$attachment_meta['description'].'"';
to:
if(!empty($attachment_meta['description'])) echo 'title="'.htmlentities($attachment_meta['description'], ENT_QUOTES).'"';
Any possibility you can fix this so I don't have to continue to modify this page every time you update Salient?
Hey - thanks for noting this, the next update will sort it :)