Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Noche70

    (@noche70)

    I see is something here:

    var w = window.open(”, ‘_blank’);
    w.location.href = event.currentTarget.href;

    what I did was to replace the setTimeout function.

    Plugin Author yuvalo

    (@yuvalo)

    Hi Noche,

    If you look at the link, you will see that instead of target=”_blank” it is ” _blank” – there is a whitespace. This is why the plugin thinks the link should not open in a new tab and redirects after a short timeout.

    After deleting the white space you will be able to revert the plugin code to what it was. The timeout is needed for tracking links that open in the same window. Otherwise, the event will not finish before moving on to the target page.

    Please let me know if deleting the whitespace works for you.

    Yuval

    Thread Starter Noche70

    (@noche70)

    Oh I see!,

    Good catch Yuvalo, I will notify the Visual Composer peeps!.

    Thanks so much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No more target=_blank. What happened?’ is closed to new replies.