Hi,
I’ve update the Version 5.0.8 to 5.0.94. I got the following issue.
I lost my sidebar design.
I’ve update the version at my staging server. please visit my staging website and live website link below and compare the most right sidebar.
staging website link (where we lost our design) with latest version 5.0.94:
link:(https://staging.frebers.com/download/chat-babels)
live website (working fine) with old version 5.0.8:
link:(https://www.frebers.com/download/chat-bubbles-vector-download)
Please take a review and let us know the fixes. your quick response will be much appreciated. please let us know further for any explanation:
waiting for your kind reply.
Thanks
-
This topic was modified 5 years ago by
Frebers.
Hi,
Email lock sends email with link even if “Do Not Mail Download Link” is checked.
Also “Download link also sent to your email” popup is shown.
This is news coming with 5.0.94 because I didn’t experience it configuring 5.0.93
yesterday, on two differents sites.
Have a look please.
EF
Yes, I have checked now. they are working now. Maybe for the master key got to expire. so that, it was redirecting to the invalid download link. There also caused this issue for Private Download Link Usage Limit
or Private Download Link Expiration Period
or sometimes wpdm-cache
read-write permission. Anyone facing this problem should get help here.
Thanks.
Hi,
Now Download link is Ok, I have adjusted it from your custom wpdm-all-downloads.php
file.
Thanks.
To generate download link properly, please use the following code:
<?php echo WPDM()->package::downloadLink(get_the_ID()); ?>
Hi any help with this? I would like the Form to Show every time. I would also like the option that the file gets unlocked by the emailed link ONLY. Right now when a person fills out the form, even with Bad/Bogus email information, the Download becomes unlocked.
Thanks,
Jason
Hi Nayeem. Thank you. I did switch to the “Save in file” option and pressed Save. I emptied cache and still no custom templates appearing in the Downloads > Settings > Basic > frontend access > Select link template dropdown. Hopefully they’ll appear after the update you provide.
Please add this code to your theme style.css
@media only screen and (max-width: 600px) {
.w3eden .media { display: table-cell; }
span.text-muted.ml-4 { white-space: nowrap;}
a.wpdm-download-link { width: 100%; margin-top: 8px;}
.w3eden h3 a { font-size: 24px; }
}
I think it may help you. please hard reload the page or for windows press ctrl + f5
. if it doesn’t help you,
Please, give your temporary wp-admin login details in a private reply for adjusting.
Thanks.
Hi, download links are not mailed to subscribers on packages with Email Lock. I’m on 5.0.93.
Subcriber and download notifications (have add-on) emails to admin work, link to customer emails don’t.
No email sent. Have both simple lock and “wait for approval” lock, in both cases no email.
Used to work some time (versions) ago. Nothing changed on website.
Clues?
Thanks,
EF
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.