Forum Replies Created
okay now, had to select hide only download link option from wpdm settings.
It is updated on your site.
Modified template file my-account.php needs too be placed in /{active-theme-dir}/wppromembership/ dir.
If expired order is more than 3 months old, you need to create new order.

Hi,
I’ve have adjusted it for the next update, you will be able to override my-account.php.
There is actually nothing to fix, wp encrypt original password during signup. But if you want to send password latter it will require to keep original password stored in a user meta to send it later with approval email. That will require extended code customization.
You may contact:
Password Hi,
Username and login URL will work there, but not the password. As, password is already encrypted.
As it is now, user can subscribe to multiple membership plans, but there is no way to automatic plan upgrade option for now. User need to cancel previous membership plan and subscribe to new one.
And if you want to generate expirable download link:
WPDM()->package->expirableDownloadLink($ID, 3);
3 = Usage limit
Hi,
You simply need to click on update now link:

Hi,
Extremely sorry for your inconvenience, the issue is fixed and your can use your license now.
Hi,
WPDM is compatible with php 8. We have tested it. Please give me tmeporary wp-admin login info in a private reply to check your issue.
Hi,
For that you need to set pdf user and owner password.
https://try.wpdownloadmanager.com/download/package-with-multiple-versions/ using page template “Single Column, Flat”:

May you please try this:
fetch(url)
.then(response ► response.blob())
.then(blob ► {
... code to process the blob here ...
})
.catch(console.error);
please remove all html tags from from any option value. Then try again.
Hi,
It should be items_per_page, not item_per_page.
Hi,
You can set download limit for package or users using download limit add-on. But not categories. That will require additional code customization.
