You should use the custom link/page template ( the one that opens pdf in new tab ) with the package where you have only pdf file. In other packages use default download_link tag instead.
If you can’t figure it out, Please send me the package URL and wp-admin login info in private reply to check the dialog issue.
Hi Shafiq, Unlocked your key. Now, It should work in your new domain. Thanks.
– Added new custom field Author and edited your custom link template dxf to show that author when available
– added the background in custom template
– changed the button color
– access is not working because from your download manager category settings you are allowing all visitors to access the download
https://www.evernote.com/l/AUfFZKpfwA9L07cyF62_63MrWblmgS7fLpMB/image.png
– https://www.dxf-downloads.de/category/downloads/3d-drucker-stl/ is the archive for your post category 3D Drucker .stl It is not download category archive. Download category archive url will look like this https://www.dxf-downloads.de/downloads/download-category
you can change the url slug downloads from WPDM Basic settings.
I am getting the “The API developer key is invalid.” message. This is usually picker API issue.
You must enable Picker API. Please go https://console.developers.google.com/ select your project then click APIs & auth find Google Picker API and enable it.
Please send me your CSV file to check the issue.
The access roles should be mapped with WPDM:access to CSV importer. I have attached a CSV file and the following screenshot shows how access column is mapped to WPDM:access
https://www.evernote.com/l/AUczfg_bjnhDjbCOgg0Ag6vtXEyJ7q7oLasB/image.png
Category URL base is shown when you are visiting download category archive.
https://domain.com/category/themes [ this is the URL when Category URL base category and visiting themes category archive ]
Package URL base is shown when you are visiting download/package details page.
https://domain.com/download/pro-icons [ this is the URL when Package URL base download and visiting pro-icons package ]
Archive Page slug is used to show downloads/packages archive page,
https://domain.com/downloads [ this is the URL when Archive Page slug downloads and this page shows all packages/downloads ]
Hi,
Yes, you need Business ( 5 sites ) or Developer ( Unlimited ) license to use WPDM on multiple domains.
And you have to network disable and activate the WPDM on each site separately.
Thanks.
Hi, We need wp-admin login info to access the edit page. Please send it in private reply.
Hi,
Special Pack ( WordPress-Download-Manager-Special-Pack.zip ) contains several plugins. So, you have it unzip it first. Then install/upload each plugin separately.
Thanks.
Your attachment failed due to file size. Try smaller image or send me the URL of the image.
Or Could you please send temporary wp-admin login info in private reply to check the issue?
You can do that by adding conditional info in the single-wpdmpro.php if you are using the custom post type template single-wpdmpro.php for WPDM packages. This template overrides page template option.
And the other option is creating a custom template tag to use with custom link/page template which is not your preferred option.
1 ) I have updated the code to make the CSV Importer available to editor role.
2 ) You are using the free version of Download Manager. It doesn’t have dir attachment option. To attach a file you just have to put the file name under files column.
3 ) Your suggestion has been noted for future implementation. Thanks.
4 ) For All visitors use guest
Please let me know if you need more clarification on any step.
Hi,
Some of your files only for premium users that means the “premium user” custom option is empty in other packages. So, you can utilize that in your custom link/page template.
When a field is empty you can hide that by adding a class in the template code. example: adding this [hide_empty:version] in the wraping element/div of version will hide the element if version is empty.
Please send me the URL to suggest required CSS adjustments. Send temporary wp-admin login info in private reply if you want me to check the custom template code and make the premium field visible only when there is a value.
Thanks.
Hi Brian, Unlocked your key from the old domain. You can use it on your new site now. – Best Regards.
Have you installed any new plugin recently?
Either someone deleted those custom templates manually or another plugin deleted the custom template option from DB ( this is highly unlikely though. Some database backup/restore plugin can do this type of changes ).
However, I created 2 new custom templates yesterday. Those are still there, so I hope whatever it was isn’t repeating anymore.
Hi,
If you added PHP file in /active-theme/download-manager/link-templates/ dir then switching theme will remove those templates until you copy those templates file under the active theme.
If you used Downloads Templates Template Editor to create custom templates then those should be there even after theme switch.
How did you create those custom templates? Did you add PHP files or template editor?
Best regards.
Hi,
This looks like a server directory permission issue. I have to check the directory permissions to be sure.
Please send temporary wp-admin and FTP login info in private reply to check.
Best regards.
Clone the page/link template you are using now and replace [download_link] with <a target="_blank" href="[download_url]">[link_label]</a>
Hi,
You can define package and category URL slug from WPDM Basic settings,
https://www.evernote.com/l/AUfvvQRftg5AHLFUmN2ilfwmQSRCecBsvFgB/image.png
No option to change the download URL query strings. Actually, there is no need prettify the query string because those are actual download URL, not package URL.
Thanks.
Hi Joe, Unlocked your key too.
Hi,
It is not possible through WPDM Google Lock feature.
This requires a customized solution. Please mail to customize@wpdownloadmanager.com to get a quote on this if you are interested in custom service.
Thanks.
Hi Mark,
You can use following css to change the color,
.w3eden .list-group .badge{ background: #eee !important; }
Thanks.
Sorry, It is not possible to set the file title from bulk import process.