When the subscribers click the download link (mp3 files), I want the users to download, not playing the audio files. How can I do that? Thanks.
Hi Jennifer,
Accept greetings from WordPress Download Manager team!
Nothing to worry, just get a new license from this link WPDM PRO Pricing Page, We will take care of the rest.
After your purchase share your Admin login details in a private reply, hopefully, everything will be sorted without any data loss!
Cheers
Salahuddin Ahmed
Hello, is it possible to turn off “sorting by titel, date, asc, dsc”, so that only the title is shown.
Please look at “https://jomurema.at/download”
[wpdm_category id="all" operator="IN" title="Manuals" toolbar="1" paging="0" order_by="field name" order="asc" items_per_page="20" template="link-template-widget" cols=2 colspad=2 colsphone=1]
Thank you very much
Christoph
This reply has been marked as private.
You can add the categories
parameter in your all packages shortcode to show downloads from selected categories. Use comma separated category slug when adding multiple categories.
Here is detailed documentation https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/
The demo page is using category shortcode with a custom link template. I see you have already implemented the shortcode on your site using a different link template.
Package zip download works fine. I have tested here https://communityactionangelsny.org/download/test/ Your previous files weren’t linked properly. I reuploaded 2 files and download was fine after that.
Please run a test again and let me know if still having an issue.
Hi,
Here is an example of package shortcode using “link-template-panel-1-3” We defined the template using template
shortcode parameter.
[wpdm_package id='1674' template="link-template-panel-1-3"]
If no template
is defined in the shortcode, it will use the Link Template set on the package settings.
You can check the template documentation here https://www.wpdownloadmanager.com/doc/templates/ Or ask me if you have further query.
Thanks.
I have added the link. You can modify the link from /themes/pobierz/download-manager/wpdm-reg-form.php
file at line 160. The form is designed in a way that keeps the submit button disabled until required filled are filled. So, it is not necessary to show the required message.
Hey,
after updating downloadmanager to version 4.9.8 the licence key was lost.
• I tried to reenter the key with the message “Invalid Licence Key”.
• As supposed in the DM forum I tried to update manually to version 4.9.8, with the same issue.
• I tried to reinstall Version 4.7.8, the Licence Key is not excepted any more.
Meanwhile the URL of the WP installation changed. I tried to remove the Linked Site but the site reappears anytime I reopen the popup.
How can I reactivate the license?!
I have created this table and want, that instead of “all packages” there will be shown only packages from “2 categories”. How does ist work?
[wpdm_all_packages items_per_page="20" jstable=1 order_by="title" order="ASC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Name|Category|Update|Download"]
Please look at https://jomurema.at/download/
Just another question. How can I create this wonderful table:
http://demo.wpdownloadmanager.com/wpdmpro/category-short-code/
Thank you very much in advance
Christoph
This reply has been marked as private.
Hi support,
I use WPDM archive plugin to create a download center. But the search function not works well.
I can see the PDF in the list and search it. Page returns nothing to me.
Do you know what’s the root cause? Thanks.
(because the website is under developping, i will provide the link in another message.)
Thanks! We can’t find the “Email Download Link” option… Can you send us a printscreen?
Wondering if there is a way to display any of the users profile information from fields in their profile to display in a “link template”?
I see there are many template tags to be included (https://www.wpdownloadmanager.com/doc/templates/template-tags/) when building custom template.
My client would like two fields included in the link template:
1. The person/users name. First and Last Name
2. Their business name. Which might need to be a custom field, but I don’t see a way to see how to do this unless the custom field plugin allows to put the field information into a “link template”
Can you please let me know if adding tags or user profile information is possible when creating custom “link templates”. Or advise me on how to achieve this.
Thanks!
Barry
Hello,
I ask you to help me understand, how to integrate templates like “link-template-panel-1-3“ to my download side. How does the shortcode look like.
The same question I have how to integrate a site-template.
Thank you very much in advance
Christoph
Thanks for fixing that, good to know an upgrade needs to be a delete and re-install.
I fixed the widgets, they got messed up on the way.
I noticed that the page templates are still reporting as “Pre-designed templates can’t be deleted or edited from this section. But you can clone any of them and edit as your own. If you seriously want to edit any pre-designed template you have to edit those directly edting php files at /download-manager/templates/ dir”
However this information is no longer correct. The template are stored in “/download-manager/tpls/page-templates” directory. A similar change has also been made to the link templates. Users need to manually copy those to the correct location if they have made their own (hopefully they took a copy before deleting the old version).
The old templates don’t work any more, so they will need correcting, but that all makes sense, things change.
Thanks for the prompt support and fixes/advice.
Hi Thanks for response. I have placed the shortcode for my package and set the look of the download buttons on my website, this is working fine. The problem I have is when I enable the email lock and place the url to my website under my video on the you tube, or any different external website and people click in the link, they going to my website and try to download the package, but the download button is not working, the popup window where you need to enter your email address does not show at all, even if you reload the page.
I have tried on google chrome firefox and edge browser. Here is the link ( https://bit.ly/2G12ZnG ) and here is my you tube video where I placed the link (https://www.youtube.com/watch?v=tC6Q4gEZSTY&feature=youtu.be&ytbChannel=null ). If you click the * Download Game Graphics https://bit.ly/2G12ZnG under my you tube video the website will open, but the popup to insert email address will not.
Hope my explanation is clear. Thanks for your help.
Create a custom template link template from Downloads Templates page. In the custom template place the following code,
<a target="_blank" class="btn btn-success" href="[download_url]">[title]</a>
Use this new template in your shortcode.
Hi,
There are two bulk import options available. CSV and Directory import. In the case of CSV, you have to create the CSV file with all necessary package info.
Directory import is easier. You select a dir and import all files. One package will be created for each file.
Documentation link https://www.wpdownloadmanager.com/doc/bulk-import/
Now, the question is dow you need multiple packages/posts? How many files do you have? If you want you can attach the whole directory in a package.
Thanks.
I see you are using the Box View of the file list. The icon from the package setting doesn’t have any effect on this case. It is being set dynamically based on the file type. So when adding multiple files of different types, Box View shows file icon for each file.
The icon from package settings will only be applied to [icon]
template tag in your link/page template.
In your case, the solution is modifying the /download-manager/libs/class.FileList.php
file. Add the following code after line 348. Replace the icon URL text with actual URL.
if( $ext == 'pcb') $fticon = 'icon-url-here';
Another option is replacing the pcb.svg
with your own icon in wpdm-file-type-icons dir.
Use package shortcode to put the download link under your video. Just placing the link won’t work. In your package shortcode, you can set the link template to control the view of the shortcode result.
Your details worked, however discovered another adjustment needed to [wpdm_all_packages] . If you visit my links again I can only download IF i click the blue download button. The name of the packages are links too but dont actually download anything if I click the name of the package. Since the name of the package is a link it needs an action.
I’m building a test site for a client who is upgrading from an old version.
I’ve repliated their system but lost all the packages during the migrating (side issue – but any idea why?).
So I created a new package on the test system but when the download link is clicked on the site loads the following error…
“The site is experiencing technical difficulties.”
I’ll follow up with private post with site and login details.
Yes, you can send a file to anyone using the “Email Download Link” option in all packages admin page. The option is available under each package.
Another option is email lock. If you use email lock with email download link option the download will be mailed to the visitor’s email address.
Hello,
you can see it here:
https://www.medimapsgroup.com/doc/white-paper/
How can I get it going? My client gets nuts.