Shahjada

Forum Replies Created

Viewing 25 posts - 8,701 through 8,725 (of 15,594 total)
in reply to: Hide URLs #25443

Shahjada
Keymaster

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.

in reply to: Hide URLs #25435

Shahjada
Keymaster

“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/ ?

in reply to: Plugin slows down site #25434

Shahjada
Keymaster

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

in reply to: Categories and Templates in Bulk import CSV file #25433

Shahjada
Keymaster

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

in reply to: Hide URLs #25430

Shahjada
Keymaster

“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.

in reply to: Categories and Templates in Bulk import CSV file #25427

Shahjada
Keymaster

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

in reply to: Creating a Playlist of Audio File Uploaded #25425

Shahjada
Keymaster

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

in reply to: Product page does not work. Redirecting to homepage. #25424

Shahjada
Keymaster

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.

in reply to: NextGEN Pro does not work with Download Manager Pro #25415

Shahjada
Keymaster

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.

in reply to: Big Problem since Update #25414

Shahjada
Keymaster

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.

in reply to: Some translations do not work #25413

Shahjada
Keymaster

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/

in reply to: Email lock and password lock conflict #25412

Shahjada
Keymaster

update to v4.2


Shahjada
Keymaster

please give me your URL to check.

in reply to: Download Manager Pro Starting page #25410

Shahjada
Keymaster

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/

in reply to: Creating a Playlist of Audio File Uploaded #25404

Shahjada
Keymaster

if you apply any lock option play will not work, so, if you need playlist too, also need to attach those files with post using Attach Media Button

in reply to: PW Usage Limit not working? #25403

Shahjada
Keymaster

I actually I didn’t change anything outside of wpdm, but nothing in code, however it is just the caching plugin.

in reply to: Error after download link sent #25402

Shahjada
Keymaster

I just tested with a default setup there and got everything working probably your activate theme or any plugin causing the javascript conflict.

in reply to: Individual file download not working #25401

Shahjada
Keymaster

@trouille2, please update to v4.2, that should resolve any such issue.

in reply to: CSS problem after upgrade to 4.1 #25400

Shahjada
Keymaster

for fix the look, go to download manager settings, activate bootstrap and save settings.

in reply to: Big Problem since Update #25399

Shahjada
Keymaster

Just tested individual there , got it working fine:
Loading Image.... ( or missing )

But remove the short-code from package content. That is not right place

in reply to: Hide URLs #25398

Shahjada
Keymaster

Actually, we have lots of lazy download add-on user, most of them use this add-on to show a intermediary page before download where they place some ads. But please suggest me how I can improve it so that I meets your expectation :), my team certainly will add your suggestion with next update of the add-on if they find it interesting.

You can use this add-on http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ for package duplicate feature. Thanks for your idea, if it was originally your suggestion, certainly you can get a gift copy, if you know it is not possible to distribute free for everyone where lots of paid hours spent on developing.

Yes, support & update access is valid for 1 year after purchase.

in reply to: Problems with php 5.6.2 #25395

Shahjada
Keymaster

please update to v4.2

in reply to: Can not add url 4.1.9 #25394

Shahjada
Keymaster

please update to v4.2 🙂

in reply to: Plugin slows down site #25393

Shahjada
Keymaster

that file size is only 23 KB, it shouldn’t cause any such issue, however if you want to remove that open wpdm-functions.php , remove or comment out line # 4471 , BTW, please update to v4.2 first.

in reply to: Categories and Templates in Bulk import CSV file #25391

Shahjada
Keymaster

sorry, that is not possible yet.

Viewing 25 posts - 8,701 through 8,725 (of 15,594 total)