Open Downloadlink in NEW TAB???

in Download Manager Free

Viewing 4 posts - 1 through 4 (of 4 total)
Apr 7, 2021 at 11:43 am
#150053
Participant
Andreas Syen
OP

Hy,

i want to open my downloadlink in a new tab, not in the same. How to do?

<div class=”link-template-default card mb-2″>
<div class=”card-body”>
<div class=”media”>
<div class=”mr-3 img-48″>[icon]</div>
<div class=”media-body”>
<h3 class=”package-title”>[title]</h3>
</div>
<div class=”ml-3″>
[download_link]
</div>
</div>
</div>
</div>

Thank you 🙂

Apr 7, 2021 at 12:23 pm
#150054

Hi,

you can try and follow the link below documentation,

Template Files

by default, you are using link-template-default.php for link template and page-template-default.php for the page template. As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in page-templates for page template or link-templates for link template. And you have to replace [download_link] with <a href="[download_url]" class="btn btn-primary" target="_blank">[link_label]</a> in related PHP file.

Thanks.

Jun 4, 2021 at 3:16 pm
#154872
Participant
Tony

IS there any tutorial available , i need this feature also ?

Jun 5, 2021 at 4:19 am
#154881
Spectator
Humayon

Hi @amevoice
Hope you are well.
Please follow the below screencast. I hope now you will be able to edit file easily.

Free Version screencast here.

However, with the Pro version, you can edit the template easily by following this.
Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic "Open Downloadlink in NEW TAB???" is closed to new replies.