When we enable the Gutenberg editor in WPDM settings on one of our sites the downloads break – when I try to edit them all posts require re-publishing and when I try to publish I get the error “Publishing failed. Invalid parameter(s): status”.
I’ve identified that it is a plugin conflict with the Toolset Types plugin – when I disable that the conflict goes away. When using WPDM in the old editor everything works fine.
Any ideas?
(about this topic: “Archive Page Slug” > all-downloads )
Hello. I want to show the link with “all-downloads” as the website homepage.
When I enter the main page https://pnghit.com, the “all-downloads” page above should be displayed.
but provided that the home page link remains unchanged. So it will remain as https://pnghit.com, the page displayed is https://pnghit.com/all-downloads
https://pnghit.com/all-downloads I want it to appear as home page. I would be glad if you help.
I’m getting a critical error with Download Manager 6.2.9 and PHP 8.0. If I downgrade my PHP to 7.4, the critical error stops and the site is accessible again. Does Download Manager not support PHP 8.0 yet?
I currently have “Missing a required plugin! Please install/activate WordPress Download Manager to use WPDM – Premium Packages plugin” on my site which is running Version 5.3.5 of Download Manager and the site is on PHP 8.0. The issue that prompted a look into all of this is the Package Settings are gone from my downloads thus prompting the upgrade to Download Manager 6.2.9.
Please help.
We have the plugin already installed and PDF Stamper settings set. However, the watermarks doesn’t get applied to our PDF downloads.
We have been having a problem with the WPDM pro for about 2 months now.
When a visitor tries to download a file here: https://healtheducationpartnership.com/free-resource-downloads/
They enter their details and all it now shows is a spinning download animation. but it does not go any further.
Tried
We have done all the cleared cache suggestions (in Browser, WordPress and Hosting a/c), also we have also downloaded the latest WPDM pro plugin and tried to disable other plugins to test but still no luck.
It was all working fine for 1-2 years, but the client noticed back in Nov-Dec 2022 that this issue arose.
Any ideas for solutions?
Else this plug-in is now useless to us.
Cheers
Hi,
I’m looking for a shortcode (for the link template or page template) to get the FIRST PAGE of a PDF rendered instead of a preview of the whole document [doc_preview] (which is not good for performance if you have a lot of downloads on one single page)
I don’t want to generate manually the FIRST PAGE of the document as image to use it as “featured Image”neither do I want to use Icons.
Any Solution?
Using the plugin Advanced Access Control, and its shortcode, I’ve set up a “My Downloads” page for each of our users.
Currently it sorts by the file name. But I’d like all of the newest files to show at the top. Is there a place where I can set the sort field?
Thanks!
After update today my templates are not working anymore. Need help. I tried verythin, but it shows allways the default template. Please help to solve this issue. Page Link: https://www.hzwei.info/Relaunch/shop-downloads/
Here three examles, the first two have the same result, like you can see on the page, the last one ist different but not wht i need and want.
I wand to show thubs and use the hover_card_3 version.
[wpdm_packages link_template="wolf_ueberarbeitetes_default_template" order_by="date" order="desc" paging="1" items_per_page="10" title="" desc="" cols=1 colsphone=1 colspad=1]
[wpdm_packages link_template="link-template-panel" order_by="download_count" order="desc" paging="0" items_per_page="10" cols=2 colsphone=1 colspad=1 title="Most Downloaded Packages" desc=""]
[wpdm-all-packages items_per_page="10" toolbar="1" order_by="create_date" order="desc"; jstable=1]
The Shortcode documentation is not very good on your page, you shoud show a list of all possible shortcodes or at least better examples and user should be able to copy them to use.
I tried some of your codes but tehy not warking either.
Here is the HTML and CSS Info:
<div class=”card hover_card__3″>
[thumb_200x300]
<div class=”card-body text-center”>
[icon]
<span class=”text-info text-small”>[category]</span>
<h3>[title]</h3>
[sales_price]
<p>
Erstellt am: [update_date]
</p>
————————————————
.w3eden .hover_card__3{
max-with: 300px;
margin-bottom: 30px;
border:0;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.hover_card__3 a{
display: block;
}
.w3eden .hover_card__3 h3{
font-size: 16px;
font-weight: 600;
line-height: 1.4;
}
.w3eden .hover_card__3 .card-footer{
font-size: 12px;
border: 0;
color: #888;
}
.w3eden .hover_card__3 span i{
margin-right: 4px;
}
.w3eden .hover_card__3 .card-body{
padding: 0 20px;
z-index: 999;
position: relative;
}
.w3eden .hover_card__3 .card-body .intro{
display: block;
margin-top: -64px;
background: #fff;
padding: 0 80px;
padding-top: 0px;
border-radius: 50%;
height: 160px;
box-shadow: 0px -2px 1px rgba(0,0,0,0.1);
text-decoration: none;
transition: all ease-in-out 300ms;
padding-top: 48px;
margin-left: -80px;
margin-right: -80px;
}
.w3eden .hover_card__3 .card-body .intro *{
text-decoration: none;
}
.w3eden .hover_card__3 .card-body .intro p{
font-size: 13px;
margin-bottom:0;
color: rgba(0,0,0,0.7);
}
.w3eden .hover_card__3 a img{
transition: all ease-in-out 300ms;
}
.w3eden .hover_card__3:hover a img {
transform: scale(1.2);
transition: all ease-in-out 300ms;
}
.w3eden .hover_card__3:hover .intro{
transition: all ease-in-out 300ms;
margin-top: -70px;
height: 166px;
padding-top: 48px;
}
.w3eden .dl-btn{
display: inline-block;
font-size: 24px;
position: absolute;
left: calc(50% – 36px);
top: 0;
width: 72px;
height: 72px;
padding: 10px !important;
border: 4px solid #ffffff;
margin-top: -100px;
line-height: 64px;
background: var(–color-primary) linear-gradient(45deg, rgba(12,6,121,0.5) 0%, rgba(0,212,255,0.3) 100%);
border-radius: 500px;
padding: 4px;
color: #ffffff;
}
.w3eden .dl-btn img{
max-width: 100%;
}