For exactly same page, you will need wpdm pro ( http://www.wpdownloadmanager.com/pricing/ ). But here is similar one http://applexia.fr/archive/ , short-code is [wpdm-archive button_style="success" link_template="link-template-default-ext" order_by="date" order="desc" items_per_page="10"]
OK sorry I just viewed you created a new page with the good shortcode..
To have a similare page
http://demo.wpdownloadmanager.com/wpdmpro/archive-page/
what should I do? Do I have to buy a new add-on?
Do you have a special add-on to obligate the user to identify before download anything like in the link above?
Thank you for your help!
Actually download limit is working fine, you just were now seeing it, because when you download same page multiple time in same session, it counts as 1. For example, someone click on download link, then clicks again, here it will be counted as 1, but if he tries to download in another browser or after some time, it will be counted as new download and his total download now is 2.
Hi
Is it possible to link packages, so if a user downloads one package it also includes another? Example a user downloads a marketing resource and with that I want them to download a style guide as well, but don’t want the style guide in every marketing resource since the guide may change and updating that across hundreds of marketing resources is not ideal.
Is it possible to do this with actions and filters?
Cheers
Chris
Sorry for the delay, I am back to working on this project again and my new demo site link is here http://kyyouth.staging.wpengine.com/publications2/
Per your suggestion I looked here /wp-content/plugins/download-manager/css/jquery.dataTables.min.css but I have no idea what to change to make the place where it says Title, Categories, Create Date, Download not blend into the page. As you can see its currently showing up with white text on a gray background. I want to change the text color to black or blue
I would also like to hide the download count
Please advise
I’ve spent an hour and a half trying to figure out the answer to this question, combing through the documentation and forum, but I can’t seem to figure it out.
I want to make it so the plain text “Download” link on a package page shows up as a graphical button, similar to the Download button in the Package Info section on this page: http://demo.wpdownloadmanager.com/wpdmpro/wpdm-package/multi-file-package/
Can someone tell me how to do that?
Thanks!
Dave
There is another problem. When I click on download link I get downloaded txt file with text inside – “You don’t have permission to download this file”
Everything was ok 2 days ago. I didn`t make any changes on site settings. Is this some typical error? How to fix it?
Thank you very much for your example link template.
Now I have two problems.
1) After to have inserted the name and email and click on Subscribe, the download and email are ok, but the popup doesn’t disappear.
How Can I do to disappear the popup?
2) I would like to change the following text in the popup because my website is in Italian language:
– Subscribe to download
– Your Name
– Enter your name
– Enter email
– Subscrive
– Download link also sent to your email!
How Can I change the text?
Thank you in advance
When you use email lock option, individual download will not work or that will require some complex code customization. So when your apply email lock for a package with multiple files and users submit form with email address from front-end, they will get an email with full package download link.
Hello Shaon,
I’m sorry to be unclear, but it’s not working like we are hoping.
I will try to explain it below step by step:
– Create a package with multiple pdf files
– Use a shortcode to link to an e-mail lock first
– Enable an e-mail lock, so we can track who has downloaded which file
– Send the link to the page by e-mail, so we know for sure the users has used a legit e-mail address
– On the package page, multiple files can be downloaded individually or the full package
What can we create to fix this? Is this custom?
Please advice.
Best regards,
Vincent Weening
Example link template:
<div class="thumbnail">
<div class="media">
<div class="pull-left">
[icon]
</div>
<div class="media-body">
<h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[title]</h4>
[download_link] <i class="fa fa-th-large"></i> [file_size] <i class="fa fa-download-alt"></i> [download_count] downloads
</div>
</div>
</div>
Copy the code, go to Admin Menu Downloads Templates Create New Link Template Paste the code in text area Save
Yes, possible, clone current link template replace [page_link] tag with [title], docs: http://www.wpdownloadmanager.com/doc/templates/
Hi Shaon,
I added the short code for example [wpdm_package id='3218'] on the page, but when I click on the link, it opens a new page.
Is it possible not to open a new page to download the file?
I want to download the file on the same page and to add the email lock.
Is it possible?
Thank you
Thank you very much, now I undestand how it works.
I also wrote here:
Download link expired
Can you help me?
Thank you
in email you will get the download link, not as attachment
Thanks!
yes wpdm solution is a good one and reliable but the cloud gives you a folder like environment so for average users seems normal.
๐
anyway thanks, problem solved, amazon and wpdm give download link, and i use both of them!
gk
Hello Shaon,
Yes, I managed the same thing. But I want users to be able to download after they have clicked the link in the e-mail.
They should be able to download the full package on this page: http://www.branded-ingredients.com/download/setria-studies/ – This is where they are linked to via the e-mail.
But when I click that link it gives the subscribe button again.
Best is to get the individual download to work with e-mail lock.
Can we fix something please???
My e-mail: vincent@branded-ingredients.com if you require more information.
It’s getting more urgent now.
Thanks,
Vincent
drop box opening as viewer because direct download link of dropbox expires in 4 hours. Anyhow from dropbox page user can download it. Anyhow when you upload file using wpdm, wpdm puts the files in a http access protected directory, that anyhow just can’t go there and download it.
I’ve checked here http://computer-info.nl/downloadsss/manual-123/ and got the archive page settings is working fine, when archive page is disabled, the archive page link hides.
Archive page active:
https://www.evernote.com/l/AV3bvqnnINZP4J6EuigNj5Slo3B8uzT8EzsB/image.png
Archive page disabled:
https://www.evernote.com/l/AV3bvqnnINZP4J6EuigNj5Slo3B8uzT8EzsB/image.png
But what you actually trying, breadcrumb doesn’t work in that way. If you want to push your custom page in breadcrumb, you need to customize code or if you want to make the look here http://computer-info.nl/downloadss/documentation/ better, that also will require to customize theme. For example, you can check the breadcrumb here http://www.wpdownloadmanager.com/download/wpdm-accordion/
Hello,
when I Add the Preview of the Downloalink, it linkes to the CACHE
domain/wp-content/plugins/download-manager/cache/imagename.jpg
How can I change this, with all normal WP Pages it workes fine,
thank you Christian
This reply has been marked as private.
if you want only single icon for all post, you can create a link template in hard code icon html ( for example <img src=”icon-url-here” /> ) and other link template code to short additional package info ( doc: http://www.wpdownloadmanager.com/doc/templates/ ) .