Viewing 3 replies - 1 through 3 (of 3 total)
  • open thethe-image-slider/thethe-image-slider.php

    Find this line:
    $output .= $url ? ‘ ‘ : ”;

    Change to:

    $output .= $url ? ‘ ‘ : ”;

    That should do it ??

    open thethe-image-slider/thethe-image-slider.php`

    $output .= $url ? '<a class="slide-link" href="https://'.$url.'" title="'.$slide['title'].'">&nbsp;</a>' : '';

    change to:
    $output .= $url ? '<a class="slide-link" target="_blank" href="https://'.$url.'" title="'.$slide['title'].'">&nbsp;</a>' : '';

    trying this again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: TheThe Image Slider] Open link in new window’ is closed to new replies.