I have updated the Download Manager ( v.4.7.1 ) on your site.
Download Link in email ( sent from email lock ) is working now.
Hi all,
I’m coming back with another issue.
The download is working on desktop, but we’ve problems with mobile.
Clicking on the download link nothing happen.
I cannot access to the download page (I’ve enabled the single download option).
Can you help me?
Thank you,
giorgia
Can someone please respond to this.
To start over…
1. Do you know of a way to use WPDMP to allow a user on an iOS device to click the download button and load an .ipa file? It has to load, not just download and Apple has a specific method for using a .plist file to call to the .ipa file when it’s outside the app store. If you’re unfamiliar with this, then let me know and I’ll send you the documentation.
If it isn’t inherent in the functionality, then please provide a quote for a custom option to make it work.
If that isn’t possible, then:
2. Can we have the download button link to the package page, just like it works on your own ADD ONS page for WPDM for iOS. If all the download buttons need to link to the package page, then that’s fine.
I’m working on a site with well over a thousand documents, many of which will be grouped in packages. Is there any way to add the Download Link to the list of attachments?
I’m using the [premium_file_list] tag in the template and what I’d like included besides the “download” button is a link from [wpdm-download-link]. When they click on the link, they’d be able to see all the details, preview images, etc. of the individual file within the document. Does that make sense? (I already have it set to allow for individual file downloads.)
Thanks!
Shahriar,
the problem is solved.
There was a few lines of code needed to be added to the .htaccess of my page.
<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>
I see others have also this problems.
This post on your form has helped me.
Post Link
Thanks. Davor
Test the captcha bug live here:
http://lmdesign.ro/download/wpdm-pro-captcha-test/
I hope this problem will be resolved and more attention will be paid by the developers of this plugin to captcha functionality including the following:
-captcha lock compatibility with all link templates and page templates provided with the pro version of the plugin
-new invisible captcha functionality to be integrated, as with the new Google reCaptcha technology allows invisible captcha
Use custom link/page template to hide unnecessary data. Clone any template from Downloads Templates page and edit on top of it. Then set your custom template in package settings option in edit package page.
Custom Template Doc https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/
You are using an old version of Download Manager. Installing updated version should fix the email address issue. Please install the latest version. You can download it here https://www.wpdownloadmanager.com/user-dashboard/purchases/ Let me know if updating doesn’t fix the issue.
Download Notification email sends user’s name when you email lock the package. It worked in my test.
https://www.evernote.com/l/AUevIrPnhONMP6o5kokfCUAEci2-5ZTrdAcB/image.png
There is no direct add-on/solution for Google tag manager/GA. But you can use various actions to track downloads.
Action reference – https://www.wpdownloadmanager.com/doc/action-reference/wpdm_onstart_download/
You can also use .wpdm-download-link
css class to track downloads using JS.
Oh, you meant generate download link window.
Click the download icon to view that window.
https://www.evernote.com/l/AUfQQhOl9RxLt7bHn2pKwRYvwUkodJ4H3DIB/image.png
Hello, I’m developing a site and I’m trying to use the download manager for this project.
when I try to download the pdf, download this file: link-exipired.txt
How can I fix it?
Thanks in advance
Sorry, not sure what you meant by temp download link window. Could you please send me a screenshot or point me to the specific direction.
Have uploaded to latest version but cant seem to find the way to your new temp download link widow? where is it?
Over the past few weeks, I have had over 20 customers call me and send me emails explaining to me that they are unable to download the .zip files after they enter the password on our website. After they enter the password, click submit, then click Download, my customers get a “link-expired.txt” file. Can anybody explain why?
Just put WPDM 4.7.0 Pro on a standard, default WP install (4.8.2). The downloaded file could be directly from the root of the website like “licencse.txt” from the WP installation. I tested on default configuration with no changes made in the WPDM plugin settings other then pasting reCAPTCHA Site Key and reCAPTCHA Secret Key. I created a new package named “test” and for testing purposes I added “lincese.txt” file to it from the site root and I selected “Single Column, Image Top, Extended” for page template.
Result: right after captcha is solved a new download window pops-up with the “link-expired.txt”
I shifted many environment variables [target file, browser, browser caching, package name various plugin download options]
Nothing works.
On some page templates like “Metro Style” the captcha opens in a pop-up. That captcha is not usable. Erorr: reCaptcha service can not be accessed… So please make sure that the captcha lock module is working and also make a simple check of captcha with each link template and page template.
-until now, I achieved the same result on 2 separate hosting environments (both using cPanel on linux)
-the issue is not related with output buffering or resumable downloads options
-the links can be normally downloaded and are valid if the captcha lock is not used, conclusion being that the captcha lock module does not get valid links from the plugin core
-I can not find the previous version, WPDM 4.6.9 Pro to download and test. Please send it to me If you can. Downgrading might be the best solution for me at this point.
We didn’t change anything around captcha lock option is the latest version.
- Yes, the download starts automatically after solving the captcha to save the extra effort of another click for your users. However, your suggestion is noted.
- Please give me an example where captcha lock is not working
- Download link only will expire after it is used for 3 times, however, in v4.7.0 you can change the limit from wpdm settings page.
However, please give me an example URL where you facing the problem and temporary wp-admin login info in a private reply.
Why does download manager keep sending expired links to my subscribers
One of the main reasons for which I purchased this plugin is its potential ability to combine expiring links with captcha security witch is almost mandatory these days anyways. Unfortunately I experience a whole range of problems with this plugin when I enable captcha security:
-automatically starting the download after captcha is solved (no option to disable this)
-multi-file downloads and many page layouts do not work well or at all with captcha lock enabled
-automatically download expired links after solving captcha challenge
Version: 4.7.0 Pro
This reply has been marked as private.
1 ) Please apply same code update on /download-manager/libs/class.FileList.php
in Table
function to fix single file download link.
https://www.evernote.com/l/AUeO3sQ2MS1HAZcjti9zX5XgR3dHw1eqY_AB/image.png
2 ) I have create a test page here https://tool-zone.de/download-archive/ with archive shortcode. It is working.
linking to .plist file.
I am trying to use the WPDMP to give users access to iOS apps for beta testing (yes I have a developer license). The files are not in the app store and we have to use a specific URL structure to link to a .plist file which then provide the download link to our .ipa file.
1. Is there a way you can make it so that the DOWNLOAD BUTTON would read the .plist file and in turn download the .ipa file?
if not
2. Can you give us a custom file listing page that doesn’t have download buttons and we’ll link all file to a link in the page content?
If you can quote me a price for doing one or both of the options above, I would appreciate it.
This reply has been marked as private.
The temporary user doesn’t have plugin editor access. So, I couldn’t try the possible solution for this issue. Please enable editor access.
Or
Perform following changes in /download-manager/libs/class.Package.php
file.
Replace $permalink = get_permalink($ID);
with $permalink = home_url();
in getDownloadURL
function.
https://www.evernote.com/l/AUcXbCF5n3ZOs7_WlPEn97iIYZs1tdkZ8jQB/image.png
There is no way to remove the link from the first category only. If you want to remove all links has to be removed.
Please check my reply ( screenshot ) here https://www.wpdownloadmanager.com/support/topic/remove-breadcrump-links/
It shows how to remove breadcrumb links.
Hi,
I’m about to set up me first wp download manager site: http://tool-zone.de/toolz.
Currently I’m facing a serious issues with my download links: None of the download links (single files or packages) are working properly. Clicking on a download link does not activate a download process but leads me to the indivdual download page.
What’s wrong?
Please help me to fix this. Thank you.
Regards, ak