Hi,
Yes, you can change the link template in the accordion. Just use the template
parameter in your accordion shortcode and set the value of the link template you want to use. Here is a sample shortcode,
[wpdm-accordion cats="cat,dog" cat_style="default" subcat_style="success" template="link-template-calltoaction2" orderby="title" order="asc"]
You can clone the link template you want to use from Downloads Templates page. Replace the [page_link]
template tag with [title]
to remove the details page link from link template.
Thanks.
Hello,
how could I change link template in accordion for instance of the package “AHORN-GRANULAT” (image attached) which is in a subcategory.
Tried to set link template in settings of package, but no changes were seen.
I would like to have no link to separate download-page. Want just direkt download.
Thank you! regards Adrian
This reply has been marked as private.
Hi,
You can limit the number of downloads allowed for each generated download link from a locked package. Please find the Private Download Links Usage Limit option in Settings Basic File Download Panel and set it to 1. That should prevent further downloads using the generated links.
Send temporary wp-admin login info in private reply if that doesn’t work.
Thanks.
I’ve done a little more digging in the forum, and saw this link: https://www.wpdownloadmanager.com/using-upload_mimes-to-allow-upload-and-download-of-unrecognized-mime-type/. We have a different plugin that supports the extra file types, “extra file types”. But the file I’m downloading is a zip file, so it’s a standard, supported file type. So, little stumped.
My WP site has its own accounts, groups, etc & requires users to sign in. In the package settings, I use a group in the “allow access field”. I cannot setup locks, such as using a password.
Unfortunately, after someone downloads a file, it is showing a link in the backend that would allow anyone with the link to download the file, even if they haven’t authenticated to the site. The link only appears after the file as been download and is contained in a warning message:
Resource interpreted as Document but transferred with MIME type application/zip: “https://customer.verodin.com/wp-content/uploads/<file name>?rs_file_key=16992570955bb400f349186671353660”.
I’ve verified the part of the link that allows anyone to download is the rs_file_key at the end.
How do I prevent the warning message completely or have the key not be displayed?
HI,
You can control the download page view using Page Template. There are lots of built-in page template and you can build your own custom template if you want. Check available page template in Dashboard Downloads Templates page. When creating or editing a package select the page template from package settings meta box.
Looks like you haven’t setup access roles on package settings. Please check the Allow Access option in your package settings and set necessary user roles there. If you want everyone to have access to the package then set All Visitors as value.
Let me know if you have further questions.
Thanks.
This reply has been marked as private.
Hi,
Check your link. The speed seems pretty normal like most other WordPress sites.
Download Manager handles many data-heavy operations which adds a little more load on your server as any other similar plugin would do. But that does not have any noticeable effect on site speed. And if you use a cache plugin, all WPDM pages are loaded through the cache and does not add any server load. It just serves cached page without any server calculation.
Best regards.
After a user enters their email, I want to change the “Download link sent to your email” message to “Download link sent to your email. Check your spam folder if it does not arrive within 1-2 minutes.”
AnonymousInactive
Hi,
I have installed Download Manager Pro and Archive Add-on. I can’t set up more then 10 items per page on archive page. I am using shortcode:
[wpdm-archive items_per_page=”40″ button_style=”default” link_template=”link-template-panel” category=”pracownicy” order_by=”field-name” order=”asc|desc”] , but I see only 10 items per page.
Please help me with this issue.
Best Regards ,
Michal
Hello
We just start using Download Manager Pro but it is not working for us.
The popup stuck on Verifying Request and don’t close and don’t sent the file link by email.
Please advise.
Please install the latest version of Download Manager to fix the author name issue. You can download it here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
There is no option to add the edit package link. It is possible to add one but requires code customization.
Another thing is you don’t have to add a separate column for view link. You can replace your title
with page_link
to link title to the details page in the first column.
Hi There,
Can you help me to setup the ‘demo’ style for me?
Because I just confused on how to setup it, when I changed the Page template or Link template, it was always using my original wp theme.
But I dont want to ruin my current theme, I just want your ‘demo’ style in DOWNLOAD section only.
Here is the screenshot http://prntscr.com/l4otp6
Please help me!
My current setup:
1. WP Download Manager FREE Version + Lazy Download Addon Enabled.
2. Created a dummy page to display ADS and CountDown.
Problem:
When the addon is enabled and the download link is clicked, it always downloads the wrong package than intended. This only happens when the lazy download addon is enabled.
Can anyone help with this, please? Thank you!
1 ) Add the following CSS in your Customizer Additional CSS option to hide the downloads per page dropdown,
.dataTables_length { display: none; }
2 ) You have to use a custom template for /download-manager/tpls/wpdm-all-downloads.php
to add the direct download link. Please check the template doc here https://www.wpdownloadmanager.com/doc/template-files/
Alternatively, you can add the package details page link with the title by replacing title
with page_link
in your shortcode.
Hi,
Currently, it is not possible using a template. But you can copy the direct download link from all downloads page in the admin area. Each package has a button to generate a direct download link.
After copying the link you can attach it to any text you want.
https://www.evernote.com/l/AUdbmPlfkqBNe5QPADxc1TS8BAJi4rSrKWIB/image.png
Thanks.
Also I want to make the title clickable. Actually the user has to find the “download” – Link on the right side of the list…
Hi Rob,
For changing the “Download” label to “Visit” change the link label from the package settings.

For the hyperlink, add a remote url for the package.

Thank You!
I’d like to insert an inline download link with the document title displayed and a direct download link. I’ve tried creating various custom link templates but always end up with the download link on a separate line.
Thanks.
Using an own template
<div class="clear"></div>
<div class="col-md-12 __2c_outer">
<div class="__2c_header">
<span class="__2c_title"><strong>[title]</strong></span>
</div>
<div class="__2c_body">
<div class="row">
<div class="col-md-6 __2c_info">
<table class="table table-bordered table-striped">
<tbody>
<!--<tr><td>Size</td><td>[file_size]</td></tr>-->
<tr><td colspan="2">[description]</td></tr>
<tr><td colspan="2"><div style="margin-top:3px;width:50%;float:left;text-align:left;font-size:8pt;font-weight:300"><i class="fa fa-files-o"></i> [file_count] file(s) <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-database"></i> [file_size]</div><div style="width:50%;float:right;text-align:right;">[download_link]</div></td></tr>
</tbody>
</table>
</div>
<div class="col-md-6 __2c_playlist">
<span>[play_list]</span>
</div>
</div>
</div>
</div>
Probably its some php settings from my hoster then?
Please set Only Block Download Link in Settings Basic Access Settings When a user is not allowed to download: Option. If that doesn’t work send temporary wp-admin login info in private reply.
To edit the Register text and button link, You can create a custom template from this file /download-manager/tpls/wpdm-login-form.php
file. Copy the file and place it in your /active-theme/download-manager/
directory and make necessary changes.
If you need help with that, send FTP info and wp-admin login info in private reply. I will do it for you.
Linktemplate for Download Button
<div class="media well __dl_button_frame">
<a class="pull-left" href="[download_url]" download >
[icon]
</a>
<div class="__dl_button_content">
<a href="[download_url]" style="display: block;clear: bottom;font-size: 11pt;font-weight: bold;" download>[title]</a>
<div style="font-size: 9pt;">
<i class="fa fa-database color-green"></i> [file_size] <i class="fa fa-files-o color-purple"></i> [file_count] file(s) </div>
</div>
</div>
<style>
.wpdm_icon{ max-width: 48px; width: 48px; }
</style>
Inserting:
[wpdm_package id='485']
Linktemplate for Mp3 Table
<div class="clear"></div>
<div class="col-md-12 __2c_outer">
<div class="__2c_header">
<span class="__2c_title"><strong>[title]</strong></span>
</div>
<div class="__2c_body">
<div class="row">
<div class="col-md-6 __2c_info">
<table class="table table-bordered table-striped">
<tbody>
<!--<tr><td>Size</td><td>[file_size]</td></tr>-->
<tr><td colspan="2">[description]</td></tr>
<tr><td colspan="2"><div style="margin-top:3px;width:50%;float:left;text-align:left;font-size:8pt;font-weight:300"><i class="fa fa-files-o"></i> [file_count] file(s) <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-database"></i> [file_size]</div><div style="width:50%;float:right;text-align:right;">[download_link]</div></td></tr>
</tbody>
</table>
</div>
<div class="col-md-6 __2c_playlist">
<span>[play_list]</span>
</div>
</div>
</div>
</div>
Inserting:
[wpdm_category id="Audio" operator="IN" toolbar="0" order_by="title" order="asc" paging=0 item_per_page="100" template="5bb0032b31828" cols=1 colsphone=1]
For the download file, I have Email Lock on with the “Mail Download Link” setting. For the Download Manager settings, I have “Skip Lock for Loggedin User” on the Email Lock, so if the user is logged in, they don’t have to email the download link. This is a good feature because I’ll already have their email, so I don’t need to ask for it again. However, I have download stats where I just see the IP address and no Username. See the two IP addresses on the October 4th download. I assume that “Skip Lock for Loggedin User” means logged in to MY SITE, not any wordpress site, correct?
Please help! This is a major problem as I rely on having the contact information for people who download our software. Here’s our download page:
Download