Hello,
I want to add files to my page, using URLs, but i need to set the size of those files separately so that when i show up “file_list_extended” on the template, i’ll get a file size, not 0.00 for now.
Best Regards.
Adding following rule in exclude pages option should be enough to prevent caching of download urls,
.*\?wpdmdl.*
https://www.evernote.com/l/AUdob6mQJbtOdooydwtS8NhSYyUWM5HIClIB/image.png
I had a similar problem, and I found a solution to this problem on the thread at
https://wordpress.org/support/topic/weird-chars-instead-of-download-pdf-file/
basically add
\?wpdmdl.*
to the list of url strings that force a page not to be cached in Super Cache settings.
There is a how-to about making these kind of exceptions at…
WP Super Cache plugin – How to exclude Shop Pages
Hi there,
By looking at settings, i can see you entered Redirect Url in wrong way. Please follow the steps in http://www.wpdownloadmanager.com/download/wpdm-onedrive/ correctly, where redirect url will be https://agendadelvolo.info/wp-admin/post-new.php
And in “https://account.live.com/developers/applications
” you need to add two redirect urls http://agendadelvolo.info/wp-admin/post.php
andhttp://agendadelvolo.info/wp-admin/post-new.php
Thank you.
Hi,
Download Manager redirects user to S3 file when download button is clicked. WPDM can’t control they way file is served. You have to add file locally if you want the download button to download file (mp3) on click Download button. There might be some option in S3 to show download link instead of playing it.
You can set package icon when bulk importing packages. Put the icon url under icon
column in csv file. You can also set icon from package settings. It looks like you have some confusion about link template. Please let me know if you have any specific question about templates.
Error in some packages are being caused by an extra space in generated download link. One possible reason, maybe some other plugin modifying output. Try disabling other plugins to be sure. However, We will check thoroughly in our code, if there is any issue found, i will let you know and release an update soon.
Thanks.
Your plugin is causing random and a predictable 502 gateway errors on my site. If I disable it the site runs faster and the errors go away. I believe this started with in the last two versions of the plugin. I am running these plugins and versions.
- Download Manager – 4.5.6
- WPDM Archive Page – 2.83
- WPDM Default Value – 1.5.0
- WPDM – Extended Short-codes – 2.5.0
- WPDM – Image Button – 2.3.3
- WPDM – TinyMce Button – 2.5.0
I have disabled all these and the problem goes away. If I just enable the Download Manager the problem returns. I can duplicate it using our Search feature. Here is an example url on our staging site that demonstrates the problem.
http://archatl.staging.wpengine.com/?s=pastoral+plan
It appears that if we search for any words that are included as a download package the website fails. In addition to this predictable failure the site also generates 500, 501, & 502 errors randomly while updating pages and other content when this plugin is running.
Assistance would be greatly appreciated. Login information to our staging site can be provided upon request and given a privacy option.
Jonathon
Hi there,
I have attached two external URLs which are .exe and .jar files.Then Download manager automatically added me the related icons on the side and i see that the loading time of each icon when my page loads is about 2-3 seconds which costs my page to load very slow
Those icons where automatically added once i inserted the urls but i don’t really need them.
is there a way i can deactivate them so they don’t fire on my page?
Screenshots attached.
Waiting for your feedback.
Thanks!
Hi,
I have the live forms plugin as part of the premium package. The issue I am having is when users fill out all the correct fields (including fields that are not required) the form is getting stuck on email address and company url. Both of these questions are set to optional at the moment.
Is there something wrong with this form or am I meant to set something?
The link is http://www.policiesrus.com.au/client-registration/
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Add following code in /wpdm-archive-page/tpls/archive-page-with-sidebar.php file ( At the bottom inside script tag),
var cat_id_for_autoload = $('.apc-item:first').data('item-id'); if(cat_id_for_autoload){ $('.wpdm-loading').fadeIn(); $('#ap-content').load("<?php echo admin_url('admin-ajax.php'); ?>", {action:'load_ap_content', cid: cat_id_for_autoload}, function(){ $('.wpdm-loading').fadeOut(); }); return false; }
https://www.evernote.com/l/AUfUq-m9yeJJ9KGZ7vhqQS1FELXAUqgJWXQB/image.png
Hi,
Can I set settings for specific categories to be invisible for all users but they can download the package via link url in the post?
Also, I am adding add to cart button to the post, not to the package. When users add it to the cart, in the cart they see the link back to the package. Can I redirect to the post from the cart, not to the package?
Thanks,
Alesia
Hi Shahriar
Thank you for your prompt reply.
Ok sure, please see attached image. I’m trying to use Google Tag Manager to track downloads as well, so that i can use Google Events to generate a PDF report.
I am able to set a link label for a package so that the package can be identified as an event in Google Tag Manager. However with the individual file list (generated by the Attach Dir) I am unable to pull any data that can be used as an identifier. See the image, the Click Text is “Download” and the URL is encoded.
So if its a problem to change the URL structure to be human readable, is it possible to change the [file_list] template to use Link-Button, so the button is the “file title” instead of just “Download”?
Otherwise would there be another way to add an identifier to the file?
Thank you for your time
Sorry, Not clear, what you meant by ‘External URL’
Do you want to add file from external URL? You can do that. Just list the URL under the files column.
Check following sample. Added a Dropbox file there.
Ok … but i can import external import url ?
I see Advanced CSV Importer add-on for WordPress Download Manager will give you the easy way to import csv files with field mapping option.
In sample i see
files
abc.txt,another-file.doc,other-file.pdf
i try to change file with
files
https://app.box.com/s/number
But don’t work .. i can import ONLY INTERNAL FILE…
Are possible import via csv external link
Hi Jass,
I am sorry, i have no access to FW and it limit admin to 2 adresses. I found a work around, it seems to come from remote_post and decode response, I replace by the code bellow and it works fine :
if(isset($_POST[‘reCaptchaVerify’])){
$retraw=file_get_contents(“https://www.google.com/recaptcha/api/siteverify?secret=”.get_option(‘_wpdm_recaptcha_secret_key’).”&response=”.$_POST[‘reCaptchaVerify’].”&remoteip=”.$_SERVER[‘REMOTE_ADDR’]);
$ret = json_decode($retraw,true);
// $ret = remote_post(‘https://www.google.com/recaptcha/api/siteverify’, array(‘secret’ ► get_option(‘_wpdm_recaptcha_secret_key’), ‘response’ ► $_POST[‘reCaptchaVerify’], ‘remoteip’ ► $_SERVER[‘REMOTE_ADDR’]));
if($ret[“success”] == true){
$_SESSION[‘_wpdm_unlocked_’.$file[‘ID’ = 1;
update_post_meta($file[‘ID’], “__wpdmkey_”.$key, 3);
$download_url = wpdm_download_url($file, “_wpdmkey={$key}”);
$data[‘downloadurl’] = $download_url;
}
else{
$data[‘error’] = __(“Captcha Verification Failed!”, “wpmdpro”);
}
Thks for your plugin,
Payt
Are you using Directory addon? Please send page url to check.
You place the url to file in url field ( the file has to be accessible through browser using same url )
After clicking +
button file should be added to Attached files metabox
https://www.evernote.com/l/AUfLYx3CoRZKMrmjdHdds7q4DvZAHgCltLUB/image.png
if you can’t attach file, Please send temporary wp-admin login info in private reply. I will check it there.
Thanks.
Hi there, after inputting the proper password for the files, the file won’t download and the URL gets an appended #locked&ind….. added to it.
I’m able to download the file after I then remove the extra words from the URL and enter the password again, but I know that’s not how things should work.
This issue arrises anytime I am trying to download a file for the first time from any new device. After I have repeated the process mentioned above, it works, but again, I know that’s not the intended method.
Thanks,
Anna
This reply has been marked as private.
Hey all,
Thanks for that complete plugin, it’s a very nice one ! However, I do have a puzzling problem.
DMPro is set up properly, files are entered, protected by a password, but when, on the frontend, I enter the password to download the PDF file, it loads for several long minutes and then gives me an “Encoding error”. It works perfectly on my local dev site ; not on the production site.
The PDF files are in a directory inside /wp-content/uploads ; they are inserted using the Attach file > Browse tool (once again, it works perfectly on my local dev site). I’d like to use that because of the URL obfuscation it gives. However, I’ve tried by linking a full address into Attach files > URL (the URL given loads the file without problem, so the “encoding error” is definitely not valid), and it works just fine, except there is no URL obfuscation…
I think I’ve looked almost anywhere I could think of, to resolve this… .htaccess file is pristine ; hosting server is cheap but otherwise fine ; I’m lost and I could use some help, please…
Thanks by advance for your ideas. Credentials to get access to the site are ready for you, in private.
Luc
Hi,
Installed Updated version of both WPDM and Premium Package in your site. Now warning issue resolved.
You can add as many digital product as you want. Users can also download purchased item from guest checkout [wpdm-pp-guest-orders]
page.
All required setup info will be found here http://www.wpdownloadmanager.com/docsfor/premium-package/ Although you have already set up everything.
Please let me know if you still have any question. Also send me the url which show 404 after returning from paypal.
Thanks.
This reply has been marked as private.
Hello Shaon,
Below is an example URL. It currently asks for (Name, Username, Email, Password) but I would additionally like to ask for a phone number.
http://fremarq.wpengine.com/products/resources/register/
Thanks,
Laurence