Sorry for the issue, please give me your license key in a private reply.
Sorry, that is not possible.
What short-code are you using there? or just give me temporary wp-admin login info in a private reply here, I’ll set it up there for you.
I tested with ES File Explorer:
I’m checking it in details.
please give me temporary wp-admin login info in a private reply to check your issue
in that case there will require customization in code.
please give me temporary wp-admin login info in a private reply to check your issue
WPDM Speed Control added with your account.
It is not allowing me to edit file from plugin editor, please give me ftp access download-manager dir.
This is because your server is blocking “http://vancouverps.staging.wpengine.com/wp-content/plugins/download-manager/js/jquery.cookie.js” please ask server support to unblock it ( make it readable from http )
please give me your URL to check.
Admin page showing notice
Due to protection of web servers from repeated attacks, we were forced to restrict access to administrative interface of web pages to selected countries. If you are currently in a foreign country, please sign in to WebAdmin, proceed to your domain management and disable this GeoIP filter in CMS Support section.
As I said, you don’t have to purchase default value add-on I’ll add it free with your account. And however, if you don’t want lazy download, please let me know which one do you want in exchange :), not a problem.
“I feel like I’ve been robbed here” what do you mean by that? please use words carefully, you are respectable customer, but that doesn’t give your the right to misbehave. You see how many such idea sleeping here http://www.wpdownloadmanager.com/support/forum/download-manager-pro-feature-request/ ?
not that line. This is the line:
wp_enqueue_script('jquery-choosen', plugins_url('/download-manager/js/chosen.jquery.min.js'), array('jquery'));
Please include following code at the end of download-manager.php , it will reveal category id in category page ( I also added the code with wpdm for next update):
function wpdm_CategoryIDColumnHead($columns) {
$columns['tag_ID'] = 'ID';
return $columns;
}
function wpdm_CategoryIDColumnData($c, $column_name, $term_id) {
if ($column_name == 'tag_ID') {
echo $term_id;
}
}
function wpdm_wpdmcategory_columns(){
add_filter("manage_edit-wpdmcategory_columns", "wpdm_CategoryIDColumnHead");
add_filter("manage_wpdmcategory_custom_column", "wpdm_CategoryIDColumnData", 10, 3);
}
add_action("admin_init","wpdm_wpdmcategory_columns");
For customization offer, you need to mail to customize@wpdownloadmanager.com
“The problem I have with Lazy Download is the fact it goes to another page, I don’t want anything going to another page.” — how can it be your problem, didn’t we explain here http://www.wpdownloadmanager.com/download/lazy-download-add-on/ here how it works? The main purpose of lazy download add-on is showing that intermediary page.
Sorry, but actually no such upgrade option for all add-ons pack, as it is already with huge discount.
sorry, please use category ID. For individual user, there need some customization but too long to explain here.
If no lock option then it should play fine, however give me login info again to check
looks like it is an issue with your theme, however, please give me temporary wp-admin login info in a private reply to check details.
you don’t have to add that as we already added it with wpdm pro. however, please give me the url where you facing issue and temporary wp-amdin login info with a private reply.
As I said, zip is not possible for remote files, if you want multiple files with zip download you need to host the files in in your server and actually nothing to fix there.
fron-end texts there are coming from page template, you need to edit that template to change texts. Docs: http://www.wpdownloadmanager.com/doc/templates/