please give me temporary wp-admin login info in a private reply, I need to check the custom code from DMS Custom Re-ordering.
disabled auto-renewal for both of your orders, in next cycle, you can renewal them using your updated/new info.
that depends on your hosting plan.
use icon parmaeter and as value you can use any fontawesome icon or custom css icon.
Ex:
[pm_to_author label="Message seller" title="Contact Author" icon="fa-solid fa-comments" ]
probably, wp bakery support can sort it better.
that will not work here.
please send me temporary wp-admin login info in a private reply.
Depends. Usually once in a month.
Use role=1 as shortcode parameter.
Translation file is here: /download-manager/languages/download-manager.pot
Add the css classes wpdm-download-link wpdm-download-locked with attr data-package="{{PACKAGE_ID}}" with your download button, that shall trigger the download modal.
We shall add the option with the next update.
Now in WPDM Pro v6.3 you should receive email notification as soon as user sends a request for download.
Hi,
If you are not using password, please keep encryption disabled in package settings, otherwise chrome ask for password and if no password used, need to press enter with empty password.
Here is a way to create custom button for a locked package:
<a href="#unlock" class="wpdm-download-link wpdm-download-locked btn btn-success " data-package="{{PACKAGE_ID}}">Button Label or Image here</a>
Replace {{PACKAGE_ID}} with proper package ID.
Please update wpdm pro again. I released a quick patch immediate without version change. However, a new update is also coming soon.
Hi,
It is not possible to disable single download page totally. However, you can disable single download page link from link template. You need to replace [page_link] with [title], Doc:
Exclude login/user dashboard page, signup page, cart page, and pages with url parameters from cache. No other special action is needed ๐
Sorry, not clear, may you please give an url where I can check which icon you are talking about.
No, but, we shall add an option with the next update ๐
okay, I’m checking, however, may you please tell me, why you are expiring order and trying to keep download active simultaneously.
you can add the condition inside your function:
if(wpdm_query_var('wpdmppdl') !=='') {
//modify...
}
You’re welcome.
BTW, in case you missed it, wpdm premium packages plugin has an interesting feature, we added recently, you can create payment link even without creating new product, we call it dynamic product. It was added recently. It may come handy in your any future project :).

However, let us know if you need any other assistance :).
Sorry, actually my fault, I thought you were trying to expire order as soon as user downloads an item.
However, please use this:

We have added the hook for the next update.