Okay
  Public Ticket #509815
Meta Description Display Problem
Closed

Comments

  • LazR started the conversation

    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?

  •  1,089
    ThemeNectar replied

    Hey - thanks for noting this, the next update will sort it :)