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>
Hi there,
Trying to denote what is and what isn’t premium content by adding a star to the title via font awesome or an image and both ways are being stripped from the code below. Is there a trick to this? Or is there a way to add a differentiating icon of sorts to certain downloads perhaps based on category?
<div class=”media”>
[icon] <i class=”fa fa-star” title=”Premium Lynx Content”></i>
<div class=”media-body”>
<h4 class=”media-heading” style=”padding-top: 0px;border:0px;margin: 0px;”>[page_link]</h4>
<div class=”dm-exerpt”>[excerpt_150] </div>
</div>
</div>
[version]
Hello,
I am only selling 1 product, is it possible to “pre fill” the cart page? I know that I can use an url like this to fill the cart:
http://www.mywebsite.com/?add_to_cart=643&quantity=1
Is there something similar when I use a shortcode? This exactly: [wpdmpp_cart]
Thanks.
Hi there,
In a recent update, a client’s document library seemed to break.
Instead of pulling up the file linked with the package, [download_url] pulls up a generic, empty file called “download-manager-file.”
We can solve this problem by making any minor modification to the package and saving it. Then the package works as expected.
You can see the issue at work on this page. https://wanewamericans.org/additional-citizenship-resources/#. Click on Citizenship Day fliers then click on Samples of completed N-648s – For medical providers
I’m making this request on behalf of my client. Please email your response to eric@shew-design.com.
Thank you!