Forum Replies Created
Actually if you follow the steps properly there should be no problem at all. anyhow please send temporary wp-admin login info to support@wpdownloadmanager.com , i’ll check this.
“no resize funktion” ? may you please explain little more
please send me details with your url and login info to support@wpdownloadmanager.com, i’ll check.
please tell me little more details, how are you reaching to that page. The page usually invisible and only used as base page for showing wpdm package details, or send me temporary wp-admin login info, i’ll check that for you.
ok, please send me temporary wp-admin login info to support@wpdownloadmanager.com, I’ll do that for you.
that will require wpdm directory add-on http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
as I see everything looks ok there. may you please explain your issue little more.
we are around 50% done with new update, but still will take few more weeks to finish.
[wpdm-all-packages] will take time then regular as its loading all packages in same page. you can use that for specific category, that will make it faster
[wpdm-all-packages] will take time then regular as it loads all packages in same page, anyhow next update is taking time as big changes are coming there.
– I need to check it in your site, please send a temporary wp-admin login info to support@wpdownloadmanager.com
– need to edit code at wpdm-all-downloads.php
please ask your server/hosting support to activate CURL.
could be a javascript conflict but I need to check it there, please send a temporary wp-admin login info to support@wpdownloadmanager.com
sorry for the delay. solution added in your last post, here is again:
function wpdm_skip_ngg_resource_manager($r){
return false;
}
add_filter('run_ngg_resource_manager', 'wpdm_skip_ngg_resource_manager');
please add following code at the end of download-manager.php, that will resolve the conflict with nextgen gallery:
function wpdm_skip_ngg_resource_manager($r){
return false;
}
add_filter('run_ngg_resource_manager', 'wpdm_skip_ngg_resource_manager');
please add following code at the end of download-manager.php, that will resolve the conflict with nextgen gallery:
function wpdm_skip_ngg_resource_manager($r){
return false;
}
add_filter('run_ngg_resource_manager', 'wpdm_skip_ngg_resource_manager');
please send your license key to support@wpdownloadmanager.com to unlock it , if it is already used once. Or send temporary wp-admin login info, i’ll check and activate it
please add following css in your theme style.css:
.modal-backdrop, .modal-backdrop.fade.in { z-index:-999999; opacity:0; }