Shahjada

Forum Replies Created

Viewing 25 posts - 7,476 through 7,500 (of 15,655 total)
Jun 2, 2015 at 7:59 pm
#30072
Keymaster
Shahjada
Staff OP

it was because you didn’t select button image from wpdm settings. Anyhow showing now.

Jun 2, 2015 at 7:54 pm
#30070
Keymaster
Shahjada
Staff OP

It is just adding access and secret key, the rest is depends on api key permission, if your api key doesn’t have proper authorization, it will not be able to word properly which is already explained in AWS docs. Please check api key permissions.

Jun 2, 2015 at 7:50 pm
#30069
Keymaster
Shahjada
Staff OP

Ok, It is released now, please update your copy.

Jun 2, 2015 at 7:07 pm
#30067
Keymaster
Shahjada
Staff OP

Please check if file is not attached or that package is deleted somehow, as I see another one is working fine:
https://www.evernote.com/l/AV2_W7CSFF5Fb5CVSgDK6twrhBJELQcbEeUB/image.png

Jun 2, 2015 at 7:02 pm
#30066
Keymaster
Shahjada
Staff OP

I know, we address templating system for short-codes and other wpdm templates, but will extend it for email templates too very soon 🙂 .

Jun 2, 2015 at 7:00 pm
#30065
Keymaster
Shahjada
Staff OP

ops, correct email address is customize@wpdownloadmanager.com

Jun 2, 2015 at 6:57 pm
#30063
Keymaster
Shahjada
Staff OP

It is certainly something related with servers php timeout settings or something else related with server php settings. It need to be fixed from server site. However, another alternative is, you keep those file in upload dir or any other dir than download-manager-files and attach those file as URL, in that case, when user clicks on download it simply will redirected to that url and start download, as direct download from url is not related with php, it should work fine.

Jun 2, 2015 at 6:37 pm
#30062
Keymaster
Shahjada
Staff OP

is output buffering disabled in your site?

Jun 2, 2015 at 6:36 pm
#30061
Keymaster
Shahjada
Staff OP

Ok now, the problem was happening for an issue with phps “basename” functions, basename usually returns file name from full path, here probably because of non ascii chars it was return only a part from file name. However I’ve resolved it editing wpdm-start-download.php.
Screenshot: https://www.evernote.com/l/AV0A3NWKRqJIN6oNzH7dEQ6ZAnNfLBmDJC8B/image.png

Jun 2, 2015 at 11:03 am
#30048
Keymaster
Shahjada
Staff OP

I’m checking pdf fonts, as they are now, fpdi doesn’t support non ascii chars, but I’m trying to find a patch.

Jun 2, 2015 at 8:10 am
#30044
Keymaster
Shahjada
Staff OP

you will need this add-on http://www.wpdownloadmanager.com/download/advanced-access-control/.

For login, use wpdm login form short-code [wpdm_login_from] or from settings, check option to show wpdm login form instead of message.

Jun 2, 2015 at 8:07 am
#30043
Keymaster
Shahjada
Staff OP

you’re welcome 🙂

Jun 2, 2015 at 8:07 am
#30042
Keymaster
Shahjada
Staff OP

wpdm actually have no control over external server. It will totally depends on the other server where file is stored.

Jun 2, 2015 at 8:06 am
#30041
Keymaster
Shahjada
Staff OP

you can use google drive. that will support direct download.

Jun 2, 2015 at 7:57 am
#30040
Jun 2, 2015 at 7:55 am
#30039
Keymaster
Shahjada
Staff OP

if you add from URL and use multiple url, you can only use individual download. Because, for full package download from multi-file pack, it needs to create zip file from attached files, which required to keep file in same server.

Jun 2, 2015 at 7:49 am
#30038
Keymaster
Shahjada
Staff OP

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

Jun 2, 2015 at 7:45 am
#30037
Keymaster
Shahjada
Staff OP

you need to upload new email template in /download-maanger/email-templates/ dir or edit current one from that dir.

Jun 2, 2015 at 7:40 am
#30035
Keymaster
Shahjada
Staff OP

Please check at the end of that page, 25-11-2014: Version 2.7.3 ( free ) released, issue resolved if you are using v4.1.6 ( pro ), which is a very outdated version for pro, you should update to v4.2.2 immediately.

Jun 2, 2015 at 7:32 am
#30032
Keymaster
Shahjada
Staff OP

please give me an example URL to check

Jun 2, 2015 at 7:29 am
#30030
Keymaster
Shahjada
Staff OP

ok, please give me temporary wp-admin login info, I’ll check that for you.

Jun 2, 2015 at 6:00 am
#30024
Keymaster
Shahjada
Staff OP

you can’t apply appshop only in download page, but if you want to make your download page like appshop, you need to create a separate page template for your theme.
” All Ad-ons” doesn’t includes any theme, all included items are listed in this page http://www.wpdownloadmanager.com/download/all-ad-ons/
And wp pro membership and payment methods are not part of all add-ons pack, we have separate pack for all payment gateways http://www.wpdownloadmanager.com/download/payment-gateways/

“The Next” is perfectly functional and we are here to help you with setup if you need.

Jun 2, 2015 at 4:36 am
#30022
Keymaster
Shahjada
Staff OP

@Jefford, sorry for the delay, you posted in free forum and there sometimes delay in reply happens, But activating bootstrap js should resolve your issue, and if not it could be a conflict with another plugin. As you need here http://demo.wpdownloadmanager.com/wpdmpro/tree-view/ , tree view is totally functional.

Jun 2, 2015 at 4:32 am
#30021
Keymaster
Shahjada
Staff OP

Yes, you need to create a link template without [page_link] tag. You may use following code too:

<div class="media">
    <a class="pull-left" href="[page_url]">
    [icon]
    </a>
    <div class="media-body">
    <h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[title]</h4>
    [download_link] <i style="margin: 2px 0 0 5px;opacity:0.5" class="icon icon-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="icon icon-download-alt"></i> [download_count] downloads
    </div>
</div>

Anyhow here is the docs: http://www.wpdownloadmanager.com/doc/templates/

Jun 2, 2015 at 4:25 am
#30020
Keymaster
Shahjada
Staff OP

#1. It looks like a file read/write permission issue, please make /download-manager-files/ dir writable and try downloading again, if you still see 3 files, please make download-manager/wpdm-start-download.php writable, so that I can check it in details.

#2. It simply could be an issue with your zip explorer.

Viewing 25 posts - 7,476 through 7,500 (of 15,655 total)