Hi,
You can either create a custom file list with HTML in the template file and include the [thumb_WxH]
with a specific width and height in the code if you use the icon as thumb image in the package.
Or you can copy the file-list.php
file from plugins/download-manager/tpls/
and put under your active theme/download-manager/
folder and modify the HTML to show specific icon before download button.
Thanks
Hi,
Please send login in private to check? Does there any error on the server. Seems like there is a conflict with the theme. Did you try changing your theme and see whats happening?
Let me know.
Thanks
Hi,
Actually, you can set a reset limit with our Download limit addon. But for this instead of date, we use day count. Which should have solved the same issue.
Thanks
Hi,
For,
2. WPDM does not serve downloads using the filepath. Even if the user has the filepath, no one can download the file if doesn’t have right permission ( from package settings ).
3.
3.1 Transparency possible
3.2 yes, you can stamp user info
3.3 encryption possible, But there no way you can actually secure it, as it is viewed by the user, so they can get images of the pdf to use later.
3.4 it depends on the server. Should work with any file size
Thanks
Hi,
Seems like there is an empty row at the bottom. Please delete it. Deleting it should fix the issue.
Thanks
Hi
Please share the website address too.
Thanks
Hi,
Your CSV files seem invalid. Did you download the default sample.csv file from Downloads Bulk import and try input value into the row?
Thanks
Hi,
Did you hide the comments from theme settings?
Hi,
Can you send you csv file in private to check it?
Thanks
Hi Deb,
Please create a new topic and send login details in private reply in that topic.
Thanks
Hi,
Please send login details in private to check the issue.
Thanks
Hi,
For sending package create and update notification by email you can look into this addon.
Thanks
Hi,
Sorry to say that the select members’ option is only available with that plugin.
But, you can look into this package that you can get all in one.
Thanks
Hello @scottkolbe,
You will not lose any data if you delete the older plugin and upload and install the new one. The packages will still in the database and package files uploaded to uploads/download-manager-files
folder.
Thanks
Yes, files can be download individually also in the whole package. Here is a demo.
Hi,
Please go to your purchase dashboard then click on download you can see the license button there.
Thanks for your suggestion. We will improve the purchase email.
Hi,
Every field is not listed in the plugin. But you can always add custom fields.
For adding custom field please use the proper column name. suppose, to activate terms lock set terms_lock ( this is column name ).
Please see the below image for clarifying.
Now when you map the fields, it needs to put __wpdm_
before the column name for the custom field.
Now if you hit import everything will import correctly.
You can also use __wpdm_ColumnName
in the csv so you don’t need to put it while importing the file or mapping custom field.
I have attached the file.
Thanks
Hi,
Sorry for late reply, Seems like you already resolve the issue. Please keep a backup of the changes. As you need to update it if you update the plugin.
Thanks
Hi,
After I dig into the XML I found that both packages have a filename.
And this one not working.
But there is no attached file name 1511426344wpdm_Verbraucherzentrale Rheinland Pfalz - Wärmedämmung spricht was dagegen.pdf
for the 2nd package. So it’s not working. I found the filename using ftp is 1511426344wpdm_Verbraucherzentrale Rheinland Pfalz - Wärmedämmung spricht was dagegen.pdf
that there is a mismatch with the filename in the server. So the packages not working.
You can manually attach them or you need to modify the XML with the correct name. The problem occurs for the font issue.
Thanks
I tried to log in with old credential and the documents page returning 404. As I tested last month that working fine.
Can you send me details to check?
Thanks
Hi,
You can use category slug with the shortcode category=”category-slug”
, that will show the archive page for that specific category. More info here.
and Please try the cat_view="extended"
, the Extended view doesn’t use the category drop-down and shows only selected category link as buttons.
This problem has been answered once here.
If you want to modify the category link button css. You can modify the file wpdm-archive-page.php
from plugins/wpdm-archive-page/
. Change the css in line 131
.
Thanks
Hi,
Are you using the latest version of the plugin? You can try disabling and reactivating the plugin to see if the problem is solved. If there any php error please provide it in private reply.
If the package created with no files then it will return the error.
Thanks
Hi,
Here are the steps to import custom fields from CSV,
1. In your CSV file create a column for each field. Column title should follow this format, __wpdm_template_tag An example for your Attribution field, __wpdm_acf_ProtocolInfo_Attribution
Column title is actually the template tag preceded by __wpdm
2. In CSV field mapping page, select Add Custom Field From dropdown for each custom field column.
3. Import the CSV.
But if you want to import checkbox or list items there need small modification on import-post.php
file. We will look into this feature.
Also, You can create custom fields for packages with this addon.
Thanks