• Resolved shafk

    (@shafk)


    Hello….

    Within WPDM I have the option “Open in Browser” checked which opens documents like PDFs to open within a browser instead of downloading. I would like the download to open up within a new browser tab.

    Is this possible?

    Best Regards

    Shafiq

Viewing 1 replies (of 1 total)
  • Hi @shafk
    By default, you are using link-template-default.php for the link template and page-template-default.php for the page template. By following this documentaion you have to replace [download_link] with <a href="[download_url]" class="btn btn-primary" target="_blank">[link_label]</a> in related PHP file.
    However, in the PRO version, there is an option like this to open downloads in the new browser tab.
    Thank You

Viewing 1 replies (of 1 total)

The topic ‘Open Items within a New Browser Tab’ is closed to new replies.