Hi @socialevopro,
Hope you are well. Yes possible, If you are using the free version of WPDM, and using the default template, please edit the link-template-default.php
file. you can edit it from download-manager\src\Package\views\link-templates
dir. For making backup your file you may follow this doc,
Template Files
And for related template tags, please check this doc,
Template Tags
Thank you and regards
Hello @safaroway,
Hope you are well. please use template tag [page_url]
in your link-template if you are trying to get a package link. you may use the code snippet like below
<a href="[page_url]" class="btn btn-info">Download</a>
please check. I hope it may help you
Thank you and regards
Could you please help me with editing link template?
http://joxi.ru/Grq4Ey6CRKgbPA
The thing is that i need the download button (the green one on the screenshot) link to download page, but now its downloading file directly.
Ive tried to edit this template but im lack of the skills 🙂
Now the HTML code of this link template looks like:
<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”>[page_link]</h3>
<div class=”text-muted text-small”><i class=”fas fa-copy”></i> [file_count] [txt=file(s)] <i class=”fas fa-hdd ml-3″></i> [file_size]</div>
</div>
<div class=”ml-3″>
[download_link]
</div>
</div>
</div>
</div>
Hi @minhdo89,
Thank you for the clarification.
Since you are using the WPDM free version so you have to use <a href="[page_url]" class="btn btn-secondary">View More</a>
on the relevant link-template file by following the below link in order to create the View More
button.
Template Files
However, with the WPDM Pro, the Call To Action 4
template comes out of the box and you will be able to use it easily.
I hope that helps. Let us know if you have any further queries.
Good day to you too. I’m referring to the demo Template Name: Call To Action 4 in this link https://demo.wpdownloadmanager.com/wpdmpro/ready-to-use-templates/
Hello,
Sorry for the inconvenience.
If you choose to cancel your subscription you will no longer receive updates and support for the products linked to that order when your order expires. To cancel your subscription, please mail your order ID to support@wpdownloadmanager.com
or send an order note from your order details page.
Regards
Great solution, thank you! It removes it on all pages where WPDM is not used, but keeps it on pages which show WPDM shortcodes. 🙂
I noticed these two things are also included on ALL pages on my site:
<meta name="generator" content="WordPress Download Manager 3.2.18" />
<style>
/* WPDM Link Template Styles */ </style>
Even if I remove all other generator tags with this:
remove_action( 'wp_head', 'wp_generator' );
The meta generator still displays.
Is there any way to remove them both – either at all or when not in use?
-
This reply was modified 3 years, 7 months ago by
Freedom.
This reply has been marked as private.
This reply has been marked as private.
[wpdm_all_packages login=1 thumb=1 items_per_page="20" categories="slug1,slug2,..." jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]
From this shortcode I found only include categories. But here is no exclude. In this shortcode, here I found a big problem. If I use categories parameter, it doesn’t work. But if I use id parameter, it works. Please check the issue and update it.
This reply has been marked as private.
This reply has been marked as private.
Hello,
There could be conflict between javascript files also if you are using any cache plugin, the issue could be happened because of that.
You can disable bootstrap js from wpdm from Downloads > Settings > User Interface
option

However, if the problem still persists, please provide related page link and temporary admin access of your website in a private reply here.
Thanks
This reply has been marked as private.
HI Humayon,
Thank you for the reply, but as i understand that feature is so eg the download link or button will appear when you want the download to happen
eg. User to download at 1 am…so link or butto will apper at 1am…..so the user has to be online at 1am to click that link or button
but what we need is
eg. user is on webiste at 8pm ….selects the movie to download but the download should start at 1am.
Is there a way to schedule the download at a later date provided the user will kepp the computer on ?
Regards
Kris
Hi,
You are also capable of editing the link-template-default.php
file too. you can edit it from download-manager\src\Package\views\link-templates
dir. For making backup your file you may follow this doc, https://www.wpdownloadmanager.com/doc/template-files/
Thank you and regards
Hello, I want to change my domain name linked with download manager plugin. i want to use same subscription in my new website. Want to stop my old website. Please guide me how i can do it.
Thank you
Hello @jeroen1276123,
For this shortcode,
[wpdm_category] – Query All Downloads From One or More Categories
you will find a parameter called template="template name or ID"
here, you can customize your link-template according to your requirements, you can also remove the template tag called [file_count]
from your related template. Thus you can remove 1 file text portion
Thank you and regards
ok….but that still doesnt fix the issue as the audio player doesnt play that file. all that you are able to do is download it. look man, im not asking for the world here…just simple basic functionality from my $300 purchase the fact i have spent 20 hours trying to find a work around for this absolutely ridiculous error to the core functionality of the WHOLE SYSTEM is infuriating. its pretty simple…make the plugin be able to play audio on packages for sale or this is useless to me along with thousands of other people. i would happily pay to have this fixed, but this isnt anything beyond what the plugin should have done from the VERY FIRST VERSION. as is you either have to give everything away for free or you cant even play audio lmaoooooooo. it should be top priority and i can think of 20 different simple solutions on your end to fix this but all you keep telling me is information that doesnt lead to a solution. for whatever reason your systems masks the free download link even…so i cant even use a different audio player to play the file. its VERY SIMPLE the audio player should be playing the file from “additional previews” area. or simply add a field within for watermarked files for preview and dont have those protected. simple. it has to be done. it amazes me this product has existed so long and not one single update addressed this hahaha cmon now. im not asking for alot here man just for something i paid alot of money for to have basic functionality “TO PLAY AUDIO”!
Hi @lifexcellence,
Hope you are well.
For Category access and package roles please follow the below steps as I describe below,
Before giving access to a certain category for a particular role you have to set from the edit category option, then you have to make empty for Allow Access option or giving a particular role on it like as I image attached or as usual for select member option too,
https://share.getcloudapp.com/X6ulq4yo because
Package Access = Package Access + All Category Access = All Visitors + Author = All Visitors
and Package Access = Package Access empty + Category Access(Author) = Author
or Package Access = Package Access(Author) + Category Access(Author) = Author
More details can be found in the below link.
https://www.wpdownloadmanager.com/doc/add-new-package/package-settings/allow-access-access-control-option/
Hope you understand now.
Thank you
Hello,
You may cancel your subscription at any time.
If you choose to cancel your subscription you will no longer receive updates and support for the products linked to that order when your order expires. To cancel your subscription, please mail your order ID to support@wpdownloadmanager.com
or send an order note from your order details page.
Thanks
Hi @kinziegreen,
Hope you are well.
I see you haven’t selected any specific member for packages. I added code to fix the “Allow access” and “Select Member” option conflict with wpdm. What I learnt that you are facing conflict with category privacy issue.
For Category access and package roles please follow the below steps as I describe below,
Before giving access to a certain category for a particular role you have to set from the edit category option, then you have to make empty for Allow Access option or giving a particular role on it like as I image attached or as usual for select member option too,
https://share.getcloudapp.com/X6ulq4yo because
Package Access = Package Access + All Category Access = All Visitors + Author = All Visitors
and Package Access = Package Access empty + Category Access(Author) = Author
or Package Access = Package Access(Author) + Category Access(Author) = Author
More details can be found in the below link.
https://www.wpdownloadmanager.com/doc/add-new-package/package-settings/allow-access-access-control-option/
Hope you understand now.
Thank you
Hello @corigen,
I think you are talking about link templates for packages. you are also capable of editing those link-templates and keeping there only the download link tag. And use the link-template in the package’s shortcodes. please check and let me know if I get you
Thank you and regards
I looked at all those add-ons and I use the elementor add-on but they all come with a summary page before download. I don’t want a page between selection and download. I want to download the item without steps inbetween like the solution you gave using the link in all packages. Is there a way to disable the summary page and direct download a package at all times?
I do have a follow up question. If i want to use a package list in elementor. Is there a way nog to have the summary page? It’s absolutely useless to have that page, can’t it just be turned of and alway direct download?
I can’t make a template with this direct download link in it, correct?