After updating from 5.0.8 to 5.0.93 the custom templates again are missing in the Downloads > Settings > Basic > frontend access > Select link template dropdown. Yet, the custom templates do exist. They are available at download package level.
See here: https://welscongregationalservices.net/wp-content/uploads/2020/05/KeepMissingTemplatesDropdown.jpg
Steps taken:
Disable plugin / activate plugin
Clear server cache
Clear WPDM cache
Re-save license
Deactivate Page Template extension / activate extension
Any help you can give is appreciated. This is the second time this happened. Last time I had to recreate the templates to get it back.
Ref. https://www.wpdownloadmanager.com/support/topic/custom-templates-after-5-0-7-css-missing/
Hi team,
1) I use the CTA 3 as a base for my clients websites but it’s not responsive at all and looks really bad on mobile phones. Could you please provide an updated code or update the CTA 1,2 and 3 so it’s at least usable on mobile phones. You may see a preview here; https://www.davidbuckley.co.nz/properties/11-colquhoun-st-glenross/
I’ve tried all the templates but we really need CTA 3.
2) The client has also reported that he’s notable to download documents (email lock) on his iPhone/Safari. Are you able to test it?
Thanks,
Andre
Hi,
Please use this code and let me know if it works for you,
<div class=”wpdm-page-template single-col-flat”>
<div class=”downloadbutton”>[download_link]</div>
<br/>
[description]
<br/>
<img src="[preview]" alt="Preview" />
<br/>
</div>
Thanks.
This reply has been marked as private.
Hi Nayeem,
Yes, I’ve followed steps from within other forum-post. Currently version installed = 5.0.93
The strange part is: Archive page plugin folder is totally vanished, putting it back manually does not work.
When trying to install it via settings : following happens https://share.ondernemer.tips/E0ubk129 = gif of situation when trying to install archive page via settings” />
Archive page plugin no longer in download list: see gif https://share.ondernemer.tips/RBuvGxXe = List of plugins in Special pack license no longer has archive page available” />
Can you please provide download link to archive page 3.0.3?
Thanks.
P
non of our download links work. They are form locked. When user fills form they get the download button (and email sent by gravity forms). Download button on page after form submit doesn’t work!!
Ok, I have just changed the option from Downloads > Settings > Basic
Unmask Download Link to Mask Download Link. It is now working.
Please check.
Thanks.
You can easily do it from the link-templates or custom link-templates. There also available the template tags, you can also check the doc here, https://www.wpdownloadmanager.com/doc/templates/template-tags/. if you are facing the problem with count number of total downloads, I can also make it for you. let me know.
Thanks.
Hi, I paste the shortcode [wpdm_frontend] in a page as stated and expect the menu to work (I’m an admin). But instead all the links are as follows:
<b>Warning</b>: sprintf(): Too few arguments in <b>/home/bnp/www/root/reg/wp-content/plugins/download-manager/tpls/author-dashboard.php</b> on line <b>31</b><br />
“><i class=”far fa-arrow-alt-circle-down mr-3”></i>All Items
Why is this happening?
Hi there,
i made a custom template but everywhere i put the preview it doesn’t show.
Can you please just copy the HTML for me so that i can paste it? 🙂
Right now it looks like this:
<div class=”wpdm-page-template single-col-flat”>
<div class=”downloadbutton”>[download_link]</div>
<br/>
[description]
<br/>
[image_gallery_400x400x4]
<br/>
</div>
This reply has been marked as private.
Hi,
thx for help…..reading this manual helped out: https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/
I just did the following change:
old code:
[wpdm_all_packages items_per_page="20" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]
new code:
[wpdm_all_packages items_per_page="20" cols="page_link,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]
Thank you very much for assising me. I gave a good vote for your plugin at wordpress.org!
Greetings,
Andreas
HI,
i created a page for all downloads using this code:
[wpdm_all_packages items_per_page="20" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]
Hey and good morning!
Here is the link: Downloads
THANKS!
I paid for the download pro plugin and the I choose the link template it shows this
warning:array_reverse() expects parameter 1 to be array, bool given in /home/mrane/public_html/wp-content/plugins/download-manager/admin/menus/class.Templates.php on line 230
The download link, therefore, does not work
Please help, How do I repair this.
No, it needs to be extracted for stamping over PDF. PDF stamper will work for only individual PDF attachment, not for zipped PDF files. When you have multiple pdf files with a package, and needs to be stamped, please use only [file_list]
tag with the page template, and skip [download_link]
tag.
Args…forgot to provide the link of our page …..
https://asvwehdel.de
EDIT: Solved the problem with the backgound color….found the code in: wpdm-all-downloads.php
Still working on the Hyperlink problem that leads to the package page
-
This reply was modified 5 years, 2 months ago by
Andreas Bersuch. Reason: misspelling
Also, I notice, with email lock, we now receive “— Invalid download link — ” errors?
Also, generating Direct Link from Package gives same Invalid errors.
This reply has been marked as private.
Hi Nayeem,
I want to show the preview image as the one, the customer is able to download.
Now it’s states the 404. But it should show the image the customer is about to download.
For example: https://prnt.sc/sk7ae5. That image should be in place of the 404.
We are using mainly PNG en .gif files.
I’m using the following template HTML with CSS:
<div class=”wpdm-page-template single-col-flat”>
<div class=”downloadbutton”>[download_link]</div>
<br/>
[description]
<br/>
[image_gallery_400x400x4]
<br/>
</div>
CSS
.downloadbutton{
float:right;
}
.w3eden .card img {
width: 100%;
}
.w3eden .list-group-item img, .w3eden .card img {
padding: 0;
margin: 0;
}
.w3eden .card-img, .w3eden .card-img-top {
border-top-left-radius: calc(0.25rem – 1px);
border-top-right-radius: calc(0.25rem – 1px);
}
.w3eden .card-img, .w3eden .card-img-top, .w3eden .card-img-bottom {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
}
.w3eden img {
vertical-align: middle;
border-style: none;
}
.card-img-top {
width: 100%;
border-top-left-radius: calc(4px – 2px);
border-top-right-radius: calc(4px – 2px);
}
.w3eden *, .w3eden *::before, .w3eden *::after {
box-sizing: border-box;
}
img {
vertical-align: middle;
border-style: none;
}
*, ::after, ::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.w3eden .card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,0.125);
border-radius: 0.25rem;
}
.card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 2px solid rgba(0,0,0,.125);
border-radius: 4px;
}
Hi,
I think you are using this shortcode [wpdm-archive button_style="default" link_template="link-template-panel" items_per_page="10" category="category-slug" order_by="field-name" order="asc or desc" ]
. here, one parameter called link_template="link-template-panel"
, you can use your own link template. However, in the free version you can change/edit the [title] instead of [page_link] from download-manger/tpls/link-templates
for the default template link-template-default.php
. you can also check the https://www.wpdownloadmanager.com/doc/templates/template-tags/ doc, also saving file in theme this doc, https://www.wpdownloadmanager.com/doc/template-files/. i hope these will help you.
Thanks.
This reply has been marked as private.
This reply has been marked as private.
Hi,
Your requirements
#1, My site specific page need to limit login member to download content.
For this our wp-pro-membership plugin can do it.
#2, I would like to let non-login member click download link then redirect to login page or pop up message to inform member login.
you have a chance for giving particular user access, thus from settings, you can able to hide download link and redirect to login page. please check and let me know.
Thanks.