Hi
I also having a problem on this link
The zip download button is there, but it’s so pale it looks like it is missing. Any ideas on how to fix this?
Thanks
Perhaps it is the links I’m including. Here is the response without the links..
Hi Nayeem
There seem to be two issues. Firstly, when you click on the green package download icon on this page…
the link from above ending download/kpi-checklists-audio-book-download
It takes me to an individual files download page, not a zip file – it was not doing this previously.
Secondly, this page … the link from above ending kpi-checklists-audiobook-downloads
… is not offering a zip bundle download at all, which it is set to do.
Thanks for your help!
Hi WPDM,
What do these global options in Premium Package mean please?
Show ‘Add To Cart’ button as customer download link fallback
Where will it show ‘Add to Cart’ button? On the download post? In the customer’s dashboard? What are the fallback conditions?
Auto renew order on expiration
Does this mean it will automatically renew as though there was no expiration date? Or does it mean that the customer will get an email when it expired?
Thanks,
Mike
So, you want a shortcode for post or page showing individual download links for those four files?
No special action is required, any link template will do that. Doc:
Templates
Here is a demo:
https://hawakura.com/test/
Hello,
You can follow this doc as per given instruction, you will be able to make a direct download link. and let me know if it fixes your issue.
[wpdm_direct_link] – Embed direct download link as a simple text link
Thanks.
We are trying to use the List Package layout for our files, but our layout is getting messed up like which you can see at : http://sgpholding.com/financial-documents/
The shortcode we used were:
[wpdm_category id="finance" operator="IN" title="Financial Documents" desc="Essential Documents for Business" toolbar="1" paging="1" order_by="field name" order="asc or desc" items_per_page="10" template="5d84e6a49e7dc" cols=3 colspad=2 colsphone=1 download_link=1]
It was running fine, until we updated the plugins, could you help resolve this issue?
Lets say I have a package named “Example Package” that has 4 files in it. Is it possible to link directly to a file. Like I have a page that file 3 in Example Package is what I would like them to be able to click on the page and download. Is that possible and how can I do it.
I’ve tried grabbing the link to the file from the package, but it just redirects to the package when I click it.
-
This topic was modified 5 years, 5 months ago by
BGM.
Just implemented this plugin. Unable to download a file. Error returned is “Invalid download link”.
Hello,
You can try
[wpdm_all_packages items_per_page="20" jstable=0 cols="title,file_count,download_count|categories|publish_date|download_link" colheads="Title|Categories|Update Date|Download"]
Thanks.
Hello,
when I try to download a file with password, once logged in I click on download but the page opens with the screen “error! – Invalid download link -” what should I do? Thanks.
-
This topic was modified 5 years, 6 months ago by
simon78.
I have the page template set to preview the document, but all the pages show up as “Whoops! There was a problem previewing this document.” and then give some apps to try opening the file with but none of them work either. This is on any browser I’ve tried. The download link works just fine.
http://hawakura.com/download/plaquette-getelec-03-06/ is the link.
The issue in click is:
paginate_form()
wp-content/plugins/liveforms/liveforms.php:997
view_showform()
wp-content/plugins/wpdm-form-lock/wpdm-form-lock.php:104
liveform_html()
wp-includes/class-wp-hook.php:288
apply_filters()
wp-includes/plugin.php:206
apply_filters()
wp-content/plugins/wpdm-form-lock/wpdm-form-lock.php:90
download_lock()
wp-includes/class-wp-hook.php:288
apply_filters()
wp-includes/plugin.php:206
apply_filters()
wp-content/plugins/download-manager/libs/class.Package.php:821
activeLocks()
wp-content/plugins/download-manager/libs/class.Package.php:214
Prepare()
wp-content/plugins/download-manager/tpls/lock-options-iframe.php:13
include()
wp-content/plugins/download-manager/libs/class.Apply.php:712
wpdmIframe()
wp-includes/class-wp-hook.php:288
apply_filters()
wp-includes/class-wp-hook.php:312
do_action()
wp-includes/plugin.php:478
do_action()
wp-settings.php:523
require_once()
wp-config.php:79
require_once()
wp-load.php:37
require_once()
wp-blog-header.php:13
require()
index.php:17
strange !!!!
no easy step/tutorial to implement the feature.
You answered 1 of my three questions. 🙂
Thanks for showing me how to add the pop up. The link is on a membership site that’s not released yet.
Still wondering:
#1. How do I add fields to the pop up form?
#2. With the pop up form, do they have to fill out the form for every document it’s used to lock? Or can they enter their email once and be able to download documents on any visit?
Your download limit is working fine. Try 3 different downloads, then refresh the page. Don’t click on same link multiple times, frequently or repeated click on same link in same session will be counted as one.
I mean if it works with the shortode that lists all the downloads using the “wpdm-all-downloads.php” template. I can see the line 318 in this template:
case 'audio_player':
$data['files'] = \WPDM\Package::getFiles($data['ID']);.......
......
so i guess it should work.
But i don`t know how is this template deciding which download is an audio so it can add the preview player.
Is there something i should add to all the audio downloads ?
—————
EDIT
—————
I tried like this:
[wpdm_all_packages items_per_page="20" jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|categories|update_date|audio_player|download_link" colheads="Title|Categories|Update Date|Preview|Download::155px"]
It does show the Preview column but no audio player.
I only have audio downloads… no other format but mp3
Did i do something wrong?
This reply has been marked as private.
No, if you select a file from the media library and attach it with a package, it will not create a copy of the file in download-manager-files dir, file just will be linked from the location where it is now. So, it will not kill your disk space.
The new update is coming with the next week.
I am also experiencing this problem. When I do quick add it does not create a package id unless I give it a title and then even when it makes a package id, when i click the link it downloads a file named download.not.available.txt that says “Sorry! Download is not available yet.”
This reply has been marked as private.
This reply has been marked as private.
Hello there,
Happy 2020!
I need to add a thumbnail or preview (it can be the package’s featured image) and place it here:
[wpdm_all_packages items_per_page="20" categories="dmk-brand-files" jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]
But I can’t find the name or the tag to do it and using the shortcode from the templates breaks the code.
Could you please tell me what is the name of the thumbnail attribute?
Thank you!
You can follow this documentation, https://www.wpdownloadmanager.com/doc/template-files/ As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in tpls>page-templates for page template or tpls>link-templates for link template. And you have to replace the [download_link]
tag with <a class="btn btn-success" href="[download_url]" target="_blank">[link_label]</a>
in your page/link template.
Thanks.