I have to do it this way. The file is generated daily by a different system and placed into the WP system daily. I know that I can have the file served by php easily and mask the URL. I just don’t know how to add the captcha which is why i needed your plugin.
I’ve tried 2x to get your custom team to make this work and no response. I shouldn’t have to pay extra though as this is the WHOLE point of your plugin. If the system doesn’t hide the url, than anyone can see it and continue downloading it outside of my system. Why would they continue to pay or how can I track download counts.
Hope you are well. And sorry for the inconvenience. Please share the related URLs. if possible, please, give your temporary wp-admin login details in a private reply to check the issue.
Hi everyone/anyone….have added shortcode to a blank page on my website….
..when looking at the page (in incognito window) the nice looking download PDF symbol based image appears…however…
… when clicking on it it opens the full download table showing date the file was created and last updated and file size etc with Green Download button on top…
(not what I wanted the simple one was perfect as this is an evergreen report so don’t want visitors to see the creation date)
…however clicking on the green button sets off the V3 recaptcha which responds with…”site owner invalid keys” message (or something like that)…the keys are correct….so whats the issue here?…anyone have a solution please?
The object is to cloak the download url (which it does), check for a real person using reCaptcha (fails) and some basic stats would be nice (optional)…maybe Download Manager is too complex to do the basics?
Thanks for this. I’ve now the redirect URL. However, the problem of the Registration form not actually adding a new user is the real problem. Again. Please try this on our site and you’ll know what I mean.
I have chosen the “no template” template… How can I make a button appear in that template? Now it only allows me to put a hyperlink but not for it to appear as a button.
Additionally, I am trying to ensure that when I add the download link variable it displays a very long url (it looks terrible visually). Can I make a text appear but when you click it direct you to the link of the variable without the entire url appearing? The variable is: {{download_url}}
I was wondering if we can use wpdm to count external clicks, so intead of uploading a file. We just redirect a user to another url and that counds as a ‘download’. Would that work if we just use the Insert URL option? https://i.imgur.com/VZCvbYi.png
Also is there an addon or a way with more reports/stats? We would need to get the number of downloads per quarter or per month and which ones were downloaded and how many times.
Despite installing the WPDM ONE DRIVE add-on and completing the preparatory tasks, the section of the plugin for cloud settings is not displayed. Even when directly entering the URL for the CLOUD SETTINGS tab, the settings are not shown, but an error appears. https://www.example.com/wp-admin/edit.php?post_type=wpdmpro&page=settings&tab=cloud-storage How can this problem be resolved? The need is to use ONE DRIVE as external storage for the documents uploaded to the site.
I have identified the problem: The OceanWP theme is blocking the URL from functioning properly. When you switch the theme, you can access the frontend URL upload option. Additionally, I have noticed that an update is available for the OceanWP theme. Please update the theme, as this may resolve the issue.
by adding ?search=financière at the end of the url of the page ok. but not using the search field and i won’t ask the visitors to write queries in the url field of their browser…
My setup is like this.
Used media cloud plug-in to offload the medias to an External S3 compatible storage, setup with Minio.
The files are offloaded OK, and all the medias will receive a new URL which is the URL of the S3 storage.
Then when I try to attach file from the media library in the WPDM package add interface, it will attach it, but when saving the package, it will not save the attachment. Nor when I try to insert file via URL.
See the screenshot here.
I had to upload the file from my server directory, from which I can see the file’s URL is a relative URL.
Is this because the WPDM do not accept this kind of setup?
To view the plugin’s log, please follow these steps:
– Access the error logs via the cPanel Error Log file.
– Enable debugging mode in your config.php file by adding the following code: define( ‘WP_DEBUG’, true );
– Alternatively, you can install an error log plugin, such as Error Log Monitor.
Hi Nayeem, it is a longstanding issue that you assisted with in the past. We just have too many site views which creates some issues with PDF Viewer working. I’m just looking for a solution on our most visited packages that will allow us to reduce the number of fetch requests and using an iframe seems to work for what we are looking for. Is there a way to build a shortcode of my own that works like the [file_list] one? I realize it is meant for multiple files, but we aren’t going to be using it that way, so if I could strip out the code that removes it from my URL string, that would be awesome.
We tried making our own with some php and it places into the template perfectly on its own, but when I add it to the src url of an iframe, it doesn’t read the shortcode at all:
PDF Viewer has been giving us trouble, so I’m trying to create a page template with an iframe to embed my PDF previews in to test if this might work better for us. I have it set up and working properly if I put a link to a specific PDF in my template (For example: https://mywebsite.com/wp-content/uploads/download-manager-files/myfile.pdf), but when I try to change the src url to make it dynamic, it doesn’t work. I need a shortcode for the direct file url (not download link), but I don’t see that as an option in my research.
I’ve also tried just hard coding the beginning of the URL and adding the shortcode for the file list (example: <iframe src="https://mywebsite.com/wp-content/uploads/download-manager-files/[file_list]"></iframe>), but that doesn’t allow me to add that file extension to the end of the URL just before because there’s html that is injected around that file name to put it in its own table:
Search Results for 'Add Url'
Topic: Feature Request: Access Settings
HappyHelper
Can you please add a new option to the dropdown when a user is not allowed to download:
1. Redirect to URL
2. Choose a Page/Post to display
3. Ability to set a custom ‘only block download’ message
Topic: Download of file shows html page code
bostjan laba
One of the files in the list of WPDM files is not “uploaded”, it’s been added as a link to a file on the server.
When user clicks on front end to download it gets this page displayed:
<!DOCTYPE html>
<html style=”background: transparent”>
<head>
<title>Download </title>
<script>
var wpdm_url = {“home”:”https:\/\/www.neolink.si\/”,”site”:”https:\/\/www.neolink.si\/”,”ajax”:”https:\/\/www.neolink.si\/wp-admin\/admin-ajax.php”};
</script>
<link rel=”stylesheet” href=”https://www.neolink.si/wp-content/plugins/download-manager/assets/bootstrap/css/bootstrap.css” />
<link rel=”stylesheet” href=”https://www.neolink.si/wp-content/plugins/download-manager/assets/css/front.css” />
<link rel=”stylesheet” href=”https://www.neolink.si/wp-content/plugins/download-manager/assets/fontawesome/css/fontawesome.min.css” />
<link href=”https://fonts.googleapis.com/css?family=Overpass:400,700″ rel=”stylesheet”>
<!–
<script src=”https://www.neolink.si/wp-includes//js/jquery/jquery.js”></script>
<script src=”https://www.neolink.si/wp-includes//js/jquery/jquery.form.min.js”></script>
<script src=”https://www.neolink.si/wp-content/plugins/download-manager/assets/bootstrap/js/bootstrap.min.js”></script>
<script src=”https://www.neolink.si/wp-content/plugins/download-manager/assets/js/front.js”></script>
–>
<style>
:root {
–color-primary: #4a8eff;
–color-primary-rgb: 74, 142, 255;
–color-primary-hover: #4a8eff;
–color-primary-active: #4a8eff;
–color-secondary: #6c757d;
–color-secondary-rgb: 108, 117, 125;
–color-secondary-hover: #6c757d;
–color-secondary-active: #6c757d;
–color-success: #18ce0f;
–color-success-rgb: 24, 206, 15;
–color-success-hover: #18ce0f;
–color-success-active: #18ce0f;
–color-info: #2CA8FF;
–color-info-rgb: 44, 168, 255;
–color-info-hover: #2CA8FF;
–color-info-active: #2CA8FF;
–color-warning: #FFB236;
–color-warning-rgb: 255, 178, 54;
–color-warning-hover: #FFB236;
–color-warning-active: #FFB236;
–color-danger: #ff5062;
–color-danger-rgb: 255, 80, 98;
–color-danger-hover: #ff5062;
–color-danger-active: #ff5062;
–color-green: #30b570;
–color-blue: #0073ff;
–color-purple: #8557D3;
–color-red: #ff5062;
–color-muted: rgba(69, 89, 122, 0.6);
–wpdm-font: “Rubik”, -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”;
}
.wpdm-download-link.btn.btn-primary.btn-sm {
border-radius: 4px;
}
</style>
<style>
body{
font-family: Overpass, sans-serif;
font-weight: 400;
font-size: 14px;
}
.w3eden .alert:before{
text-transform: uppercase !important;
}
.w3eden .alert{
letter-spacing: 0.5px !important;
}
.w3eden .card .card-header{
font-size: 13pt;
}
.w3eden .card .card-body{
font-size: 13pt;
}
</style>
</head>
<body class=”w3eden”>
<div style=’display: table;vertical-align: middle;height: 90%;position: absolute;width: 90%;margin-left: 5%;’>
<div style=’text-align: center;height: 100%;display: table-cell;vertical-align: middle’>
<div style=’max-width: 70% !important;display: inline-block;font-size: 13pt’>
No file is attached with this package! </div></div></div>
</body>
</html>
Same page is shown if in backend I use button “Select from server”. What is this?
Bostjan
Topic: Google Recaptcha Issue – shows invalid Keys
John Mills
Hi everyone/anyone….have added shortcode to a blank page on my website….
..when looking at the page (in incognito window) the nice looking download PDF symbol based image appears…however…
… when clicking on it it opens the full download table showing date the file was created and last updated and file size etc with Green Download button on top…
(not what I wanted the simple one was perfect as this is an evergreen report so don’t want visitors to see the creation date)
…however clicking on the green button sets off the V3 recaptcha which responds with…”site owner invalid keys” message (or something like that)…the keys are correct….so whats the issue here?…anyone have a solution please?
The object is to cloak the download url (which it does), check for a real person using reCaptcha (fails) and some basic stats would be nice (optional)…maybe Download Manager is too complex to do the basics?
Thanks for any help or advice…
Best…John
Topic: Links instead of files and more stats
mrcbt
Hi
I was wondering if we can use wpdm to count external clicks, so intead of uploading a file. We just redirect a user to another url and that counds as a ‘download’. Would that work if we just use the Insert URL option? https://i.imgur.com/VZCvbYi.png
Also is there an addon or a way with more reports/stats? We would need to get the number of downloads per quarter or per month and which ones were downloaded and how many times.
Topic: NO CLOUD STORAGE SETTINGS
Davide Sciuchetti
Despite installing the WPDM ONE DRIVE add-on and completing the preparatory tasks, the section of the plugin for cloud settings is not displayed. Even when directly entering the URL for the CLOUD SETTINGS tab, the settings are not shown, but an error appears. https://www.example.com/wp-admin/edit.php?post_type=wpdmpro&page=settings&tab=cloud-storage How can this problem be resolved? The need is to use ONE DRIVE as external storage for the documents uploaded to the site.
Topic: Please add search option on package categories
Ishan Bhandari
Please add search option on package categories
[url=https://imgbb.com/][img]https://i.ibb.co/GHJ634K/wpdm.png[/img][/url]
Topic: Offloaded Media Library, but the attachment from it is not loaded.
Alex Li
Hi Team,
My setup is like this.
Used
media cloud
plug-in to offload the medias to an External S3 compatible storage, setup with Minio.The files are offloaded OK, and all the medias will receive a new URL which is the URL of the S3 storage.
Then when I try to attach file from the media library in the WPDM package add interface, it will attach it, but when saving the package, it will not save the attachment. Nor when I try to insert file via URL.
See the screenshot here.
I had to upload the file from my server directory, from which I can see the file’s URL is a relative URL.
Is this because the WPDM do not accept this kind of setup?
Thanks
Topic: Shortcode to direct file path
Ryan Stueve
PDF Viewer has been giving us trouble, so I’m trying to create a page template with an iframe to embed my PDF previews in to test if this might work better for us. I have it set up and working properly if I put a link to a specific PDF in my template (For example:
https://mywebsite.com/wp-content/uploads/download-manager-files/myfile.pdf
), but when I try to change the src url to make it dynamic, it doesn’t work. I need a shortcode for the direct file url (not download link), but I don’t see that as an option in my research.I’ve also tried just hard coding the beginning of the URL and adding the shortcode for the file list (example:
<iframe src="https://mywebsite.com/wp-content/uploads/download-manager-files/[file_list]"></iframe>
), but that doesn’t allow me to add that file extension to the end of the URL just before because there’s html that is injected around that file name to put it in its own table:Does something like this exist or is there a way to create my own tag that would do this?
Topic: getting Error when click on Add new file
Cheryl Mckenzie
I am getting error while clicking on add new file from backend.
https://tinyurl.com/27zdpool