Forum Replies Created
pro version docs: http://newlook.wpdownloadmanager.com/docsfor/download-manager-pro/
but let me know if you need more clarification on any specific options/section.
If you apply lock options except password lock, individual download will skip, anyhow please give me wp-admin login info in a private reply to check
actually you can see template preview from template page simply clicking on preview button.

or simply send me temporary wp-admin login info in a private reply, I’ll create one for you.
in pro version there are extensive options for controlling templates, explained here http://newlook.wpdownloadmanager.com/doc/templates/link-template/ , or simply give me a tmeporary wp-admin login info in a private reply, i’ll make a template without download count for you.
yes, there are no option for tag archive, as it is actually theme part, you can use a theme from here http://www.wpdownloadmanager.com/downloads/themes/ , in those theme pages are specially designed for wpdm.
directory add-on usage explained here http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/, but if you still have complexity with setup, please give me temporary wp-admin login info in a private reply, i’ll set it up there for you.
[wpdm-all-packages items_per_page=25] ,
and if you want to filter categories:
[wpdm-all-packages items_per_page=25 categories="categ-slug-1,category-slug2..."]
please use the attached add-on to import files from free to pro. in wpdm pro v4, it is moved to custom post type and there was no way to keep IDs same as previous version. so it requires to update package/file short-codes to reflect proper ID. In pro there is a free ad-on http://www.wpdownloadmanager.com/download/wpdm-image-button/ to apply button image, here are also some other nice add-ons http://www.wpdownloadmanager.com/downloads/add-ons/ , but still if you need further assistace with setup please let me know and give me a temporary wp-admin login info in a private reply.
yes, can be done, no problem, please give me a temporary wp-admin login info in a private reply.
after login showing: You do not have sufficient permissions to access this page.
Advanced option for front-end package management coming with v4.1.0. It will be released by tomorrow.

sorry, got the issue, there was a glitch in access field in csv import function, anyhow I’ve fixed it and update is coming after few hours.
1. pinterest is done and active in your site now
2. please update to v4.0.7
3. did you mean dashboard stats?
not clear, may you please give me an example url.
yes, that’s it, deactivate > delete old version > install v4.0.7
but please download v4.0.7 again, we have fixed a warning there and re-uploaded just now.
@Tony, actually if anyone follow the attached sample csv properly ( 1st column is header – field names ), and from 2nd column you simply need to put the values separated by comma, for files column, use only file names within double quote like “file1.png,file2.jpg” if you keep the files in /uploads/download-manager-files/ dir, otherwise use full path. Anyhow we are working on a csv import add-on with extensive feature with will be published within next few days.
@cbenson583, not ready yet, looks like it will take few more days. You still can use current option, you simply need to put all values within double quote like “…..” and simply use note pad rather then ms except or any other editor.
please download v4.0.7 again, I’ve fixed the warning and re-uploaded right now.
extremely sorry for the issue, anyhow I’ve fixed and re-uploaded the plugin just now, please download it again to get the fixed copy.
1) it actually raised from v4 as we moved to custom post type, but we also moving free version to custom post type and for new user it will not be a problem. But if you use wpdm pro v3 ids will not be changed. But I think, moving to v4 will be a better decision even though there are some manual work.
2) Import to premium will not work ( it was for free to v3 migration ), please use attached add-on
3) in pro version there are a complete section to manage styling, if you see bigger picture here, you can control every info you want to show or not but free version has only a fixed style, also you can use the add-on http://www.wpdownloadmanager.com/download/wpdm-image-button/ to apply image button. Anyhow as you and few other wanted to get same style as free version, I’ll add some new template which looks exactly like free, but actually 99.99% are happy that they get extensive options for styling.
4) As those options are generated by css and html , so those could have conflict with some theme, though as per our extensive test, all those styles work great with any standard built wp theme and for those very few exception there is nothing to do except manual css adjustment.
5) please give me your url to check, it is fully functional feature ( you can check in our demo ) except your theme js causing any conflict.
6) Thanks for your suggestion, it is noted :).
7) Not an ad it was just my twitter id, I added while generating twitter button but later forgot to remove. Here too, onlyyy you an other 3-4 users complained about it.
And as I told all features are 100% functional in standard wp installation, but in the market there are 1000s of other themes and plugins (more 80% don’t even follow wp standard ) and it is never possible to test plugin compatibility with every other theme and plugin, so what we ensure ( http://www.wpdownloadmanager.com/terms-and-conditions/ ) is the plugin is 100% functions ( with every feature we advertised ) in any standard wp installation.
And FYI, this one is the best plugin in its category 🙂
Thanks
replied with the solution in your other post
drop down for logout will be ok if you disabled bootstrap js from download manager settings. for the other issue, select a category for that package, it will be gone, anyhow I’ve missed a condition check for categories with v4.0.7, so showing the warning if no category selected for a package, anyhow i’ve already adjusted it for v4.0.8 which is coming tomorrow.
Add following code at the end of your theme functions.php or download-manager/functions.php
function wpdm_introduce_filetype($types){
$types['apk'] = "application/vnd.android.package-archive";
return $types;
}
add_filter("mime_types", "wpdm_introduce_filetype");
That will resolve your issue.
[wpdm-all-packages] is not using datatable.js anymore, as when there are 1000s of packages it takes too long time to load all file, so now it is converted to standard table with regular pagination.