Right, it won’t do that because WP will be stripping out HTML code.
So you need to edit this file via FTP (it’s not editable inside WP): \pinpoint\includes\page-builder\composer\lib\shortcodes\clients.php
Find line 62:
$items .= '<a href="'.$client_link_url.'"><img src="'.$image[0].'" width="'.$image[1].'" height="'.$image[2].'" /></a>';
Change it to:
$items .= '<a target="_blank" href="'.$client_link_url.'"><img src="'.$image[0].'" width="'.$image[1].'" height="'.$image[2].'" /></a>';
Save the file to server – now all your client logos will open in a new window.
Regards,
————————————————————————————————————
Cosmin – Support