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?
Disable Single File Download is not working with Form lock. When I click the link in the email we are still seeing the Large Button for the combined download instead of just the individual items.
-Jason
Hi, I have a problem about Download Manager Pro. The documents are hosted on Amazon S3. Both Download Manager and WordPress Amazon S3 Storage Plugin are up to date. However, when testing the link generated by Download Manager it redirects us to the home page, and the file is not downloaded.
This is a link website to download
https://acsmotioncontrol.cn?wpdmdl=27344&ind=1675058016023
Could you please help me?
Help! I am not a web designer but a small business owner. I have managed to create an email lock package with my download. But for some reason it has created a post for a new page instead of being able to link it to a template or install it as a button on the front page of my website – eg “Click here for your free info”
how do I get the package linked to the button?
I’ve tried the button template or link template but keeps saying no package, even though when I create the package I select those as the templates!
I have spent many hours on this and starting to be quite frustrated! Any help appreciated
thanks
Hello, when someone clicks on the download button, I want it to download after directing it to the ad as in the picture I added. Your plugin is still being used on this web page.
https://www.linkpicture.com/q/01_94.jpg
https://www.linkpicture.com/q/02_49.jpg
https://www.linkpicture.com/q/03_29.jpg
I have added the download steps in order.
We are having issues on one of our client sites where there is a download manager shortcode being displayed. All the zip files are giving an error when anyone tries to download them, all other file types are working as expected.
The zip file download error reads:
Zlib is not active!
Failed to initiate
ZipArchive
The shortcode being used is:
[wpdm_all_packages items_per_page="20" jstable=1 order_by="update_date" order="DESC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Last Updated|Download::60px"]
We have contacted our website host and they have modified the configuration for this site to enable zlib.output_compression, but it hasn’t made any difference, zip files still show the same error.
Can you please help us to get this download working again?
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%;
}