Forum Replies Created
please give me an screenshot or url to check
please ask your server/hosting support to check zlib. Though your php info showing zlib activated, the fatal error proved that zlib is not working properly in your server. But there is nothing to change with wpdm pro.
“Also, when I am using the download link for a document that is subject to “Email Lock” it shows “Access denied”. How would solve this?” not clear, please explain little more with an example url, in case of email lock, link will be mailed or starts immediately after entering email depending on your choice
1) install an activate form builder add-on
2) Create some forms from Admin Menu Forms ( http://prntscr.com/1dpbwy )
3) Go to Admin Menu Downloads Add New
4) Under package Settings Now you will need new lock option “Enable Form Lock” ( http://prntscr.com/1dpc31 )
5) So if you want the user to fill any form before download, check the option and select a form.
That’s all
yes, its totally depends on link template, create a link template.
For example, if you use [thumb 200×200] in link template then it will create a 200×200 thumbnail. More details are here
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
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
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);
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