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.
Hi Mike,
You can download the latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases Please Follow these steps to update the plugin manually,
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 fix the auto-update issue, logout and then login again from your Downloads > Settings > Updates tab.
Thanks.
Thanks for your detailed explanation of the issue. We will look into this and make necessary adjustments.
If you are crating one package from an attached directory then moving files around the attached dir won’t affect the download. WPDM will always make the current structure of dir files available for download.
But if you are attaching files to the package then moving files will destroy the download link of the file.