Hello,
The problem link https://www.fabsoft.com/?wpdmdl=5988&masterkey=5f08a49d94c78. It will randomly fail on the same computer, when it fails it will get up to a good percentage before failing. The file size is 679 megs.
I am trying to get an inline link. I want to be able to add a link to a package within a sentence.
Is there any way to remove the wrapper div on line 543 in
/download-manager/libs/class.Shortcodes.php
function package($params)
{
extract($params);
if (!isset($id)) return '';
$id = (int)$id;
if (get_post_type($id) != 'wpdmpro') return '';
$postlink = site_url('/');
if (isset($pagetemplate) && $pagetemplate == 1) {
$template = get_post_meta($id, '__wpdm_page_template', true);
$wpdm_package['page_template'] = stripcslashes($template);
$data = \WPDM\Package::fetchTemplate($template, $id, 'page');
$siteurl = site_url('/');
return "<div class='w3eden'>{$data}</div>";
}
$template = isset($params['template']) ? $params['template'] : get_post_meta($id, '__wpdm_template', true);
if ($template == '') $template = 'link-template-calltoaction3.php';
$html = "<div class='w3eden'>" . \WPDM\Package::fetchTemplate($template, $id, 'link') . "</div>";
//wp_reset_query();
//wp_reset_postdata();
return $html;
}
-
This topic was modified 5 years, 9 months ago by
LMB.
I was asked to create a new post for my issue so here this is:
I have the paid addon for download email link working for months and now after an update it will no longer activate.
I press the activate plugin and it says ‘success’ but when i reload page the plugin reverts to ‘update addon’. The options are not available and it will not activate.

Which lock option you are facing the problem? I have made an email lock package, https://www.usound.com/download/wpdm-test/, and it is working fine from my side.

you can also adjust this Private Download Link Expiration Period time settings as your requirements

please check
Thanks.
I have also been getting invalid links as an issue when people are attempting to down download files. The Download email plugin we bought is now not installing after I updated the plugin. It says successfully installed but keeps asking for it to be installed??
This reply has been marked as private.
Hi,
Yes that is right, on all category pages I’d like the page title and description field from the download categories.
In the past I have created invididual pages for each of the categories, and used the shortcode which shows title description and links. But because I use breadcrumb it links to WPDM categories only and no title or description.
After looking into it more, I can clone link templates, but that controls the look of links only. I can clone a page template, but there doesn’t seem to be one for default categories, just individual page templates for controlling the look of the individual download page. The variables all relate to the download itself, and can’t see a way of creating a template that shows the page title and a description.
So no further forward.
Do you want the same required message [file_list] as well as the main download link button? please let me know
Thanks.
This reply has been marked as private.
I have now found that this text does display correctly in the “Main” download link, but not in the [file_list] or [file_list_extended] template parts, which is all I am using on my site… Please help me to resolve this.
Here this page https://www.allmountain.ch/gps-tracks-download/ is not working because, it has custom structure, and here doesn’t support page or link templates, but those pages or links pages supports customizing templates.
Thanks.
Beautiful, thank you! It was only required to enable sharing for “anyone with link” for the parent directory of all the resources, too, so super easy fix.
Now, the only minor issue is that the WPDM packages cannot be downloaded as a *.zip if the package includes files from Google Drive. Is this expected, or should it be possible to enable downloading a package with multiple Google Drive linked files as a *.zip?
It is working fine now with this, https://www.frontalis-bookstore.com/download/wpdm-test/. but have to check whether the link will expire after one day or not. I have the mail, I shall check it.
Thanks.
Good day
I still have the problem with the email lock option.
If a subscriber gets the download link, after one day the link is invalid. In the basic settings I have set that private download links are valid for 7 days. And should be downloaded 10 times. But these settings seem not to work. Who has an idea?
This reply has been marked as private.
For some reason, my plugin for this will not update! https://prnt.sc/tq0cyo
I keep clicking on the “Updated Now” link here and updating in the Download manager settings https://prnt.sc/tq0emm but its still says that it needs to be updated on the plugins page.
Can you please help as soon as you can?
Yes,
1. You can purchase https://www.wpdownloadmanager.com/download/wordpress-download-manager-special-pack/ the special pack
2. No it doesn’t included the ecommerce part, these speacial add on has been included with,
- WordPress Private Message
- Advanced Custom Fields
- Image Watermark
- WPDM – File Cart
- WPDM Directory Add-on
- WPDM – The Movie Database
- Front-end Category Manager
- WPDM Remote FTP Add-on
- Download Limit
- WPDM – Form Lock
- Live Form – Drag and Drop Form Builder
- Advanced Access Control
- Premium Package – WordPress Digital Store Solution
- WordPress Amazon S3 Storage Plugin
- WPDM Block Hotlink
- WordPress PDF Viewer
- Crypton – Theme
- Prime – Theme
- Prosper – Theme
these add ons.
and the ecommerce part is https://www.wpdownloadmanager.com/download/wordpress-ecommerce-pack-digital-store-solution/, you can see it in details
Thanks.
You can replace your package icon from here, icons tab.

however, you can’t use here multiple icons.
But, one tips I can give you can use the icon as a media file in your page or link template, like 
and the other
Thanks.
Hi Michelle, Thanks for using WPDM and the guides. We have already a docs and how to’s for the template creation and you can do it from your admin options.
Please check the link https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/ if that helps.
Thank you
Hi
I have 2 download packages with email lock.
Both packages don’t work when the recipient received the download link.
It’s always the message “invalid download link” showing.
What is wrong with my adjustment?
Here the links
https://www.frontalis-bookstore.com/download/handout-immunsystem-staerken/
https://www.frontalis-bookstore.com/download/intervallfasten/
Sorry for some late, I have created your required template, https://test.doctemplates.net/template/wpdm-test/,
with the below code,
<h2>[title]</h2>
[description]
<div class="custom_my_tem">
<div class="featured_img">
[preview]
</div>
<div class="custom_my_tem_meta">
File Types :
<div class="tem_icons>
[icon]
</div>
[download_link]
CSS:
div.custom_my_tem { width:100%; display:inline-block; }
.custom_my_tem .featured_img { width:50%; float:left; }
.custom_my_tem .custom_my_tem_meta{ width:50%; float:right; }
.custom_my_tem_meta .tem_icons { border-bottom:4px solid #000; }
But, for the image previewing it maybe causing issues with your site.
Thanks.
Hi,
You can customize the page templates as your requirements.
you can 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 as your requirements, you can ordering them. I hope this may help you.
After going through every single option we found the solution.
Downloads > Settings > Basic > File Download Section
Private Download Link Expiration Period…. Change the option to what you prefer.
Just so many options available sometimes its hard to know where to find them.
We are getting a lot of complaints that the email lock download link expires too quickly, after just a few minutes which we have confirmed. How can this be extended beyond a few minutes?