Forum Replies Created
please give me a temporary wp-admin login info in a private reply to check your issue.
I need to check this in your installation, looks like a javascript conflict, please give me temporary wp-admin login info in a private reply.
that is not possible yet, but we are adding an extended file list tag in next update, then you will be able to do that.
New update released, please download again to get the updated copy and try again.
not yet, we are creating an add-on which will be done within this month, you can ask set a limit for free upload and add a payment option per upload or specific amount of upload.
If you follow same instructions I mentioned in my previous reply, that should work, however, here is complete template code:
<div class="w3eden">
<div class="media thumbnail">
<div class="pull-left">
[icon]
</div>
<div class="media-body">
<h4 class="media-heading">[title]</h4>
<div style="padding-left: 0px;">
[download_link] <i style="margin: 2px 0 0 0px;opacity:0.5" class="icon icon-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="icon icon-download-alt"></i> [download_count] downloads
</div>
</div>
</div>
</div>
I need to check that disabling some other plugin, may I do that?
Please give me the URL where you using accordion.
Due to conflict with another plugin or active theeme front.js file wpdm is not enqueuing, which is causing trouble with player, please give me ftp access t download-manager dir and may I check disabling other plugins?
Ok now, problem was, somehow there was coming a line break before file name when you were uploading file, probably any recently installed plugin outputting a blank char unexpectedly. Anyhow I’ve edited wpdm-start-download.php to trim that char and download is working fine now.
Added following code before line# 102
foreach($files as &$sfile){ $sfile = trim($sfile); }
Yes, you can only pull files from box.com and attach with wpdm, If you see ‘Box’ button then box.com add-on is working 🙂
simply use [file_list] tag instead of [ audio_player ]
Extremely sorry, somehow I missed your reply, please give me your site URL too.
Yes, URL in CSV should work fine.
Sample data for theme https://docs.google.com/uc?authuser=0&id=0B4DIaok0ssenWUNFcnR6VTZQUDg&export=download
Use following CSS:
.w3eden .media-body a {
color: #8a0000 !important;
font-size: 11pt;
}
IP: 162.144.249.107 , You can generate license key from order details page
Ok, I shall add the option with the next update of the plugin
Sorry, no default option for package settings.
Thanks for your suggestion, it is noted 🙂
Archive page search certainly search in title & description, it is using wp’s default search function 🙂 .
I see your are using jstable=1, sorting option with short-code will not work when js table is eanbled, but if you want to apply default sorting to date, please add "order":
2, "desc"
, after $('#wpdmmydls-<?php echo $tid; ?>').dataTable({ at wpdm-all-downloads.php, or please make the file writable, I shall add that for you.
wpdm pro shows update notice in plugin page and wpdm pages in admin when new version is available
please give me temporary wp-admin login info to check your issue.
if you want your visitor to enter email only once, you need to ask them to signup in your site and rather then using email lock you will have to setup access = subscriber & upper roles, anyhow we will add a cookie check with email lock soon to avoid repeated typing.