Shahjada

Forum Replies Created

Viewing 25 posts - 6,851 through 6,875 (of 15,650 total)
Aug 5, 2015 at 6:04 pm
#32384
Keymaster
Shahjada
Staff OP

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?

Aug 5, 2015 at 4:16 pm
#32382
Keymaster
Shahjada
Staff OP

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); } 
Aug 4, 2015 at 7:30 pm
#32367
Keymaster
Shahjada
Staff OP

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 🙂

Aug 4, 2015 at 7:25 pm
#32365
Keymaster
Shahjada
Staff OP

simply use [file_list] tag instead of [ audio_player ]

Aug 4, 2015 at 7:22 pm
#32364
Keymaster
Shahjada
Staff OP

Extremely sorry, somehow I missed your reply, please give me your site URL too.

Aug 4, 2015 at 7:19 pm
#32363
Keymaster
Shahjada
Staff OP

Yes, URL in CSV should work fine.
Sample data for theme https://docs.google.com/uc?authuser=0&id=0B4DIaok0ssenWUNFcnR6VTZQUDg&export=download

Aug 4, 2015 at 11:42 am
#32356
Keymaster
Shahjada
Staff OP

Use following CSS:

.w3eden .media-body a {
    color: #8a0000 !important;
    font-size: 11pt;
}
Aug 4, 2015 at 11:31 am
#32355
Keymaster
Shahjada
Staff OP

IP: 162.144.249.107 , You can generate license key from order details page

Aug 4, 2015 at 11:16 am
#32354
Keymaster
Shahjada
Staff OP

Ok, I shall add the option with the next update of the plugin

Aug 4, 2015 at 11:12 am
#32353
Keymaster
Shahjada
Staff OP

Sorry, no default option for package settings.

Aug 4, 2015 at 10:55 am
#32352
Keymaster
Shahjada
Staff OP

Thanks for your suggestion, it is noted 🙂

Aug 4, 2015 at 10:23 am
#32351
Keymaster
Shahjada
Staff OP

Archive page search certainly search in title & description, it is using wp’s default search function 🙂 .

Aug 4, 2015 at 9:12 am
#32348
Keymaster
Shahjada
Staff OP

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.

Aug 4, 2015 at 8:04 am
#32343
Keymaster
Shahjada
Staff OP

wpdm pro shows update notice in plugin page and wpdm pages in admin when new version is available

Aug 4, 2015 at 8:00 am
#32342
Keymaster
Shahjada
Staff OP

please give me temporary wp-admin login info to check your issue.

Aug 4, 2015 at 6:39 am
#32339
Keymaster
Shahjada
Staff OP

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.

Aug 4, 2015 at 6:14 am
#32338
Keymaster
Shahjada
Staff OP

#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

Aug 4, 2015 at 6:12 am
#32337
Keymaster
Shahjada
Staff OP

Sorry, not clear, may you please explain little more.

Aug 4, 2015 at 6:11 am
#32336
Keymaster
Shahjada
Staff OP

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.

Aug 4, 2015 at 4:38 am
#32335
Keymaster
Shahjada
Staff OP

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.

Aug 3, 2015 at 9:40 pm
#32323
Keymaster
Shahjada
Staff OP

Please try disabling Resumable Download & Output Buffering from download manager settings.

Aug 3, 2015 at 9:28 pm
#32322
Keymaster
Shahjada
Staff OP

Use short-code [wpdm-all-packages jstable=1]
Doc: http://www.wpdownloadmanager.com/doc/short-codes/#datatable

Aug 3, 2015 at 9:26 pm
#32321
Keymaster
Shahjada
Staff OP

This is because of your theme, you contact theme developer or trying using another theme.

Aug 3, 2015 at 9:15 pm
#32319
Keymaster
Shahjada
Staff OP

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");
Aug 3, 2015 at 9:01 pm
#32318
Keymaster
Shahjada
Staff OP

In that case I need to check it in your installation, please give me temporary wp-admin login info in a private reply.

Viewing 25 posts - 6,851 through 6,875 (of 15,650 total)