Forum Replies Created
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.
#1. Download and install http://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/
#2. Clone the link template your are using there now, replace [page_link] with [popup_link] and save as a new template
#3. Use the new template now for popup link
Sorry, not clear, may you please explain little more.
Probably your server firewall is blocking http://www.wpdownloadmanager.com, when wpdm in your installation is trying to check for update, which may cause slower load, you may check it with your server support, however for now, if you disable update check from download manager settings but we don’t recommend it.
Sorry, Download link can’t look like that anymore, from next update of this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ you can attach file directly into post.
Please try disabling Resumable Download & Output Buffering from download manager settings.
Use short-code [wpdm-all-packages jstable=1]
Doc: http://www.wpdownloadmanager.com/doc/short-codes/#datatable
This is because of your theme, you contact theme developer or trying using another theme.
Yes, You may use following code:
function wpdm_control_file_type($params){
$params['filters'] = array(array('title' ► __('Allowed Files'), 'extensions' ► 'comma,separated,file,types'));
return $params;
}
add_filter("plupload_init","wpdm_control_file_type");
In that case I need to check it in your installation, please give me temporary wp-admin login info in a private reply.