Yes, you can send a file to anyone using the “Email Download Link” option in all packages admin page. The option is available under each package.
Another option is email lock. If you use email lock with email download link option the download will be mailed to the visitor’s email address.
Hello,
you can see it here:
https://www.medimapsgroup.com/doc/white-paper/
How can I get it going? My client gets nuts.
Hello,
When I used https://sitechecker.pro to analyze a site I run with WPDM Pro I get a critical error:
URL Vulnerability: https://www.wpdownloadmanager.com/,Display: None
How to Fix:
URL Vulnerability
The conscious use of hidden content that gets filled with relevant keywords is considered to be manipulation of search results by search engine providers and is therefore classified as black hat SEO.
Use Google's recommendations to eliminate the possibility of hidden content.
I then go to the scanned page’s source code and find this snippet:
<div class="w3eden">
<div id="wpdm-popup-link" class="modal fade">
<div class="modal-dialog" style="width: 750px">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title"></h4>
</div>
<div class="modal-body" id='wpdm-modal-body'>
<p class="wpdm-placeholder">
[ Placeholder content for popup link ]
<a href="https://www.wpdownloadmanager.com/">WordPress Download Manager - Best Download Management Plugin</a>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
I think this is related to a WPDM popup feature that I do not use. Is there a way to disable the rendering of this code in my site? I am concerned this could have unintended SEO detriment. Thanks!
Hi Salahuddin,
Sorry I did not really like that kind of solution. It’s because on mobile view will looks weird if you use column..
Somehow I get the solution by changing some CSS.
Here’s my CSS:
/*Download Plugins*/
.w3eden .link-template-default.thumbnail {
padding: 10px;
width: 230px;
}
.w3eden .link-template-default.thumbnail .wpdm-download-link.btn {
padding: 0 10px !important;
line-height: 30px !important;
font-size: 7pt;
}
.w3eden .media-body {
width: 90px;
}
.w3eden .wpdm_icon {
box-shadow: none;
min-width: 39px;
}
/*END Download Plugins*/
Just that I use this CSS just for mobile view. But desktop view also follows the CSS.. If possible can you make the view 100% just for desktop view?
Thank you.
How can I change the color of the button [download_link]? And also the color of the font?
The standard button is blue and the font is white. But I need this button in yellow #fdc533 and the font in black #1d1d1b.
Thank you!
Hi Henri,
If you want the user to agree with terms before download then send the package details page link instead of the direct download link.
Thanks.
On that link, you are trying to download a package with id 11441 but I found no package with this id. Update the link with a correct package id to fix the error. Also, update you WPDM to current version 4.9.8
Hello,
In WP Plugins, I have the following messages displayed for Download Manager:
There is a new version of Download Manager available. View version 4.9.8 details. Automatic update is unavailable for this plugin.
Please activate Download Manager license for automatic update. Validate license key
I have a current License that renewed in May, 2019. When I click on the Validate license link, it takes me to the Downloads > License and the current License Key is already there.
How do I update DM? Does it have to be done manually? Why is it prompting me to Validate license?
Thank you,
Michael
This reply has been marked as private.
This reply has been marked as private.
My team member has purchased the download manager and entered the registration key but it says that it’s invalid although we copied and pasted the exact key. The linked site url is set to the domain name without the subdomain. For example, “example.com” instead of “www.example.com”. Is it because of this? If it is, can we have the linked site changed?
This reply has been marked as private.
This reply has been marked as private.
Hi Shariar
As above, at least for now, please can you send me a link where I can download the previous version 4.9.7 (Pro) until the issue is resolved?
Thanks
Lawrence
Hi,
You need Crypton theme to make your site look exactly like the demo. But it is possible to use specific parts of the demo if that part is coming from a shortcode.
If you want to create the download boxes like demo create custom link template from Downloads Templates page. The demo is using a modified version of Link template Panel.
Thanks.
It is not possible with the [download_url] tag. You have to use the [download_link] tag if you want to hide the URL. But you do have the option to customize the button from Settings User Interface Tab.
Dear Support,
After installing the Pro version, “Edit Profile” link to “website.com/?udb_page=edit-profile” says nothing found.
Download History also “website.com/?udb_page=download-history” says the same.
What could be the issue?
Regards,
Farhad
Hi Shariar
I checked and the Private Download Links Usage Limit was set to 3 – I increased it to 300 and it still gives the same message.
In any case, you get the same problem if you try to download the file from our normal downloads page “downloads.acfconsultants.com”, and the problem arises with all previous files too.
Please can you send me a link to download the previous version 4.9.7 (Pro) until the issue is resolved?
Thanks
Lawrence
Please check the “Private Download Links Usage Limit:” option in the Basic settings tab. Maybe it is set to 0. Set it to a higher value.
Send temporary wp-admin login info in private reply if that doesn’t fix the issue.
1 ) Requires customization of /download-manager/tpls/wpdm-reg-form.php template. Here you will find template customization documentation https://www.wpdownloadmanager.com/doc/template-files/
2 ) You have to create a Facebook App to get that info. You can follow this https://www.youtube.com/watch?v=txCfgVmsR7g or just start creating the app from this link https://developers.facebook.com/apps
3 ) You need to create an app from the Google developer console, then from the Credentials tab, create an API key and OAuth client ID. Here is the link to https://console.developers.google.com/apis/dashboard dev console. This is a generic process. No special steps are required for the Download Manager.
4 ) Please check reply 1
5 ) You can use the Text option to collect URLs.
This reply has been marked as private.
Hi Wise, Can you give me your WordPress site link and a Download package url to check?
How do I remove the odd pop up that occurs when linking to a download item?
https://king.vansd.org/elementary-school-supplies/
Clicking on the Listado de útiles escolares para escuelas de primaria link in blue box in upper right corner generates a pop up that just says “Download”. I just want the file to open.
Thanks for your response.
While this does seem to generate a link the usage limits do not seem to work, I can download a 1 time usage link as many times as I like.
Furthermore, it does not redirect to the actual page that imposes lock options such as terms.
How do I generate a unique 1 time link that goes to the regular download page?
Thanks.
Hi, I’ve just started to use Download Manager Pro and trying to style my own download button in Templates area.
I wanted to use this kind of code below but at the same time, I want to have the URL to be hidden just like the [download_link] does.
<a href="[download_url]" class="button primary large shadow">[title]</a>
Is there any way to achieve this goal?