
BParticipant
That is very weird
Where did it say that the version was 1.1 (and previously that the add-on was not installed)?
If I look at wp-admin->Downloads->Settings->Updates->Free Add-ons, “Download Manager REST API” is listed as version 1.2.0 and with the status “Updated”
I can also find it under wp-admin->Downloads->Add-Ons (also 1.2.0)
We also tried to manually update wpdm. It was 5.0.5 and would not update to 5.0.8 through WordPress. To do so, our main technician said he had to “manually download 5.0.5, rename and deactivate the existing 5.0.5 version, upload 5.0.8 and re-validate the license”.
Considering the conflicting statuses of the version and the fact that we have not been able to update to the newest versions of the REST API nor WPDM through WordPress, could there perhaps be an issue with our installation that causes all these problems?
Hello,
i recently purchased a license of your pluggin to my site in order to manage downloads for a school, i want to have control for all downloads in order to know if the students are getting all the stuff they need to work from home, but i cant’t figure out how to set up de catalog where they can select the files to download. Do you a tutorial from scratch?
After disabling WPML Multilingual CMS
plugin all downloads are working fine. please check now.
Thanks.
Hello,
I have also done before from scratch also, please check, the file has been included in your themes/download-manger/wpdm-all-downloads.php
https://managementresearch.co.in/volume-17-number-1/
Hi,
Dashboard doesn’t show the files. There you will see your download history, Please use shortcode [wpdm_all_packages items_per_page="20"]
in any page to list all files. Doc: https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/
Or you can use other shortcodes like:
[wpdm_packages] – WP_Query in a shortcode for download manager packages
[wpdm_category] – Query All Downloads From One or More Categories
If you are using gutenberg editor, you may use the following add-on to handle the files visually:
Gutenberg Blocks
However, if you want, you may send me temporary wp-admin login info in a private reply, I shall create some sample pages for you.
Hi,
I have adjusted it with the codes in your wpdm-all-downloads.php
of your child theme,
<script type="text/javascript">
url = new URL(document.URL);
urlsp = url.searchParams;
$chck =(encodeURI(urlsp.get("wpdmc")));
if($chck !="null")
{
jQuery('html, body').animate({
scrollTop: jQuery("#wpdm-all-packages").offset().top
}, 2000);
}
</script>
Please check if it works for you.
Thanks.
Hi,
Please follow these steps if it helps you,
1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.
To enable the auto-update, login to your WPDM account from the Downloads > Settings > License
tab. If login is successful and you have an active subscription then you can update the future releases right from your plugins page.
Thanks.
Hello, for the first time ever, the download history is showing an I.P address but no user attached to it.
All the downloads are for members only, and this particular one is passworded as well.
Please advise why this could be happening.
This reply has been marked as private.
Hi,
As usual other plugins, you can install the WPDM PRO too, please install the plugin from Plugins > Add New
upload plugin
then upload the zip plugin and install and activate it. Then you find the name called Downloads
option in wp-admin menus. You can also use this as other plugins. let me know if you need further assistance.
Thanks.
Please now check, it has been adjusted again. It is working fine now. the tpls
file has been modified in wpdm-all-downloads.php
.
Thanks.
Hi,
I have adjusted the page which you have given, please check now, I have adjusted thewpdm-all-downloads.php
file from the tpls
folder.
also created a folder in your theme download-manager/tpls/wpdm-all-downloads.php
. please check and let me know if it works for you.
Thanks.
I have a digital downloads store setup, I am using Download Manager Pro to handle the file purchasing and downloading.
The PayPal and Stripe payment methods are being used.
I have noticed this issue on guest purchases I have not tried purchases by logged in users.
Scenario 1:
A guest user purchases an item using Stripe, after purchase they are taken to the download page to download their product and receive a receipt email from Stripe and an email from my store which I have setup using the email template options, it contains a link to the download page and the information they need to download their product again if they wish.
Scenario 2:
A guest user purchases an item using PayPal, after purchase they are taken to the download page to download their product and receive a receipt from PayPal, there is no email sent by the store telling them how to download the product again if they wish.
If I use PayPal IPN the receipt email from PayPal contains some product information. If I use the new PayPal API method the email from PayPal contains no product information.
In Scenario 2 I expect the store to send an email in the same way as it does for Scenario 1 so that the customer receives an email from the store telling them how to download the product again if they want to.
I totally fail to understand how this functionality is either not implemented or has remained broken for so long.
Unimpressed
The URL you sent is a default archive page, which is controlled by your theme and may not show download buttons if you don’t select an archive page template, instead of showing the default archive page it is better to use a short-code. Yes, give me temporary wp-admin login info in a private reply, I shall create a sample archive page for you using
[wpdm_all_packages] – List all downloads in tabular format in a page
This reply has been marked as private.
This reply has been marked as private.
Hi,
After attaching a file from AWS S3 bucket to a package and selecting the category, and thus publishing it. you can use the shortcode [wpdm_category]
and use the parameter from the doc, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/. Please check and let me know.
Thanks.
Hi I am just following up on this issue. Please advise as soon as possible.
Please note that this issue is not limited just to my site. Just do the following steps on your demo site:
1) Change download limit to 5 downloads for the user role.
2) Go to a download button for a product and click the same download button 5 times in a row, and then click refresh. You will see that you have used up all of your available downloads.
This is clearly a bug that needs to be fixed. Please advise on the status of the fix.
Thanks.
Hi,
Have you checked this option Downloads > Settings > Basic > Access setting > When the user is not allowed to download > Hide Everything
. it is based on the Allow Access
option. please check and let me know.
Thanks.
First, due to long delays in getting help, I to avoid the conflict with WPDM blocking one of my theme utilities, had to recode the page to use another utility (present my data with a different look). This took 2 days. Our site was functionally ‘down’ for two weeks before we decided to take this step and could schedule the work.
Now, FYI, in the UI I was previously disabling fonts and CSS, running Bootstrap 4.
I did not test disabling Bootstrap JS because I did not see your message until I finished my recode. I looked immediately before beginning, so it crossed after I was comitted to another strategy.
I’m really disappointed that the #1 plugin of this type is giving such poor service. We’ve invested many days deploying downloads with your plugin so we are captive now.
We’ve had MORE trouble with your plugin than all others combined. Starting with the security hole that let our site get hacked. I understand that sort of thing happens. But we do not believe you should advertise support as a feature of your pro version– it takes too long.
Did anyone ever log in to the site with the credentials I supplied? We use 2FA (everyone does now– you should really supply an email address) and I unlocked it for your support. Seeking support only added weeks to our be offline.
i’d prefer to mark this as “ABANDONED” rather than “RESOLVED”. Nothing was fixed.
Thanks
-
This reply was modified 5 years, 3 months ago by
Isa Alsup.
Hi,
Please follow these steps if it helps you,
1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.
To enable the auto-update, login to your WPDM account from the Downloads > Settings > License
tab. If login is successful and you have an active subscription then you can update the future releases right from your plugins page.
Hi,
Please follow these steps if it helps you,
1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.
To enable the auto-update, login to your WPDM account from the Downloads > Settings > License
tab. If login is successful and you have an active subscription then you can update the future releases right from your plugins page.
Thanks
Hi,
In this case, you can use,

Downloads > Settings > Access Setting <strong>When user is not allowed to download: Hide Everthing Option
Please check.
Thanks.
Hi,
Please follow these steps if it helps you,
1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.
To enable the auto-update, login to your WPDM account from the Downloads > Settings > License
tab. If login is successful and you have an active subscription then you can update the future releases right from your plugins page.
you can also try logout/login again from your site.
Thanks