Recently the plugin stopped working. First, it wont display properly for the custom link template. (if I put download_link – a “#” appears) and for the download page template, where I have a password, the input fields appear but when you hit “download” nothing happens.
Hello, have renew my license for this function to make it work.
Have decided to force members to Like my FB page.
I have installed last update but i see the issue is not solved.
Problem is if i like the page it does not show download button but stay with Like with how many likes it was liked then i press unlike and like again it reloads show Download button then page not found with /undefined url similar to other topic i found here i have seen you told to that person the patch will be in new release but it does not work with last update.
See this link for google drive video i made with issue i have the second pop up window is not captured i record with Xbox in win 10 that is why it is not shown in the video.
https://drive.google.com/open?id=1q1XrK4zGpipUHlW-JlknPyTKQDPKYm_v
Also i wonder does the like button will disappear for other packages if the page was already liked?
Hi guys,
I have the same problem als outlined in this older thread by another user here: https://www.wpdownloadmanager.com/support/topic/all-downloads-giving-download-not-available-txt/
And it’s also as Shariar told the user there: there are no files linked to that package.
BUT – and here comes the point – all dwonloads were linked to the respective files.
What we did is, we cloned the whole WP installation and put it to a new server (new IP, new Domain). Everything seemed fine, but not the downloads. All files where transported, but somehow WPDM just deleted(?!) all links between the package and the respective files.
What can we do? We need that clone as it will be a productive part of a banking website for a customer.
So we’d need quite urgend support on this one.
Thanks a lot in advance!
Christoph
Hi,
I wan to hide all the metadata and keep only the link to download files.
Can you tell me how to do that?
Bets regards,
Maklei
Hi guys,
Is it possible to put a return URL in the “must login to download” link?
When the user clicks on the link it takes them to the login page and when they login they are directed to a page away from the package they wanted to download. So, either they click the back button on the browser or they are lost. It would be nice to have a returnurl on the link so they are directed back to the package after logging in.
Please let me know if it is possible and how.
Thanks!
Hi,
Package icon is displaying too big on Microsoft Edge. Please check the attachment.
Following is the current code of my package template:
<div class="panel panel-default">
<div class="panel-body">
[description]
</div>
<div class="panel-footer" data-durl="[download_url]" >
<div class="media">
<div class="pull-left">[icon]</div>
<div class="media-body"><strong class="ptitle">[title]</strong>
<div><strong>[download_link]</strong></div>
</div>
</div>
</div>
<div style="clear: both"></div>
</div>
Link: https://www.doctemplates.net/christmas-themed-award-certificate-templates/
Hi,
When uploading the feature image of a package, it shows the default image URL /wp-content/uploads/05/18/image.jpg.
BUT upon showing the packages on single post. the image URLs are changed to wp-content/plugins/download-manager/cache/Balance-Sheet-Template_Page_1-1-0x0.jpg.
Which is not good for image SEO. Can you please guide me about how to keep default image URLs when displaying the package, instead of WPDM url.
Link: http://update.wordtemplatesonline.net/3955-2/
Right click > View image to check the current path.
Thanks.
Hi,
on the web I have a list of all publications with it’s numbers. Now I would like to have a link to the “current publication” in the service column and would like to name it that way. Is there a way to do this?
Something link that:
[wpdm_package id='33333' label="aktuelle Ausgabe"]
[wpdm_package id='33333']aktuelle Ausgabe[/wpdm_package id='33333']
I have created my own link template. Is it possible to set this as the default value when adding new download packages? How do you do that? Thank you for your advice.
Hello
we get within chrome developer tool this error. The error occurs within the admin dashboard.
notice.php?wpdmvarsion=4.7.7:1 Failed to set referrer
Failed to set referrer policy: The value ” is not one of ‘no-referrer’, ‘no-referrer-when-downgrade’, ‘origin’, ‘origin-when-cross-origin’, ‘same-origin’, ‘strict-origin’, ‘strict-origin-when-cross-origin’, or ‘unsafe-url’. The referrer policy has been left unchanged.
Is this caused by WPDM? Also we expect maybe this error causes another problem with calendarize it! plugin. There we could not save options page within calendarize it!, options always reseted after saving. Support of them told me maybe this error could be a part/ the reason for the problem.
Thanks fo your help Marc
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.css" />
<link href="https://fonts.googleapis.com/css?family=Karla" rel="stylesheet">
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E="
crossorigin="anonymous"></script>
<style>
body,p{
font-family: Karla, sans-self;
font-size: 10pt;
line-height:1.3 !important;
letter-spacing: 0.5px;
}
time{
font-size: 8pt;
margin-top: 10px;
display:block;
color: #aaaaaa;
font-style: italic;
}
.media-content{
overflow: unset;
}
.content figure{
margin:0 !important;
}
.fb-page.fb_iframe_widget iframe,
.fb-page.fb_iframe_widget{
width:100% !important;
}
</style>
</head>
<body>
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '221324504570049',
autoLogAppEvents : true,
xfbml : true,
version : 'v2.11'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
jQuery(function($){
setTimeout(function(){
FB.api(
'/141087719309477/feed?access_token=200909553297304|Wk3QiltHyAJOsdKy4LTbyulusYQ&fields=name,link,type,status_type,description,picture,message,created_time,permalink_url&limit=5',
'GET',
{},
function(response) {
$.each(response.data, function(i, post){
var cdate = new Date(post.created_time);
cdate = cdate.toString().split(' GMT');
cdate = cdate[0];
$('#fb-posts').append('<div class="card"> <div class="card-content"><div class="content"><article class="media"><div class="media-left"><figure class="image is-64x64"><img src="'+post.picture+'" alt="Image"></figure></div><div class="media-content"><div class="content"><p>'+post.message+'</p><time datetime="'+post.created_time+'">'+cdate+'</time></div></div></article></div></div><footer class="card-footer"><a target=_blank href="'+post.link+'" class="card-footer-item">Learn More</a><a target=_blank href="'+post.permalink_url+'" class="card-footer-item">View On Facebook</a> </footer></div>');
});
}
);
}, 2000);
});
</script>
<div class="fb-page" data-href="https://facebook.com/wpdownloadmanager/" data-width="400" data-small-header="true" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="true"><blockquote cite="https://facebook.com/wpdownloadmanager/" class="fb-xfbml-parse-ignore"><a href="https://facebook.com/wpdownloadmanager/">WordPress Download Manager</a></blockquote></div>
<div id="fb-posts"></div>
<!-- a href="https://www.wpdownloadmanager.com/download/opt-in-magic/?utm_source=OptinMagicWPD&utm_medium=DashboardWidget&utm_campaign=new_addon" target=_blank><img src="https://www.evernote.com/l/AV0tp5IsHFFPEqNmyN2RzTZtzyDVBjbYYlIB/image.png" alt="New Add-on: Opt-in Magic" /></a -->
</body>
</html>
I’m finding that some of my downloads are not accessible. When I click the link to download on a page, I instead download the text file that says “File Not Found.”
I have a multisite installation and this is on one of the sub-sites. I’ve deactivated and reactivated the plugin on the sub-site level as I’ve seen instructed in other threads.
Can you please help me correct this? I am using WPDM Pro.