yes i was scratching my head on this one. exceptional plugin and very easy to use! thanks
i had the same need. solved by updating line 233 of a3-rslider-display.php,
new code:
echo ‘ onclick=”window.open(\”.esc_attr( trim( $item->img_link ) ).’\’);” ‘;
old code
echo ‘ onclick=”window.location=\”.esc_attr( trim( $item->img_link ) ).’\’;” ‘;
hope that helps