1 ) You can enable Lazy Download globally, so you don’t have to edit old packages to enable the lazy download.
2 & 3 ) Lazy download redirects user to a pre defined waiting page. You can any code you want there.
Add pattern=".{3,}"
to require minimum 3 characters. Suggested location was for the Compact view. Which view are you using there?
Hi,
Are you referring to the “WPDM Packages by Category” widget? You can actually serve the download right from the link template using a template with the [download_link]
tag. Change the link template from Widget settings.
Thanks.
Please install v.5.0.4 and let me know if that doesn’t fix the download issue.
Hi,
Please download the demo data from here https://www.dropbox.com/s/u7d0evrzzfxf6mg/jumpstart-awpdmtheme.WordPress.2020-01-01.xml?dl=1
You can use it with any WPDM theme.
Thanks.
Hi,
It is not possible yet, but you can auto-start the download in that page by adding the following code in /tpls/download-page-clean.php
after line 130
<script> window.location.href = "<?php echo $download_url; ?>"; </script>
Or you can just serve the download right after an email submission.
Thanks.
Please send temporary wp-admin login info in private reply to check the issue. Do you have the latest version if Download Manager Pro?
Yes, you can update old package settings using this add-on.
One of your plugins is breaking the JS. Please try deactivating other plugins one by one to find out which one it is.
We have found the issue. Releasing an update within this week to fix this.
EMailed download link is working now. I have tested with this package https://www.kennel-schmenger.net/media2019/download/studio-shooting-69/
You can create a new custom template tag to style the download button based on user access. Please use the wdm_before_fetch_template
hook to add new tag https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/
Sidenote: wpdm_user_has_access
function checks if user had access to the download https://www.wpdownloadmanager.com/doc/function-reference/wpdm_user_has_access/
Required code customization. You have to add the checked
attribute witht he input. Please check the following scrrenshot,
https://drive.google.com/uc?id=1sBCHJXJP3bONtNP1t61VjwQiuYqzNeO7
You can use the package shortcode inside a text/richtext widget to show the download. Please explain little more if you meant something else.
Hi,
Deactivated auto-renewal of both orders. Please let us know if we can add any additional features to make the plugins more useful for you.
Thanks.
Please send temporary wp-admin login info in private reply to check the issue.
You can add required
attribute in the search field by editing the wpdm-archive-page.php
file at line 410.
https://drive.google.com/uc?id=1-LRyT5_gnXo0EKXU8TvEXfN0cnsqPjuu
Your theme is creating some conflicts. I had to remove return conditions from the WPHead
method.
Hi Martin,
You can do that using the Default Values add-on https://www.wpdownloadmanager.com/download/wpdm-default-values/
Thanks.
Hi,
Order renews automatically after completing subscription payment. As you don’t want to charge the subscription fee you can increase the “Order Validity Period:” or manually renew the expired order from the Order details page in the admin area.
“Disable order notes” – This option just enable/disable notes option in order details page https://drive.google.com/uc?id=1VQYM3GYkdIyXN6xnWEW_GwTBfAHlgJmB
Thanks.
Please send temporary wp-admin login info in private reply to check the issue.