-
AuthorSearch Results
-
Jul 7, 2022 at 8:22 am #174886
In reply to: Adding ‘sort’ filter shortcode to Category
Andrew BeniamsParticipantThis reply has been marked as private.Jul 6, 2022 at 4:22 pm #174851In reply to: Wp download license renewed – problem
HumayonSpectatorHi,
Thank you for writing back to us.
As I see in the screenshot, you are using WPDM
V5.4.1, so auto-update may not work with this older version.Also, the license key may fail as license server parameters are probably changed now due to the old version.
So, in this case you might need to manually download and install the latest version from here.
After that, re-apply the license again by following the below link.
Have a good day!
Regards
Jul 6, 2022 at 3:05 pm #174846In reply to: Can someone help me with these questions?
Marcel GremméParticipantThis reply has been marked as private.Jul 6, 2022 at 10:29 am #174832In reply to: Wp download license renewed – problem
DENIS GILESParticipantThis reply has been marked as private.Jul 6, 2022 at 7:26 am #174817
TanvirSpectatorHello @vebrolinsey,
to add custom fields and show them through shortcodes as you want, there are a few steps to follow.
First of all you need the below addon of wpdm-
Then you have to create the custom fields from this option.
Then you have to add the acf shortcode in page template or link template to use that.
After that you have to input acf value from the package edit page.
To show the acf value in wp_all_packages shortcode, you have to add colheads and cols with the acf title and id.Let me know please if you can do it or you need help.
Thanks
Jul 5, 2022 at 5:38 am #174766
Nayeem RiddhiModeratorJul 4, 2022 at 8:09 pm #174759In reply to: translate some text on user dashboard
Francesco AprileParticipantThis reply has been marked as private.Jul 4, 2022 at 7:37 pm #174757
m0zeParticipantThis reply has been marked as private.Jul 4, 2022 at 7:36 pm #174756
m0zeParticipantThis reply has been marked as private.Jul 4, 2022 at 5:06 pm #174750
m0zeParticipantThis reply has been marked as private.Jul 4, 2022 at 12:56 pm #174731Topic: translate some text on user dashboard
in forum Download Manager Pro
Francesco AprileParticipantHi, i create a page by using User Dashboard Short-code and I found some Link still in English (My downloads and DropZone), How can io traslate in my language? I use loco translate plugin but I don’t find these texts.
Also is possible don’t show some link in this page (for example “edit my profile”)?Thanks
Best regards
Jul 4, 2022 at 12:38 pm #174728
m0zeParticipantThis reply has been marked as private.Jul 4, 2022 at 9:56 am #174726In reply to: Can someone help me with these questions?
Marcel GremméParticipantThis reply has been marked as private.Jul 3, 2022 at 4:03 am #174694In reply to: Can someone help me with these questions?
Nayeem RiddhiModeratorHello Marcel Gremmé,
Hope you are well.
For query #1, Template tags are generally used in the link or page templates, you can check this doc for that,
And for template tags, you can visit this doc,
https://www.wpdownloadmanager.com/doc/templates/template-tags/For query #2, For preview thumbnail, you can search for template tags for use in your link or page template, please choose which is suitable for you from here,
https://www.wpdownloadmanager.com/doc/templates/template-tags/For query #3, For this issue, can you please, give your temporary wp-admin login details in a private reply for checking the issue.
Thank you and regards
Jul 1, 2022 at 5:57 pm #174652In reply to: Shortcode for Package Links as Individual list?
Vela AgencyMemberAh, I misunderstood your initial response. It is now working as desired. In case it can be of help to someone else, these are the steps I took:
1. Cloned the Link Template Metro (Downloads > Templates > Link Templates Tab)
2. Named the new Link Template “File List”
3. Assigned the Unique Identifier “file_list”
4. Removed all text in the HTML Field and replaced it with [file_list]
5. Added the shortcode [wpdm_package id="973" template="file_list"] to my page.Thank you for your help with this!
KO
-
This reply was modified 3 years, 7 months ago by
Vela Agency.
Jun 29, 2022 at 1:41 pm #174557In reply to: Problem when clicking the DOWNLOAD button
TanvirSpectatorHello Marta,
Hope you are well.
Adding media files are better for images or videos. That is the default wordpress uploader. It is always better to use the upload system of wpdm. In that case, wpdm can affect some features of the uploaded file. That fixes many issues.
Yes with that shortcode you can add any category you want. For that you have to use the parameter
categoriesin that category slug.Example:
[wpdm_all_packages items_per_page="20" categories="slug1,slug2,..." 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"]And yes search field, search only in the current category you are showing.
More details with all parameters, example and demo:
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/Thanks
Jun 29, 2022 at 1:35 pm #174555In reply to: Directory Add-On + template
Nayeem RiddhiModeratorJun 29, 2022 at 12:53 pm #174551Topic: Directory Add-On + template
in forum Download Manager Pro
Paolo SartorioParticipantHello, I just bought the Directory Add On. I’d like to set up a page like this:
https://try.wpdownloadmanager.com/simple-search/However, I don’t have the template “link-template-cardh” installed. Where I can get it?
Jun 27, 2022 at 11:35 am #174466In reply to: Problem when clicking the DOWNLOAD button
TanvirSpectatorJun 27, 2022 at 10:54 am #174464In reply to: Show expanded Categories by default
TanvirSpectatorHello Jorge,
Glad to see you again.
To make that,
You have to use the shortcode below after activating wpdm-archive-page:
https://try.wpdownloadmanager.com/archive-page-default/You can change the parameters according to your needs.
Parameters:— buton_style:
defaultorsuccessorinfoorwarningordangerorprimaryorsecondary
— template: any link-template ID( optional parameter )
— category: use any category slug here if you want to create an archive page for that specific category or don’t use the parameter
— include_children: if you use category parameter, on initial load, it only will fetch the packages from the mentioned categories, if you want to include packages from sub-categories too, you must use include_children=1.
— orderby:package_size_bordateormodifiedordownload_countorview_countortitle
— order:ascordesc
— order_fields: optional parameter, you can use this option if you want to edit order fields dropdown options. Ex: order_fields=”date:Date|title:Title|modified:Last Updated”Thanks
Jun 27, 2022 at 10:36 am #174462In reply to: Show download packages separately in list
TanvirSpectatorHello Andy,
If you have single file in the download package, it the file will be downloaded without being zipped.
You can use the
[file_list]template tag to show files list.
Till now, there is no such parameter for addingfile_listtemplate tag inwpdm_all_packagesshortcode. You can achieve it from other shortcodes by adding link-template and its parameter.
Forwpdm_all_packagesshortcode withfile_listtemplate tag, it will require special customization service. I hope you have understood.Thank you and regards
Jun 25, 2022 at 4:23 pm #174428
Marianda de VilliersParticipantThis reply has been marked as private.Jun 25, 2022 at 1:50 pm #174419In reply to: ‘Hide Everything’ not working with archive
Nayeem RiddhiModeratorHello shaun ross,
I think the categories showing is cause for category restriction. For categories hierarchy, giving access to a certain category for a particular role you have to set from the edit category option, then you have to make empty for the
Allow Accessoption or have to give a particular role on it like as I image attached or as usual for the select member option too,because
Package Access = Package Access + All Category Access = All Visitors + Author = All Visitors and Package Access = Package Access empty + Category Access(Author) = Author or Package Access = Package Access(Author) + Category Access(Author) = AuthorMore details can be found in the below link,
Hope you have understood. Thanks for your understanding and appreciation.
Thank you and regards
Jun 23, 2022 at 12:03 pm #174355In reply to: E-Mail from Enable Email Lock is not sending
Alexander BroyParticipantHi Tanvir,
Thank you for replying so quickly
https://de.8advisory.com/downloads/
These are the downloads.
The user should get a email with the download link, but there is no mail sent.
It worked a few month ago, when I tested it.please send me you Emailadress, and I can give you an admin-account for the website.
Very best, Alexander
Jun 23, 2022 at 10:37 am #174351Topic: E-Mail from Enable Email Lock is not sending
in forum Download Manager Pro
Alexander BroyParticipantHello,
I have a problem with the Enable Email Lock.
I checked:
Ask for Visitor’s Name
Mail Download Linkbut there are no emails sent. Could you please help me?
very best, Alexander
-
This reply was modified 3 years, 7 months ago by
-
AuthorSearch Results
Search Results for 'download link'
-
Search Results
-
Hi, i create a page by using User Dashboard Short-code and I found some Link still in English (My downloads and DropZone), How can io traslate in my language? I use loco translate plugin but I don’t find these texts.
Also is possible don’t show some link in this page (for example “edit my profile”)?Thanks
Best regards
Topic: Directory Add-On + template
Hello, I just bought the Directory Add On. I’d like to set up a page like this:
https://try.wpdownloadmanager.com/simple-search/However, I don’t have the template “link-template-cardh” installed. Where I can get it?
Hello,
I have a problem with the Enable Email Lock.
I checked:
Ask for Visitor’s Name
Mail Download Linkbut there are no emails sent. Could you please help me?
very best, Alexander



