Keep the cache exception rules you added.
Now old download link ( link sent to email ) will expire only if you update the package, because after update new key is generated. However, instant download will work always. I have tested few times ( as logged in user and guest ) and download worked fine.
Hi,
You can use Link Template with [file_list]
tag. This tag will show list of files in your package. Each file can be downloaded separately from there.
Let me know if you need help in building the custom link template.
Thanks.
This reply has been marked as private.
Hi,
Sorry, It is not possible using category shortcode. Link template from package settings will be applied only when you are showing the package as individual download using default package shortcode [wpdm_package id='pack_id']
Thanks.
1. Maybe user does not have access to the Download ( try setting All Visitors in allow access field in package settings )
2. Build a Custom Link Template. Clone the template you are using now and replace [page_url]
with [download_url]
. Then use this template in your shortcode.
3. Please send me page link. After checking the page i can suggest required css to change accordion color.
Thanks.
I have setup 4 pdf files to download. Each has a download button. When you click the button you enter your email and name and click download, it then produces a link expired.txt file rather than the PDF. What would cause this. I have tried setting an available date from today to year 2090 as an example and that made no difference. All other settings are default.
Greetings;
I’m using the X Theme. I’ve seperated my downloads root into a dozen folders or so, and I’ll populate those folders with files as I go along.
I’d like to be able to create a page within the X Framework that would display the contents of each package … without using a WPDM package. When I am forced to create pages using the WPDM templating framework, I lose X capabilities.
For instance, a download page might look like:
Folder X:
Link to download file A
Link to download file B
Link to download file C
Folder Y:
Link to download file D
Link to download file E
Link to download file F
Folder Z:
Link to download file G
Link to download file H
Link to download file I
Thanks
Hello. I’m pulling in the list of packages on one of my theme’s template pages so I can utilize a filtering plugin. I’m able to list the packages and link to them by using the permalink.
Is there a way to replace the permalink with a direct download link?
Below is the code I’m currently using. Not sure how to utilize the ‘download_URL’ feature in here.
<?php while ( have_posts() ): the_post(); ?>
<div class="library-single-file">
<a href="<?php the_permalink(); ?>" title="Download" target="_blank"><?php the_post_thumbnail('medium'); ?></a>
<h3><?php the_title(); ?></h3>
<p><a class="single-file-btn" href="<?php the_permalink(); ?>" title="Download" target="_blank">Download</a></p>
</div>
<?php endwhile; ?>
Thanks.
The correct parameter for this shortcode is template
like following shortcode,
[wpdm_simple_search template="link-template-panel" ]
Please send login info in private reply, i have to update code to change pagination. How many download do you want to show in a single page before jumping to next paginated page?
Did time expired for the package? You can only see the effect after download expired. A message is shown to the user instead of a download link.
Yes I have the latest version.
I have installed the short-code add-on and now I see the link is create but still not working.
This is the html code generated
<a class="wpdm-popup-link" data-title="Partner guidelines" data-toggle="modal" data-target="#wpdm-popup-link" href="https://www.unleashedsoftware.com/download/partner-guidelines">Partner guidelines</a>
However, when you click nothing happens.
The membership is not working for button also ๐
If you have download button to premium package in post you can download it without subscription plan ๐
Links to the same file:
https://graphictwister.com/download/newmacbook-on-table-060512-zip/ (here file is blocked)
https://graphictwister.com/white-clasic-poster-frame/ (here you can download it for free !)
This package have setup yearly plan
Best
Kaja
Hi !
i have this massage if i click on link in premium package.
Warning: Missing argument 4 for WPDMPremiumPackage::hide_single_file_download_link() in /wp-content/plugins/wpdm-premium-packages/wpdm-premium-packages.php on line 898
Best
Kaja
I was sent a link via email with instructions to download the old version… No apology or explanation. Just a link. I didn’t need it though – I had already rolled back. Because I’ve had so many issues upgrading this plugin over the past couple of years, I’ve made it a point to backup relentlessly. This is very disappointing and I feel the entire issue was handled poorly. Not only was I not notified of the new requirements, but sorting out the issue wasted hours of my time.
I don’t believe the underlying issue can be fixed without rolling out the new social lock code. I converted all of the offending arrays in the individual plugin files to PHP 5.3 compatibility but apparently, the Facebook SDK also requires 5.4 and so it produced errors as well.
Disappointed.
which template am I changing? Link template or the page template? I have removed everything (both link and page template) with the word download, but the button doesn’t go away.
Hi,
Link works for multiple downloads.
https://www.evernote.com/l/AUd7Y1jup29GE46BhQabRVDs6xYpzM-QlQ0B/image.png
I think your issue was related to package update. Updating a package resets it’s master key, which is used for direct download in mail link. But link will work if package is not updated. New link required after updating the package.
Thanks.
Clone the template you are using now and remove the [download_link] template tag from there. Then set it as your package template in package settings. That will remove the zip download link.
You can clone your template from Downloads Templates page.
I couldn’t re-create the issue. After clicking the package link in this page it took me to the details page. But my user didn’t have access to the download. It changed the allow access to all visitors for the package to test if download works. And yes it worked.
This reply has been marked as private.
Yes, it is possible. It requires some code customization. Go to /download-manager/tpls/wpdm-all-downloads.php
file and then replace marked line with following code,
https://www.evernote.com/l/AUfyzvfB7OBA3rbTJwWzMGvMyHsBR1-wTHQB/image.png
<a class="package-title" href='<?php echo wpdm_download_url($data); ?>'><?php the_title(); ?></a><br/>
It actually changes the_permalink();
to wpdm_download_url($data);
We are changing hosting providers and copied all of our WP files to the new site. However, when I attempt to download a file, I notice that none of my PDF’s are linked. Is there a simple way to transfer all of the files from the old site to the new so that DMPro will recognize them?
How do you include a hyperlink to a document, e.g. that someone directly includes in a post on the site?
I tried copy & pasting the URL of a file package but it did not allow me through to the download page (I have all necessary permissions to download that particular file).
Thanks.
This reply has been marked as private.
Hi,
Dropbox addon for Download Manager let you add files from Dropbox to your package. But WPDM Dropbox addon does not work like your current Dropbox plugin ( from you link ).
Download Limit add-on works with any packages independent of where files added from. Means it works with Dropbox add-on. You can apply limit to packages that have files attached from your Dropbox.
Thanks.
Do you have Download Manager Pro? Panel link template only works with Pro version. Please send temporary wp-admin login info in private reply, if you have Pro version installed and still having issue.