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
Hi,
I want to send a zap to WPDM to send the user a link to download the stamped file as a guest without the user checking out. How can I accomplish that?
On guest downloads there is a prominent proceed button right under email and order id. It is More visible than the download button. Is there a way to either set that button to the download link or change where it redirects to?
Hello,
I am experiencing major slowdowns on pages with the plugin installed. I have a cache plugin installed, no change.
After monitoring the site, it turns out that this comes from a certain number of very slow requests (78), for example:
select download_count from xxx_ahm_user_download_counts
WHERE user = '1' and package_id = '3418'
The plugin is up to date, and I am using this shortcode:
[wpdm_all_packages items_per_page="20" categories="human-factors" jstable=1 order_by="field_name" order="ASC" cols="title,description|download_link" colheads="Title::300px|Download::155px"]
Example : https://www.smartcockpit.com/flight-ops/human-factors/
What can be done to eliminate these slowdowns?
Thanks in advance
Dear Support,
we have our own Download Template and it worked well. Unfortunately, since some days, the thumbnails are missing. Cache was deleted, but there is no difference.
Code:
<div class=”well c2a3″>
<div class=”media”>
<div class=”mr-3″ align=”left”>
[thumb_100x100]
</div>
<div class=”media-body”>
<h3 class=”media-heading” style=”padding-top: 0px;border:0px;margin: 0 0 5px 0;font-size:12pt;”>
<b>[title]</b> | Kategorie: [categories] </br>
<span style=”font-size:8pt;font-weight:300″>
Größe:[file_size]
[download_count] Downloads
</span>
</h3>
[description]
</div>
<div class=”ml-3″ align=”right”>
[download_link]
</div>
</div>
</div>
_______
Page with the problem:
_______
I saw in the forum that some others have the same issue. Can you help, please?
Thanks in advance
Hi there,
with Devault Values I have renamed all link labels to “read”. But when I use the search function of the Download Manager the search results display the link labels as “Download” – why?
YOu can try it out yourself here: https://www.lorenz-partners.com/newsletters-brochures/?search=legal
How can I make it as I need it? Please advise.
Thanks
Hello
I wanted to ask for your help since the “DOWNLOAD” button does not appear, it disappeared.
I use the short code [download_link]
I attach an image so you can understand which one I’m talking about.