Shahjada

Forum Replies Created

Viewing 25 posts - 3,076 through 3,100 (of 15,655 total)
Oct 1, 2017 at 6:11 am
#63933
Keymaster
Shahjada
Staff OP

@arneklein, The FTP account is pointed to an empty dir, I’m not seeing anything there.

Oct 1, 2017 at 6:07 am
#63932
Keymaster
Shahjada
Staff OP

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

Sep 23, 2017 at 3:45 pm
#63438
Keymaster
Shahjada
Staff OP

Actually, if you want to show thumbnails for PDFs in that way, it will kill lots of server resources and some users will feel annoyed, however, we shall extend the feature with the following addon:

WordPress PDF Viewer

 

 

Sep 21, 2017 at 11:48 am
#63196
Keymaster
Shahjada
Staff OP

BTW, another solution is using:

WPDM Page Templates

Sep 12, 2017 at 4:43 am
#62727
Keymaster
Shahjada
Staff OP

Only $75/h, you may complete purchase 2 hours from here:

Custom Upgrade Service

Thanks

Sep 3, 2017 at 8:49 am
#62403
Keymaster
Shahjada
Staff OP

okay, reg form shortcode is working file now, seem like a conflict wih cache plugin. However, I changed a line of code to bypass the issue.

Sep 3, 2017 at 8:05 am
#62402
Keymaster
Shahjada
Staff OP

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

Sep 3, 2017 at 6:49 am
#62400
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Sep 2, 2017 at 8:17 pm
#62394
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Sep 1, 2017 at 12:11 pm
#62351
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Sep 1, 2017 at 10:48 am
#62350
Keymaster
Shahjada
Staff OP

WPDM generate download links are packageurl?wpdmdl=packageid which is not working for strange reason in your server, so I had to change it to homeurl?wpdmdl=packageid.

Changed file: class.Package.php

Old Code:

public static function getDownloadURL($ID, $ext = ''){
        if(self::isLocked($ID) && !isset($_SESSION['_wpdm_unlocked_'.$ID])) return '#locked';
        if ($ext) $ext = '&' . $ext;
        $permalink = get_permalink($ID);
        $sap = strpos($permalink, '?')?'&':'?';
        return $permalink.$sap."wpdmdl={$ID}{$ext}";
    }

Changed Code:

public static function getDownloadURL($ID, $ext = ''){
        if(self::isLocked($ID) && !isset($_SESSION['_wpdm_unlocked_'.$ID])) return '#locked';
        if ($ext) $ext = '&' . $ext;
        $permalink = home_url();
        $sap = strpos($permalink, '?')?'&':'?';
        return $permalink.$sap."wpdmdl={$ID}{$ext}";
    }
Sep 1, 2017 at 9:50 am
#62345
Keymaster
Shahjada
Staff OP

After login to FTP, I’m only seeing 2 zip files. Seems like, FTP account is pointed to a wrong directory.

Sep 1, 2017 at 9:44 am
#62344
Keymaster
Shahjada
Staff OP

Hi, the only solution is updating the plugin. Also, you are using a very old version and there are some security issues we have fixed from that time. However, core plugin update should not break anything except you change anything in core plugin code.

Sep 1, 2017 at 9:40 am
#62343
Keymaster
Shahjada
Staff OP

@stefano8663,

Actually, the shortcode requires the following add-on:

WPDM Directory Add-on

I’m not seeing it active or even installed.

Sep 1, 2017 at 9:32 am
#62342
Keymaster
Shahjada
Staff OP

Package inherits the role access from selected categories too. In your case selected category Training Toolkit has All Visitors checked, so the package also inherits All Visitors and that is why anyone can download it.

Doc:

https://www.wpdownloadmanager.com/doc/add-new-package/package-settings/

Sep 1, 2017 at 9:05 am
#62341
Keymaster
Shahjada
Staff OP

To open a download link in a new tab, you need to use following code for download link:

<a href="[download_url]" target="_blank">[link_label]</a>

Doc:

Templates Overview

Sep 1, 2017 at 9:02 am
#62340
Keymaster
Shahjada
Staff OP

It was because bootstrap CSS was disabled, however, it is okay now.

Important: You are using a very old version of WordPress Download Manager Pro which could have a security bug. Please update your plugin ASAP
Sep 1, 2017 at 8:10 am
#62336
Keymaster
Shahjada
Staff OP

FTP Error:

Response:     530 Login authentication failed.

Seems, login info is not working.

Sep 1, 2017 at 2:25 am
#62330
Keymaster
Shahjada
Staff OP

Sorry for the delays, It is working fine now, keep all bucket region US East (N. Virginia) for now.

Sep 1, 2017 at 1:14 am
#62329
Sep 1, 2017 at 1:09 am
#62328
Keymaster
Shahjada
Staff OP

To sell files, you will have to activate Premium Package Add-on and [doc_preview] tag will not work, instead you may use [pdf_thumb] to show thumb preview of the first page of the attached pdf file.

Sep 1, 2017 at 1:06 am
#62327
Keymaster
Shahjada
Staff OP

when you click on the download link (where the file is attached from Amazon S3), WPDM Amazon S3 creates a temporary download link with 30 mins expiration using API and redirect to it to start download. Please let me know where you facing a problem.

Sep 1, 2017 at 12:58 am
#62326
Keymaster
Shahjada
Staff OP

Actually, that page directly coming from their site, wpdm has nothing to do there. Probably the email was misspelled last time, so, please try again :).

Sep 1, 2017 at 12:55 am
#62325
Keymaster
Shahjada
Staff OP

Please give me temporary wp-admin login info in a private reply.

Sep 1, 2017 at 12:55 am
#62324
Keymaster
Shahjada
Staff OP

in the same browser session, wpdm counts multiple clicks on the same link as one. If every user uses different browser or close browser after use, then it will count every download. However, we shall add an option in the wpdm settings page to skip the situation on need.

Viewing 25 posts - 3,076 through 3,100 (of 15,655 total)