Forum Replies Created
you need to edit the file wpdm-all-downloads.php for that
please give me the url where you trying and wp-admin login info in a private reply, I’ll check it. Thanks
looks like template code is wrong, give me wp-admin login info in a private reply.
if you don’t see facebook like button in popover, you need to link link template and replace [download_link] tag with [download_link_exteded]
not clear, may you please explain little more 🙂 .
sorry, not clear, may you please mark in screenshot
ok now, it was coming from accordion add-on. anyhow adjusted
you don’t have to use that button anymore, you simply need check wpdm lock from package settings and use package short-code or simply go to package details page.
yes and categories are in terms taxonomy tables
Free add-ons are not listed in all add-ons pack actually.
please download the marked file and install:

download manager is now using custom post type, so it posts and postmeta table.
download the add-ons again, looks like the menu is coming from an old version of add-on.
I’ve tested it now. The possible reason is zlib is not working properly, please ask your hosting/server support to reinstall/fix zlib.
you need to edit the code at wpdm-archive-page.php
/download-manager/cache/ dir should be writable.
please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ , here http://www.wpdownloadmanager.com/downloads/add-ons/ is also some other free add-ons could be useful for you.
Sorry for delayed reply, we had some issue with server. Anyhow please delete free version, then Download and Install v4.0.7 as marked in following image:

Now, use attached add-on to migrate data from free pro:
1) Install add-on
2) go to Downloads Settings Migrate tab
got it now :D, yes, we are already working on such a file manager add-on
@cecilior, reply #14565 was for @misteraborga, but please let me know, if you have any other issue.
Sorry for all the hassle, but this is for good in long run. Now download manager using custom post type and complete synced with wp’s native libraries. Default bootstrap buttons are not supported anymore. anyhow you can use http://www.wpdownloadmanager.com/download/wpdm-image-button/ for custom buttons. But if you need bootstrap buttons, please add following code at the end of functions.php
function wpdm_bootstrap_buttons($package_data){
$package_data['btnclass'] = 'btn btn-primary';
return $package_data;
}
add_filter("wdm_before_fetch_template", "wpdm_bootstrap_buttons");