Hi Mihal,
We just released v.2.7.6 Please install it to fix the upload issue. You can download it from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
Thanks.
Try log out and log in again from the updates tab. If that doesn’t work please update manually. Maybe the issue is related to the old version. From future updates, you can auto-update WPDM and add-ons.
Follow these steps to update the plugin,
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.
Use package shortcode to put the download link under your video. Just placing the link won’t work. In your package shortcode, you can set the link template to control the view of the shortcode result.
Yes, you can send a file to anyone using the “Email Download Link” option in all packages admin page. The option is available under each package.
Another option is email lock. If you use email lock with email download link option the download will be mailed to the visitor’s email address.
Please remove line 414 and 415 from /download-manager/tpls/wpdm-all-downloads.php
to fix the issue. We will add the patch in next release of WPDM.
Hi Kalle,
Please install the latest version to fix the issue. Follow these steps to update the plugin,
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.
Thanks.
Do you have the Pro version of Download Manager? If you are using an older version please update your plugin. Send temporary wp-admin login info in private reply so I check the issue on your site.
Hi,
Unlocked your key from the old domain. Now the license key should work fine on your new site. Please make sure you have the latest version of the plugin. You can download it here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
Thanks.
Hi,
You have to check your theme’s archive template to find the issue. The WPDM category page is being displayed by the taxonomy-wpdmcategroy.php
/ taxonomy.php
/ archive.php
template of your theme. If none of these available then theme uses index.php
template.
Thanks.
Page reload is required in the current version. Although your floating file cart shows the update when adding files to the cart.
This is coming from the WPDM – Extended Short-codes add-on. You have to edit the add-on code or deactivate the plugin to remove the modal or edit the link. This is a placeholder link for the popup link template tag.
Hi Rita,
Sorry, but you have to update manually this for this time because of some changes in the licensing procedure. But from the next version auto update will work.
Please Follow these steps to update the plugin,
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.
Thanks.
Please check. Now there is no duplicate pacakges. Replaced while ($packs->have_posts())
with while ($packs->have_posts() && $scat != '' )
Hi Mike,
It is not possible yet set the download limit based on the file type.
You can set package based download limit for each membership plan using the Download Limit add-on https://www.wpdownloadmanager.com/download/download-limit/
Thanks.
Yes. you should renew the license to get the latest version and Pro support. Please send temporary wp-admin login info in private reply to check the captcha issue.
Which shortcode are you having an issue with? Did you try WPML support? Usually, they can provide an easy solution in cases like this.
Hi Eddie,
Please follow these steps to update the plugin,
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.
Thanks.
I have modified the wpdm-reg-form.php
code. Now, the form won’t be submitted without checking the last checkbox.
You have to rename the download-mamager
( wrong spelling ) folder in your theme directory to download-manager
Or send FTP. I will rename it for you.
In the case of Dropbox, the Download Manager just generates a temporary download URL. Rest of the download task is handled by Dropbox. Maybe your temporary download URL is being expired due to the required download time of the big file.
Did you notice when the download shows the failed notice? How long does it download the file normally before the failure?
On the same session, multiple downloads of the same pacakge are counted as a single download. Logging such downloads create redundancy in the record. That’s why those are ignored. But the initial download is logged as it should.
Also, try downloading the package again after a few minutes of initial download. If the limit is set to 1 / user you won’t be able to download the package. Because in a new session download will be counted again.
If you want a more advanced limiting feature that controls the limit globally then check the Download Limit add-on https://www.wpdownloadmanager.com/download/download-limit/
If you assign a different category to your archived packages then it is possible. Just use category shortcode or directory add-on or tree shortcode.
It is not possible to use both locks with AND relation. Users will be able to download using just one lock.
If you need both locks then protect the download under subscriber role. Users must log in ( using email and pass ) to access the download in this way.
Hi,
You can use the Advanced Access Control ( https://www.wpdownloadmanager.com/download/advanced-access-control/ ) add-on to assign files to each user. Then use create a page with [wpdm_my_downloads]
shortcode. This page is protected by a login form. After logging in each user will see their own packages in this page. Although it is same page packages will be different based on logged in user.
Thanks.
The cache is being applied on the server settings level. Not using a cache plugin. Try changing page content on any page, you won’t see the effect on the frontend. Your server is serving old cached static pages. Please ask your server support to clear cache, also cache should get cleared when updating the page.
Please send me the page link to check the issue with documents not appearing for not logged in user. Although might be related to the same thing.
Hi Henri,
If you want the user to agree with terms before download then send the package details page link instead of the direct download link.
Thanks.