Actually, no such issue may happen because of wpdm search query except its something with your hosting, also this is using by many other users without any such trouble. But I am checking that again.
yes, delete the word from /wpdm-archive-page/wpdm-archive-page.php
unlocked
please give me your url ( again ) to check
create a link template with following code:
<div class="span6">
<div class="thumbnail">
<div class="media">
<div class="media-body">
<h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[title]</h4>
[download_link] <i style="margin: 2px 0 0 5px;opacity:0.5" class="icon icon-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="icon icon-download-alt"></i> [download_count] downloads
</div>
</div>
</div>
</div>
easiest solution is, open functions.php , find and remove
$extralocks = apply_filters("wpdm_download_lock", $extralocks, $package);
We added the filter with last update, but as i see, its making some usually problem for some installation, we are checking that in details, until then you may remove the filter.
easiest solution is, open functions.php , find and remove $extralocks = apply_filters("wpdm_download_lock", $extralocks, $package);
sorry, no such option with that widget
Usually there is no reason with wpdm to make your site slow, But I still will check it details in your site, please send a temporary wp-admin login info to support@wpdownloadmanager.com
what other plugins are you using there?
in that case you need to create packages from specific user account, as wpdm still don’t have the option to change author from admin, but its a good idea and but i’m not adding that now, as we are already moving to custom post types, then you will have the option ready.
just tested again with IE, looks like create/update package is working fine
yes, use [file_count] tag
thank you guys for helping each other. FYI, we are moving to custom post type completely very soon, which will give you more flexibility and comfort in working with this plugin.
Downloads/Subscribers will show the collected mail addresses from email locked packages, regular registered members from [wpdm_frontend] will show in wp user link.
please follow the instructions here http://www.wpdownloadmanager.com/download/wpdm-custom-fields/ , if you still face any problem please send temporary wp-admin login info to support@wpdownloadmanager.com
yes, 2 ways:
1) edit default-link-template.php , replace [page_link] with [title] and save
2) clone default link template from downloads templates , replace [page_link] with [title] and save
#1 will apply the change on same template, #2 will create a new link template.
to make any short-code work in template editor, please open functions.php , find the function FetchTemplate, apply do_shortcode for the return data.
Everything explained here http://www.wpdownloadmanager.com/docs/integrated-templates/.
Here is again:
You need to create a link template. as you seeing on the following image:

right sidebar ( #3 ) has bunch of short-code. You can use those short-code along with other html tag to generate your link template.
The tag [page_link] outputs package title linked with details page , so you simply need to skip this tag if you don;t want to link with details page . but if you still want to show the package title , you can use [title] tag , which will simply outputs the package title without any link
[download_link] tag outputs the download link of your pacakge. and you can use or skip other tags depending on which info you want to show or not.
may you please explain little more on ” re-assign the new Packages to their original authers.”
if you have free version installed, please detete the free version before install pro. But if that doesn’t resolve your issue, I need to check it in your site, please send temporary wp-admin login info and ftp access to plugins dir.
no such short-code yet, but noted for future implementation.
ok, now, you were using old version of the add-on, i just re-downloaded and updated your copy and that resolved the issue
got the issue, solution coming with next update
please delete “wpdm-custom-access-level”, then install and activate pro . After wpdm pro activated, you can install other wpdm add-on now.