Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author LDD Web Design

    (@lddwebdesign)

    Yup! We’ll need to add this to the next update by default. Until then try editing the file located here: ldd-directory-lite\includes\template-functions.php

    Line# 474

    Replace:

    $output[] = '<a href="' . $url . '" title="' . $title . '"><i class="fa fa-' . $key . '-square"></i></a>';

    With:

    $output[] = '<a href="' . $url . '" title="' . $title . '" target="_blank" ><i class="fa fa-' . $key . '-square"></i></a>';

    Plugin Author LDD Web Design

    (@lddwebdesign)

    Thanks for using our plugin. It’s been a couple of weeks so I’m going to go ahead and mark this as resolved.

    Let us know if you run into any other issues.

    Thread Starter px2

    (@px2)

    Hi, for some reason I didn’t get an email when you posted a reply, I’ve just seen your suggestion, and tried it. Unfortunately it’s not working, do you have any further suggestions? Maybe not enough ‘ ” around target=”_blank” ?

    Thanks

    I guess you hav’nt gotten around the editing this feature as yet – I had to add it to the latest version I downloaded…

    Plugin Author LDD Web Design

    (@lddwebdesign)

    This has been resolved in the latest version.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Make website links open in new tab’ is closed to new replies.