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/
update to v4.2
please give me your URL to check.
for showing similar download, you need to use [similar_downloads]
tag in page template, to list all categories, you will need this short-code http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
if you apply any lock option play will not work, so, if you need playlist too, also need to attach those files with post using Attach Media Button
I actually I didn’t change anything outside of wpdm, but nothing in code, however it is just the caching plugin.
I just tested with a default setup there and got everything working probably your activate theme or any plugin causing the javascript conflict.
@trouille2, please update to v4.2, that should resolve any such issue.
for fix the look, go to download manager settings, activate bootstrap and save settings.
Just tested individual there , got it working fine:
But remove the short-code from package content. That is not right place
Actually, we have lots of lazy download add-on user, most of them use this add-on to show a intermediary page before download where they place some ads. But please suggest me how I can improve it so that I meets your expectation :), my team certainly will add your suggestion with next update of the add-on if they find it interesting.
You can use this add-on http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ for package duplicate feature. Thanks for your idea, if it was originally your suggestion, certainly you can get a gift copy, if you know it is not possible to distribute free for everyone where lots of paid hours spent on developing.
Yes, support & update access is valid for 1 year after purchase.
please update to v4.2
please update to v4.2 🙂
that file size is only 23 KB, it shouldn’t cause any such issue, however if you want to remove that open wpdm-functions.php
, remove or comment out line # 4471 , BTW, please update to v4.2 first.
sorry, that is not possible yet.