Shahjada

Forum Replies Created

Viewing 25 posts - 8,751 through 8,775 (of 15,655 total)
Jan 29, 2015 at 9:17 pm
#25478
Keymaster
Shahjada
Staff OP

I tested with ES File Explorer:
Loading...

Jan 29, 2015 at 8:54 pm
#25477
Keymaster
Shahjada
Staff OP

I’m checking it in details.

Jan 29, 2015 at 8:43 pm
#25476
Keymaster
Shahjada
Staff OP

please give me temporary wp-admin login info in a private reply to check your issue

Jan 29, 2015 at 8:42 pm
#25475
Keymaster
Shahjada
Staff OP

in that case there will require customization in code.

Jan 29, 2015 at 8:36 pm
#25474
Keymaster
Shahjada
Staff OP

please give me temporary wp-admin login info in a private reply to check your issue

Jan 29, 2015 at 8:27 pm
#25473
Keymaster
Shahjada
Staff OP

WPDM Speed Control added with your account.

Jan 29, 2015 at 8:24 pm
#25471
Keymaster
Shahjada
Staff OP

It is not allowing me to edit file from plugin editor, please give me ftp access download-manager dir.

Jan 29, 2015 at 8:10 pm
#25470
Jan 29, 2015 at 8:05 pm
#25469
Keymaster
Shahjada
Staff OP

This is because your server is blocking “http://vancouverps.staging.wpengine.com/wp-content/plugins/download-manager/js/jquery.cookie.js” please ask server support to unblock it ( make it readable from http )

Jan 29, 2015 at 8:02 pm
#25468
Keymaster
Shahjada
Staff OP

please give me your URL to check.

Jan 28, 2015 at 6:17 pm
#25445
Keymaster
Shahjada
Staff OP

Admin page showing notice

Due to protection of web servers from repeated attacks, we were forced to restrict access to administrative interface of web pages to selected countries. If you are currently in a foreign country, please sign in to WebAdmin, proceed to your domain management and disable this GeoIP filter in CMS Support section.

Jan 28, 2015 at 6:15 pm
#25443
Keymaster
Shahjada
Staff OP

As I said, you don’t have to purchase default value add-on I’ll add it free with your account. And however, if you don’t want lazy download, please let me know which one do you want in exchange :), not a problem.

Jan 28, 2015 at 12:06 pm
#25435
Keymaster
Shahjada
Staff OP

“I feel like I’ve been robbed here” what do you mean by that? please use words carefully, you are respectable customer, but that doesn’t give your the right to misbehave. You see how many such idea sleeping here http://www.wpdownloadmanager.com/support/forum/download-manager-pro-feature-request/ ?

Jan 28, 2015 at 12:01 pm
#25434
Keymaster
Shahjada
Staff OP

not that line. This is the line:
wp_enqueue_script('jquery-choosen', plugins_url('/download-manager/js/chosen.jquery.min.js'), array('jquery'));

Jan 28, 2015 at 11:57 am
#25433
Keymaster
Shahjada
Staff OP

Please include following code at the end of download-manager.php , it will reveal category id in category page ( I also added the code with wpdm for next update):

function wpdm_CategoryIDColumnHead($columns) {
        $columns['tag_ID'] = 'ID';
        return $columns;
    }

    function wpdm_CategoryIDColumnData($c, $column_name, $term_id) {

        if ($column_name == 'tag_ID') {
            echo $term_id;
        }
    }
function wpdm_wpdmcategory_columns(){
        add_filter("manage_edit-wpdmcategory_columns", "wpdm_CategoryIDColumnHead");
        add_filter("manage_wpdmcategory_custom_column", "wpdm_CategoryIDColumnData", 10, 3);
    }
add_action("admin_init","wpdm_wpdmcategory_columns");

For customization offer, you need to mail to customize@wpdownloadmanager.com

Jan 28, 2015 at 10:21 am
#25430
Keymaster
Shahjada
Staff OP

“The problem I have with Lazy Download is the fact it goes to another page, I don’t want anything going to another page.” — how can it be your problem, didn’t we explain here http://www.wpdownloadmanager.com/download/lazy-download-add-on/ here how it works? The main purpose of lazy download add-on is showing that intermediary page.

Sorry, but actually no such upgrade option for all add-ons pack, as it is already with huge discount.

Jan 28, 2015 at 9:56 am
#25427
Keymaster
Shahjada
Staff OP

sorry, please use category ID. For individual user, there need some customization but too long to explain here.

Jan 28, 2015 at 9:35 am
#25425
Keymaster
Shahjada
Staff OP

If no lock option then it should play fine, however give me login info again to check

Jan 28, 2015 at 9:16 am
#25424
Keymaster
Shahjada
Staff OP

looks like it is an issue with your theme, however, please give me temporary wp-admin login info in a private reply to check details.

Jan 27, 2015 at 11:30 pm
#25415
Keymaster
Shahjada
Staff OP

you don’t have to add that as we already added it with wpdm pro. however, please give me the url where you facing issue and temporary wp-amdin login info with a private reply.

Jan 27, 2015 at 11:29 pm
#25414
Keymaster
Shahjada
Staff OP

As I said, zip is not possible for remote files, if you want multiple files with zip download you need to host the files in in your server and actually nothing to fix there.

Jan 27, 2015 at 11:26 pm
#25413
Keymaster
Shahjada
Staff OP

fron-end texts there are coming from page template, you need to edit that template to change texts. Docs: http://www.wpdownloadmanager.com/doc/templates/

Jan 27, 2015 at 11:23 pm
#25412
Keymaster
Shahjada
Staff OP

update to v4.2

Jan 27, 2015 at 11:20 pm
#25411
Keymaster
Shahjada
Staff OP

please give me your URL to check.

Jan 27, 2015 at 11:19 pm
#25410
Keymaster
Shahjada
Staff OP

for showing similar download, you need to use [similar_downloads] tag in page template, to list all categories, you will need this short-code http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/

Viewing 25 posts - 8,751 through 8,775 (of 15,655 total)