open thethe-image-slider/thethe-image-slider.php`
$output .= $url ? '<a class="slide-link" href="https://'.$url.'" title="'.$slide['title'].'"> </a>' : '';
change to:
$output .= $url ? '<a class="slide-link" target="_blank" href="https://'.$url.'" title="'.$slide['title'].'"> </a>' : '';
trying this again.