please give me your url to check the issue
deactivate and reactivate the plugin , that will resolve the issue
Steps explained here http://www.wpdownloadmanager.com/docs/installing-wordpress-download-manager-pro/
please give me a package url form where I can test the download
ok I’m online in live chat now
hmm, simply try updating the package again.
please add following css in your theme css file ( style.css )
.modal-backdrop, .modal-backdrop.fade.in{
z-index:-999999 !important;
}
.modal.fade.in{
position:absolute;
z-index:999999 !important;
}
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.