Reply To: iframe picture – I need it to open new window
Welcome to iMaginem Support! | Forums | RSW for WordPress | iframe picture – I need it to open new window
Hi,
Sorry the link property in pictureframe code won’t add the target blank correctly.
Could you edit /functions/shortcodes/general.php
Line 442 replace with
$imagesrc = '<img target="_blank" src="'. $image . '" class="'.$class.'" style="width:' . $width .'; height:'. $height .'" alt="thumbnail" />';
Thanks