Forum Replies Created
don’t worry about table name anymore, wpdm already moving to custom post type with upcoming v 2.6
file name is class.pagination.php
please send temporary wp-admin login info to support@wpdownloadmanager.com to check add-on issue.
please send to support@wpdownloadmanager.com
Add following css in your theme style to resolve your issues:
.dataTables_paginate {
float: none !important;
text-align: center !important;
width: auto !important;
}
.modal-backdrop.fade.in {
opacity: 0 !important;
z-index: -9 !important;
}
wp regular search widget will not work here, but form next update wpdm pro moving to custom post type and then you will be able to use regular search box to search package.
http://www.virtual-motive-division.com/freeware/emd-gp79/ here, first 3 files are deleted from server somehow. need to upload again and looks like others are working fine now.
please make /download-manager/cache/ dir writable and for once, delete any file inside that dir.
I see they are .doc file and icon doc.png is missing
you can modify css from css/front.css
its because your theme functions messing with inline js code. anyhow send a temporary wp-admin login info to support@wpdownloadmanager.com to check your issue in details.
ok, i’m asking support team to check your issue asap
Looks like wpdm pro has nothing to do with, but probably you can configure that from wp user profile page.
please send me ( support@wpdownloadmanager.com ) temporary wp-admin login info to check your issue
license validation will not work without making an order or purchasing that item, but it can be achieved through some customization
you can hide the black toolbar from download manager settings page or you can change color from bootstrap/css/bootstrap.css
please send a temporary wp-admin login info to support@wpdownloadmanager.com to check your issue.
please send a temporary wp-admin login info to support@wpdownloadmanager.com to check your issue
if you are using nextgen gallery, 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.
please send me ( support@wpdownloadmanager.com ) temporary wp-admin login info to check your issue
you can upload all files to a dir using ftp, then create separate package for each file automatically using bulk import feature or you can use csv import feature.