Forum Replies Created
In my side it is working fine, please give me temporary wp-admin login info to check it in your installation.
please give me a temporary wp-admin login info in a private reply, I’ll adjust it there for you 🙂
You may use plugin like this https://wordpress.org/plugins/custom-posts-per-page/
You can show the count this in this way http://demo.wpdownloadmanager.com/wpdmpro/all-categories/ using archive page add-on here http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
please give me temporary wp-admin login info in a private reply, I shall set it up there for you.
Got an small conflict there with free version and archive page add-on, I’ve adjusted it for next update of the plugin, anyhow I also have attached the file here, please download, unzip and upload wpdm-widget.php in plugins/download-manager dir.
@innovatio,
#1. popup will not disappear automatically, you need to click close button.
#2. All those strings should be available in .po file
@das_eichhorn, sorry, not clear, but there is no email related with password lock, may you please explain your situation little more.
Please use this plugin http://www.wpdownloadmanager.com/download/wpdm-image-button/ 🙂 .
“I really need to be able to download the passwords of all users as well as the user details on the export function” <-- sorry, not clear. May you please explain what do you mean by "the passwords of all users".
You’re welcome. Please rate us 5* here https://wordpress.org/support/view/plugin-reviews/download-manager?rate=5#postform if you get some free moments, that will be very big support for us 🙂
@Altriluoghi, that will require to edit your theme template, quicker way is, create a copy of current archive page template, name it taxonomy-wpdmcategory.php, now remove the info you don’t need from taxonomy-wpdmcategory.php .
I’m not seeing any problem there except very long file name or may you please tell me where you facing issue exactly.
Use following code:
<?php echo get_post_meta(get_the_ID(), "__wpdm_download_count",true); ?>
you can’t use direct link for protected packages. You can setup login message and link from wpdm settings page, but for login form you will need pro version.
@keblusekjanseznamcz, I need to check it in your installation.
I’ve checked, looks like it is an issue with that search plugin, however, wpdm has it own search widget.
looks like download-manager dir is renamed or all files are not uploaded properly, please deactivate and delete current installation, then again install and activate a fresh copy.
When you use email lock option, individual download will not work or that will require some complex code customization. So when your apply email lock for a package with multiple files and users submit form with email address from front-end, they will get an email with full package download link.
Example link template:
<div class="thumbnail">
<div class="media">
<div class="pull-left">
[icon]
</div>
<div class="media-body">
<h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[title]</h4>
[download_link] <i class="fa fa-th-large"></i> [file_size] <i class="fa fa-download-alt"></i> [download_count] downloads
</div>
</div>
</div>
Copy the code, go to Admin Menu Downloads Templates Create New Link Template Paste the code in text area Save
Got the issue, update is coming within next 24 hours.
I see for some packages you selected different icon, now there is no other way than re-selecting the right icon from edit package window that you want to show at front-end.
1. No limitation there actually, plugin can handle any number of files
2. Default upload location is /download-manager-files/, so when you upload all files will go there automatically.
3. to delete or edit the files using ftp you will need root permission, however it is not related with wpdm, but it is related with your server file permission settings.
You can delete files using file manager add-on.
Use this add-on http://www.wpdownloadmanager.com/download/wpdm-image-button/ to style download link.