Use custom wpdm-reg-form.php
template file instead of Quick Form. This approach is more customizable. Please send FTP info, I will do the registration from customization for you.
Please use [file_list]
template tag in your page template to show the file list with the file price.
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.
There is no such option available in the category level. You can set this kind of message for packages only. Users will see “You are not allowed to download.” or the custom message you set from Basic Settings Messages when the package is restricted for her user role.
Version 4.9.8 does export history in download-stats.csv
file. Please send temporary wp-admin login info in private reply if it isn’t working on your site.
Hi,
You have the v.3.3.8 there. There is only one test package.
Did you revert the installation to the old version after trying v.4.9.8? In which version did you face the reported issue?
If you want I can install the latest version for you. You can download the latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases Latest version should work without any issue.
Thanks.
Hi Simon,
Please install the latest version to fix the issue. Follow these steps to update the plugin,
1 ) Deactivate and delete the old version. You won’t lose any data.
2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.
Thanks.
Are you using [popup_link]
tag anywhere? If not, please add the following code to your theme’s functions.php
file. This code will remove the modal code.
remove_filter( 'wp_footer', 'wpdm_popup_link' );
Yes, we will add the code in our next release of the add-on.
Maybe you have made some permalink related changes. Please send temporary wp-admin login info in private reply to check the issue. Maybe there is a way to fix this without any coding.
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.
This is the last time you have to do it. For all upcoming versions, the auto-update will work.
Your files are hosted on Dropbox, download all files as a single zip won’t work in this case. Download Manager can serve zip file of all attached files when those are stored on your own server.
Please install the latest version of S3 add-on. We released an update today. If that doesn’t fix the issue re-check your license key. Send temporary wp-admin login info in private reply if none of these solves the issue.
The download works fine on my test. Maybe you have updated the Form Lock add-on which fixed the issue.
I got no error when activating the plugin. Please send temporary wp-admin login info in private reply to check the issue. Send me the page where the error is shown.
Please send temporary wp-admin login info in private reply to check the issue.
Thanks for the info. We are working on it. Some of the demos are back now and rest will be back soon.
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.
Sorry, can’t offer any discount on the add-on. But you can purchase the Special Pack where you will get many useful add-ons including the Advanced Access Control. We are selling the Special Pack at a huge discount https://www.wpdownloadmanager.com/download/wordpress-download-manager-special-pack/
It is not possible yet. But that’s will be a nice addition to the add-on. We will add this feature in next release of the add-on. The captcha option will be made optional too. The next version is coming within 1 week.
Looks like you have already figured it out. Anyway, if someone else looking for the same solution, use [pdf_thumb]
template tag in your page template to show the thumbnail of the attached PDF.
Hi,
You can add that info using a custom link page template. Add the plan info as another row in the package info section.
Thanks.
Hi Stephan,
You can change the button color from Downloads Settings User Interface Tab.
Thanks.
Please use the compact view if you want to show category dropdown. Here is the shortcode for that,
[wpdm-archive button_style="inverse" link_template="link-template-panel" order_by="post_title" order="asc" items_per_page="9" cat_view="compact" cols=3]