Hi,
I’ve uploaded a document within the Download Manager plugin and went to Lock Options > Enable email lock. I added a title, selected the “Ask for Visitor’s name” and selected the Download Instantly & Do not Mail Download Link.
When I then try to open the document, the “sign in” pop-up appears, but after typing the name and email, I can see an undefined box (see link below for reference) – https://www.dropbox.com/s/mpcvsdoidnswsuc/Screenshot_051623_035318_PM.jpg?dl=0
Do you know why?
Many thanks
Hello,
I’m currently experiencing an issue with the link Models templates in wpdm pro. I have created a custom template for package links and would like to use a shortcode within it. The shortcode I am using is [postexpirator], which belongs to the plugin available at https://it.wordpress.org/plugins/post-expirator/.
The shortcode works perfectly everywhere else, but it doesn’t seem to function within the WPDM Link Models templates. When I include [postexpirator] in the template, nothing is printed.
Could you please advise me on how to resolve this issue?
Below is the template code. Please take a look at the div with the class “expiration-date”:
<div class="olo-template-downloads link-template-default card mb-2">
<div class="card-body">
<div class="media">
<div class="mr-3 img-48"><a href="[download_url]">[icon]</a></div>
<div class="media-body">
<h3 class="package-title"><a href="[download_url]">[title]</a></h3>
<div class="expiration-date">[postexpirator]</div>
<div class="olo-excerpt">[description]</div>
<div class="text-muted text-small">
<i class="fas fa-copy"></i> [file_count] [txt=file(s)]
<i class="fas fa-hdd ml-3"></i> [file_size]
<i class="ml-3 far fa-arrow-alt-circle-down mr-1"></i> [download_count] downloads
</div>
</div>
</div>
</div>
</div>
Waiting for a feedback
Best regards
On the package page that the permalink points to, there is an extra image that has nothing to do with the package. In this link, the unwanted image is the dark blue one on the right. It’s one of the images from my website, but it isn’t related to this package. I’m using the “Single Column, Flat” page template for this package. I’ve looked all over, but I can’t figure out how to get rid of it.
https://loco4learning.com/download/pt-tracker-v5-3-for-windows/
All my permalink pages have the same image on the right. I didn’t notice that it was a problem before because that image is appropriate for the other packages.
hi
For the Subscribers, when some Subscribers show approved and some show downloaded ?
And, approved will get the download link, downloaded will not.
What is problem ?
Hello,
we have make display as follows for our datasheets for customer download.
It works no problem for download when you click the <download button>, but when you click the other places except the <download button>, there will open in a new page under a new url. We DO NOT need it open in a new link, just click the <download button>, that is enough.
Please help how to prohibit to creat new links for each pakages ?
we tried to edit the link template and remvoe the page url from there, but it still not work.
kinldy help. thanks
Good day! We’ve noticed that when using the Elementor WPDM add-on and adding a package list a nicely formatted table as added. This is exactly what we want. However, the file icon and the file title are not links, there is no way to download the file while using this package table. also, we’d prefer not to have the download buttons shown. We like the appearance of the table without the button, but it does us no good if we can download the files. The only link is the category text. Below is an example of the code that is generated. How can we have this same table but with the image and the package title be direct download links to the file itself (not to the package download page).
<table id="wpdmmydls-066a18a6ef5f9ea80e3d04d68d8780f4">
<thead>
<tr>
<th id="title"
>Title</th>
<th id="categories"
>Categories</th>
</tr>
</thead>
<tbody>
<tr>
<td
style="background-image: url('http://intranet.pchc.local/wp-content/plugins/download-manager/assets/file-type-icons/pdf.svg');background-size: 36px;background-position: 5px 8px;background-repeat: no-repeat;padding-left: 52px;line-height: normal;">
<strong>ShoreTel Analog Phone Quick Reference (pdf)</strong><br/>
</td>
<td
>
<a class='sbyc' href='http://intranet.pchc.local/?p=22150&tax%5Bwpdmcategory%5D=shoretel'>ShoreTel</a>
</td>
</tr>
<tr>
<td
style="background-image: url('http://intranet.pchc.local/wp-content/plugins/download-manager/assets/file-type-icons/pdf.svg');background-size: 36px;background-position: 5px 8px;background-repeat: no-repeat;padding-left: 52px;line-height: normal;">
<strong>ShoreTel 560 Phone Quick Reference (pdf)</strong><br/>
</td>
<td
>
<a class='sbyc' href='http://intranet.pchc.local/?p=22150&tax%5Bwpdmcategory%5D=shoretel'>ShoreTel</a>
</td>
</tr>
<tr>
<td
style="background-image: url('http://intranet.pchc.local/wp-content/plugins/download-manager/assets/file-type-icons/pdf.svg');background-size: 36px;background-position: 5px 8px;background-repeat: no-repeat;padding-left: 52px;line-height: normal;">
<strong>ShoreTel 230 Quick Phone Reference (pdf)</strong><br/>
</td>
<td
>
<a class='sbyc' href='http://intranet.pchc.local/?p=22150&tax%5Bwpdmcategory%5D=shoretel'>ShoreTel</a>
</td>
</tr>
<tr>
<td
style="background-image: url('http://intranet.pchc.local/wp-content/plugins/download-manager/assets/file-type-icons/pdf.svg');background-size: 36px;background-position: 5px 8px;background-repeat: no-repeat;padding-left: 52px;line-height: normal;">
<strong>ShoreTel Communicator for Windows (pdf)</strong><br/>
</td>
<td
>
<a class='sbyc' href='http://intranet.pchc.local/?p=22150&tax%5Bwpdmcategory%5D=shoretel'>ShoreTel</a>
</td>
</tr>
</tbody>
</table>
<ul class='pagination wpdm-pagination pagination-centered text-center'></ul>