This reply has been marked as private.
Hello,
i use this code from you, that opens the downloads in a new tab.
[link_label]
so how can i change that to the file_list?
Hello @wario,
Sorry to hear about the issue.
By enabling the single file download option. In a package, you can add multiple files ( as many as you want ), at from front-end when a user downloads this package, they will get a zip file containing all attached files, but if you enable Single File Download, a user also will be able to download any single file from attached files( Demo ), but when you enable individual file download option, you also need to use [file_list]
or [file_list_extended]
tag with your link or page template to show the file list with a download button at front-end, and templates are explained here.

Please let me know if the problem persists.
Thanks
Hello, I have a problem that I can’t make the download open in a new window or tab. I’m using wpdm_all_packages shortcode.
Also, I’m using bootstrap 4
and tried to add code metioned from other forum topic thread which is similar to mine. I added into downloads/tpls/wpdm-all-downloads.php
this line: $data['download_link'] = "<a target='_blank' class='btn btn-primary' href='".get_permalink($data['ID'])."'>"."Download"."</a>";
but nothing happens.
Hi guys – just putting together a “Digital Asset Library” using your plugin for a client. I’m a bit lost as to which add-on I need to enable multiple packages to be downloaded at once?.
I’m using a file link template on the pages as the customer doesn’t want a “full information pages” for the items – and so I want to add in a “add to cart/collection” button to the link template to enable the user to select a number of items before “downloading” in one go.
Is this possible, and in which case what add-ons do I need to make this happen?
Many thx
Hello @seblito,
You are using the free version of WPDM. That is the reason there is no link template option.
If you use the premium version of wpdm, you would see like this:

There is available edit and clone menu for your templates in PRO, however, you can also edit the templates PHP file from plugins > download-manager > tpls
folder and follow this doc too, https://www.wpdownloadmanager.com/doc/template-files/
However, you can check the difference between free and paid wpdm here.
Thanks
Hello @bpw1133,
I am sorry that Frontend author does not have the ability to create tag option yet. Author have to select the admin created tags and categories in the frontend.
However if you need this feature, You can contact our customization team through the email address which is given below.
customize@wpdownloadmanager.com
or through this link.
With Best Regards
As an example using your demo pages:
I am looking to link from the category blocks(https://demo.wpdownloadmanager.com/wpdmpro/category-blocks/) when you click “EXPLORE” button in the Videos category, it brings up, the advanced search page(https://demo.wpdownloadmanager.com/wpdmpro/advanced-search-left/) with the video category a selected and showing results.
If this is not possible can you tell me how I can set a default result in the advance search. IE: I want the videos to be selected when the results show. I can easily build out my own categories into a grid format, I just need a way to define the results when i link to the next page.
Hi @martindelange,
Please follow the below link in order to create your own template.
Template Files
You can follow this as well.
After creating your own template you can use it in Elementor by following this.
However, about the small graphics issue at the bottom with the file metadata, it seems that you are using an Elementor divider/separator. So just remove it and it will be removed. Also, in order to add discrete elements to your Elementor template please use this module.
Thank you
This reply has been marked as private.
This is what I can see when I click on Download on your link:
https://drive.google.com/file/d/1wh9XMOM4n1CpO9T1Y_XiwYFs_msLfGd1/view?usp=sharing
My license has been renewed this morning, and it’s active and recognized by the plugin…
Hi again,
I can’t find the Achive Page addon in the link you provided, when I click on the Download button in my order section.
A popup appears with a long list of addons, but there is no “Archive Page”.
At the moment I got the addon old version (3.01) from a backup so at least our downlaod page works again, but I’d like to update it to the latest 4.13
do you have maybe a direct link for the addon?
Perfect.
Can you see your own demo link: https://demo.wpdownloadmanager.com/wpdmpro/download/pdf-viewer/
This is what I see when I view the page: https://wencelworldwide.d.pr/CydOzE
And one thing! I guess you need to turn on the dark mode on your OS. Because my OS is in Dark mode. Maybe that has something do with this error? I’m using MacOS and it is dark. If you can force the PDF previewer to not change to dark mode, then it shows even better and we don’t need to find that icon?
Let me know if you have any questions.
-
This reply was modified 3 years, 11 months ago by
Ali Khansari.
This reply has been marked as private.
Hello,
I am sorry for this inconvenience.
For more details, You could check the csv fields here . There are other lock fields except form lock.
You can request a feature for plugin here. Maybe it could be adjusted on next updates.
But if you need this feature quickly I would suggest to contact our customization team through the email address which is given below.
customize@wpdownloadmanager.com
or through this link.
Thanks
Hi HUmayon,
Are you able to share a video of how to keep the downloads as I currently have. I followed the link you shared but it wasn’t completely clear,
thank you for your help!
Hello,
Well, since on the installation manual section there was no file attached that’s why it was not showing any file-related information.
But when you will attach a file then it will show like this.
However, if you want to remove the file count and file size like this then you have customized the template by following the below links.
Template Files
About the upload issue, you can follow the below link.
Upload and download is not working
Also, I am not clear about this The link you shared, prior to this issue the download would open when you click on the product page and take you there. Not to the second page.
Please share a related video or link or any screenshot that will help me to resolve the issue quickly.
Thank you
Hi,
I am attempting to create paid registration for my website, with payment through Paypal, using a one-time payment. No recurrent billing.
When I create a plan in WordPress Pro Membership, using PayPal as the payment system, a Plan ID is not generated unless I also enter a Billing Amount. That seems to be a bug.
With the Plan ID generated, as described above, I can reset the Billing Amount to 0.00 (zero) after a Plan ID is generated, but this is not saved and the previously entered billing amount (necessary to create a Plan ID for PayPal) is retained. That is unwanted, as I want my registration plan to be a one-time payment without any billing, just the initial payment.
This error is displayed:
Error! paypal - {"name":"UNPROCESSABLE_ENTITY","message":"The requested action could not be performed, semantically incorrect, or failed business validation.","debug_id":"817b90fab4ad1","details":[{"field":"/pricing_schemes/0/pricing_scheme/fixed_price/value","value":"0.0","location":"body","issue":"INVALID_PARAMETER_VALUE","description":"The value of a field is invalid."}],"links":[{"href":"https://developer.paypal.com/docs/api/v1/billing/subscriptions#UNPROCESSABLE_ENTITY","rel":"information_link","method":"GET"}]}
Also: I set the amount to be billed regularly for every day / week / month / year and the Billing Cycle Limit to 0 (zero).
Can you provide a fix?
Cheers,
Victor
Hello @jasonbarrett,
Sorry to hear about the issue. Unfortunately currently there is no field for “Form Lock” in the csv
Form lock option is managed by an external add-on and also depends on plugin which is used to create the form. That’s the reason the input is not generated by wpdm plugin.
If you really need this function, it requires some customization work.
You can contact our customization team through the email address which is given below.
customize@wpdownloadmanager.com
or
through this link.
With Regards
This reply has been marked as private.
I understand that the WPDownload Export CSV isn’t able to be imported. According to your users the Export feature faces lots of problems. However, the Export CSV (when located) does show that a number of fields relating to locks (e.g. email_lock_title, email_lock_msg) are missing from the Import CSV which may help us solve the problem.
I want to be updating about 6,500 packages each month through the Import feature so publishing each one has to be done through WPDownload – maybe the missing publish_date field helps with this?
All the fields at https://www.wpdownloadmanager.com/doc/bulk-import/ aren’t in the CSV file you sent. The following are missing from the Sample CSV:
Heading/Field Name
view_count
download_limit_per_user
package_size
password_usage_limit
facebook_lock
googleplus_lock
create_date
update_date
publish_date
expire_date
The following fields in the Sample CSV file you sent aren’t on your https://www.wpdownloadmanager.com/doc/bulk-import/ website:
show_counter
cache_zip
show_quota
create_date
update_date
terms_lock
linkedin_lock
gplusone_lock
facebooklike_lock
custom_form_field
tags
acf_MoreInfo_source
acf_MoreInfo_excerpt
If we could get some consistency between your website and the Sample CSV it may help us sort out these problems.
This reply has been marked as private.
Hello
Thank you for reaching out to us.
You have to replace [download_link]
with <a href="[download_url]" class="btn btn-primary" target="_blank">[link_label]</a>
in related PHP file.
However, you can follow this screencast as well.
Let me know if you still need further assistance regarding this matter.
Thank you
Hello @savc-2021,
You have to replace [download_link]
with <a href="[download_url]" class="btn btn-primary" target="_blank">[link_label]</a>
in the related PHP file.
Let me know if you need further assistance regarding this matter.
Thanks
This reply has been marked as private.