You already can show top downloads by category using short-code mentioned in #44302
This reply has been marked as private.
– If you was to use single form to sent both files, you need to add both files in same package. Users will receive single download link and both files will be downloaded in a single zip.
– For css issue, please give me your url to check.
– For now, there is only single template is available, but we will release new template editor add-on soon.
I purchased a PRO license and also the Form Lock plug-in. I’ve got things sort of working but honestly the end result is falling short of what I wanted to do. I’ll post other issues separately.
I have enabled Form Lock, and setup a form with Contact Form 7. That seems to work for the most part. I’ve gone to Subscribers and edited the E-Mail Lock Template. I had to do this in a external editor since the web editor doesn’t show HTML.
I have in the code this:
<b><a href="[download_url]">[title]</a></b>
In the e-mail I receive with the download link, the title simply says [title], and the variable is not replaced with the Package Title at all.
Why?
Yes, even though it downloads instantly, it also send email with download link. However, we shall add option to enable/disable it with the next update of the plugin.
Hi,
I select Enable Email Lock, Ask for Visitor’s Name and then Download Instantly (not Mail Download Link), but for some reason my users are still getting the download link via email, so they get both the instant download and the email link.
Can this be fixed? I’d like them to just be able to download instantly.
Thanks!
We contacted you 2 weeks with no reply.
Here is Form to test: http://pragma.staging.wpengine.com/research
( this is on Staging ).. we cant test on live sorry client prohibits this.
After you signup, the download links below should work.
The error we get is an endless loader.
*before that we had license issues which you fixed. thanks
on LIVE, we had to rollback the plugin to v4.0.0 where its working fine.
you can find v4.5.5 on Staging to fix.. i will send u the credentials to support @
This has been open for 1 week please prioritize this issue. thanks
Please,
Site to reproduce question http://mercadoimobiliario.info/download/terrenos-em-valenca/
Using Form block, where after files submitted, file will be downloaded automatically.
Well, some times works ans some times i have : Link Expired.txt
I did try a lot of configurations, where am I duing wrong?
I sent email with admin user and pass to you, if you need check.
Thank yoy
AWSOME – that worked perfect! Thank you.
for anyone else that needs this here is the filter I used:
/*
add filter to adjust link text for single files
*/
add_filter('single_file_download_link_label','my_single_file_download_link_label',10,2);
function my_single_file_download_link_label($link_label,$package){
$link_label = "OPEN";
return $link_label;
}
No filter is available for now, But we have added one for next update. However I also attached the updated file here, put it in /download-manager/libs/ dir, the filter name is single_file_download_link_label
, 2 parameter link label and package info.
This reply has been marked as private.
Edit : I had no reply, so edited this topic to give better explanation of my issue
Hello,
When I click a wpdm download link, my site directly opens the source code of the document (in that case a PDF).
Then instead of a starting download, it loads a page with blank background and this content (see screen capture) :
%PDF-1.3 %���� 1 0 obj <>]/Pages 3 0 R/Type/Catalog endobj 5 0 obj <>stream 2016-04-12T17:41:53+02:00 2016-04-12T17:41:53+02:00 2016-04-12T17:41:53+02:00 Adobe InDesign CC 2015 (Macintosh) application/pdf 160407_asco_F_proto_produits_FR_nc.indd uuid:4e395c1b-2362-1e4c-8d66-c2f8d62298cb uuid:c42eaaa1-c469-4247-bf7b-d9da5f832602 Adobe PDF Library 15.0 endstream endobj 3 0 obj <> endobj 7 0 obj <>/ExtGState<>/Font<>/ProcSet[/PDF/Text/ImageC/ImageI]/XObject< >/TrimBox[0.0 0.0 552.756 793.701]/Type/Page endobj 8 0 obj <>str......
Everything worked before the domain name of the site had to change (from preprod domain to production domain). We applied a clean procedure to “migrate” WordPress and everything else worked just fine)
Wordpress 4.5.2
Wpdm pro just updated, but that doesn’t resolve anything
I tried to add new document, reupload, clear caches, disable security and cache plugin that were disabled on preprod version but can’t figure out what happens. I didn’t find any ressources for this issue on the forums… is it a known problem ?
I can send links to the website for your testing.
Thanks for your help, I really need it.
Hi Guys
Is there any way that I can use a shortcode to enable someone to complete a form to download the pdf documents on this page. This page has not been created via templates it is a page created inside of WordPress with links added. This is the page here – http://www.opscentre.com/resources/
individual download link label is not changeable for now.
thank you for the reply but that does not work.
Since I am using [file_list] it is displaying single files INSIDE the package for download and the link label in the settings only adjusts the PACKAGE download link label NOT the individual file label.
you mention using using this: Open
where would I use that in my link template? is the below code the correct way to do what you stated?
<!– WPDM Link Template: FILE LIST DISPLAY –>
<div class=”panel panel-default”>
<div class=”panel-heading”><b>Download</b></div>
[file_list]
Open
</div>
after switching to all visitors again now this appears ( see screenshot)
It means “no Preview”
But the Download below is still working…
Pretty strange to me
LINK: http://versicherungsbedingungen-online.de/download/test-4
you need to click on “download” link to see download, default is post.
http://www.freepsdai.com/?post_type=wpdmpro&s=Christmas%20Icon
Hi,
You can open download link in new tab using custom link template.
1. Clone current link template you are using now. Then use [download_url]
template tag as following example.
<a target="_blank" href="[download_url]">Download</a>
Check more about templates here http://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/
Thanks.
Hello,
I am wondering if when files are linked from box.com, is it possible for the download link to open in a new window?
There is no way (besides using the back button) to get back to the website. Here is an example download link.
http://trade.teusner.com.au/media-reviews/round-two-media-reviews/
Thank you
Follow up on my own question above. OK. I have found how I got the tree view, that was using wpdm_tree. The documentation I could find on that said that using “download_link=”1” would get me direct selection not a jump to the information page about the package so what I have in the page in question ( https://www.coresystemtrust.org.uk/translations/albanian/) now is this:
[wpdm_tree category=”languagealbanian,formatpdf” operator=”AND” download_link=”1″]
and without that, i.e. {wpdm_tree category=”languagealbanian,formatpdf” operator=”AND”}
[wpdm_tree category=”languagealbanian,formatpdf” operator=”AND”]
But they do exactly the same and both show my entire file tree and neither allow direct selection of one or multiple files. I must be doing something wrong but I can’t see what. TIA.
- Enable single file download from package settings
- Remove
[download_link]
tag from your link/page template
Template docs: http://www.wpdownloadmanager.com/doc/templates/
This reply has been marked as private.
In link template, if you want to show thumbnail, you have to use [thumb_WxH]
tag. Please follow the template docs here: http://www.wpdownloadmanager.com/doc/templates/
Jass,
did you open the link or read both posts?
I know by myself that I need to allow all visitors for everyone to download the file. What I’m saying is that when you click download, it tries to open the password form, even if the file is NOT password protected. Now the file and its category are readable from all users, not password protected, and when you click “download” it again tries to open the password form.
Please, try it yourself before answering and see that something is wrong.