Forum Replies Created
you need to download latest version from you order details page, then delete old version and install the latest version.
in pro v4.0.0 sortable list removed from core, as most users have 1000s of packages which was causing high load in that page because of datatable, but still the same table will be available again with extended short-code add-on ( free ).
disable js minify from your cache plugin, then it will work. Now JS minifier breaking jquery .
got the additional image issue, adjusted it for next update. also will check the comment issue.
I see fancybox is already working good there
I see, now in wpdmpro it is showing the post type archive page for wpdmpro. anyhow it is not an issue.
ok, send temporary wp-admin login info and ftp access to download-manager dir to support@wpdownloadmanager.com, please also attached this forum post link, support team will do the rest.
wpdm pro don’t have any file size limit, anyhow please check if you have nextgen gallery installed, in that case you will have to apply this patch here: http://www.wpdownloadmanager.com/support/topic/0kb-download-process-php-next-gen-gallery/ , otherwise please send a temporary wp-admin login info to support@wpdownloadmanager.com, support team will check your issue.
please let me know where you facing problem, i can assure you that this one is the best and most used plugin in this category.
@Speedy,
1) category should me imported successfully, but may not be assign to packages properly because of slug change in some cases. now category page still will not show short-code, but use tinymce button add-on to generate short-code
2) not clear
3) not cear, but there should not be any issue with files
anyhow please send a ftp access to plugins dir and wp-admin login info to support@wpdownloadmanager.com to check your installation
in that case use something like this:
<div class="col-md-6">
<div class="thumbnail">
<div class="media">
<a href="[download_url]">[icon]</a>
<div class="media-body">
<h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[title]</h4>
[download_link] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-download-alt"></i> [download_count] downloads
</div>
</div>
</div>
</div>
hmm, not clear about the comment issue, actually comments can be turn on/off your wp settings, nothing to do with wpdm pro, or am I missing something? please tell me little more details.
anyhow checking additional image issue.
@diyroberts, didn’t you update to v4.0.4?
“WordPress 3.8.1 is available! Please update now.” is your wp update notice, not from wpdm pro :), anyhow you can update wp automatically, simply clicking on update link there.
issue already resolved in v4.0.4, please check your template ID, anyhow please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code
please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code, there you will have option to apply link template to a category.
if you simply move the database table and the dir /wp-content/uploads/download-manager-files/ then everything should work fine.
just confirmed from support team, your issue is resolved, problem was you had block hotlink add-on active, which is still not compatible with v4. anyhow compatible version coming soon. Thanks
look like all files not uploaded properly or still showing data form cache, please try clearing browser cache, if that doesn’t fix it, please send a temporary wp-admin login info to support@wpdownloadmanager.com. support team will do that for you.
not yet, but we have started with add-ons already, so it will come soon.
yes, it is simple, please create a link template using following code:
<div class="col-md-6">
<div class="thumbnail">
<div class="media">
[thumb_60x60]
<div class="media-body">
<h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[title]</h4>
[download_link] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-download-alt"></i> [download_count] downloads
</div>
</div>
</div>
</div>
and apply this to your packages
most short-codes already listed in old docs http://www.wpdownloadmanager.com/docs/list-of-download-manager-pro-short-codes/ though some are changed in v4, anyhow you can generate short-code using tinymce button add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ , but I see you actually asked to add download link of “single file” inside a package. It is exactly no possible, but if you enable individual download and use [file_list] with link or page template, you can show individual download link of all attached files.
if you are using v3.3.8 and now if you upgrade to v4, then you will have to change all package short-code, as in v4 we have moved to custom post type, we didn’t have any way to keep package IDs same.