Forum Replies Created
In your wpdm_packages shortcode you can’t use 0 as a value for colspad, colsphone Please set 1 as value to fix the warnings.
Looks like someone modified the plugin file. Re-installing the plugin should fix the issue.
Please deactivate and delete the Download Manager. You won’t lose any data. Then install a fresh copy. You can download the latest version here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
Please send temporary wp-admin login info in private reply to check the issue. Send the package URL too where you have this issue. The URL has to be publicly accessible when you add a file using URL.
It should work even when you add the file from URL. However, let me know if you still need help on this.
Yes, you can open the PDF in the browser. Just enable the “Open in Browser” option from Downloads Settings Basic File Download.
Replaced [download_link] with <a class="wpdm-download-link btn btn-danger" target="_blank" href="[download_url]">Otwórz</a> in your custom page template. Please do the same for the link template.
Added toolbar=0 in wpdm_packages shortcode to hide the toolbar.
Please send temporary login info to check the issue. Everything seems okay in our test setup.
Please try now. I have unlocked the key from the old domain.
Default Values does work with frontend uploader. Just add the patch I sent in the previous reply or send login info in private reply. I will do it for you.
1 ) Requires customization. Could be done using user_register hook https://codex.wordpress.org/Plugin_API/Action_Reference/user_register
2 ) Not possible but you can use the file manager to upload files in a directory of your choice and then attach the file using browse tab in Attach File meta box.
3 ) As I mentioned above this is in our to-do list to send an email link to set the password.
4 ) Noted for implementation.
5 ) Will be added this in next version
6 ) You can add custom fields in the sign-up form using Advanced Custom Fields add-on https://www.wpdownloadmanager.com/download/advanced-custom-fields/
7 ) Sorry, Not clear. Do you want to show user profile URLs for all users? It is possible with custom code.
8 ) File Manager is embedded with Frontend Uploader page as well as admin sub-menu in the Downloads menu.
Hi,
That page template is actually empty.
Your theme is using the theme provided template single-wpdmpro.php file in the package details page. You have to edit that file to customize the details page content.
Thanks.
Hi,
Please send temporary wp-admin login info in private reply to check the issue. The maybe related to your server settings. Did you contact server support about this?
Thanks.
During the update, old plugin files are deleted and that’s okay. But the issue we encountered here is when unarchiving new files. We will look into this issue. If you can provide any server error log it will be helpful.
If you are moving everything ( posts, pages, users etc ) then moving database is the easiest way. If you just want to move the downloads here are the steps,
1 ) Export your downloads using WordPress export tools.
2 ) Import the XML file in your new site.
3 ) Copy your file from /uploads/download-manager-files/ directory from the old site and place those on the same dir of the new site.
That should do the job. Let me know if you face any issue with the transfer process.
Doc preview works with publicly accessible downloads only because the Google viewer requires the access to generate the preview. If you want to use doc preview for private downloads please take a look at PDF Viewer add-on ( https://www.wpdownloadmanager.com/download/wordpress-pdf-viewer/ ). It has a better viewer and can show a preview of restricted downloads.
Did you try the S3 meta box in edit package screen? The other S3 manager is still on beta.
JS Table doesn’t have the support for the date format you used. The sorting works when I applied another format.
https://www.evernote.com/l/AUd4XadG3aJO1JdKq8w24ZPQPfY73c39IEoB/image.png
There is no option to use the theme only on selected pages. If you want a custom layout for download pages you can create a custom template single-wpdmpro.php and place it in your current theme ( requires coding experience ).
But why are you trying to use 2 themes in a single site? If you want to modify the download page layout you have the option to use a custom WPDM page template.
It shouldn’t be empty if someone hasn’t modified template code. Another possibility is the content is hidden by CSS. Could you please send login info, so I can check it there for a better understanding of the scenario?
All these texts are available in the .pot file for translation. How did you translate other texts? Did you use the download-manager.pot file or another approach?
To translate link/page template you have to create a custom template. Clone the template you are using now and replace those texts.
Thanks.
Please check the package settings. Maybe allow access field is empty or set to another role. Please send temporary wp-admin login info in private reply if you want me to check the issue.
You are right about the missing tag column in sample CSV. We have added the tag support in the last update. Will add this column in the next version of sample.csv
Adding the support for custom taxonomy import/export is not part of the plan yet but maybe in future will add the support or if you need something customized we will help you with that.
Here is the CSS to modify lost password form colors,
.w3eden .btn-info{
background-color: #333;
}
.w3eden .btn-info:hover,
.w3eden .btn-info:focus,
.w3eden .btn-info:active{
background-color: #444;
}
.w3eden div#wpdmlogin.lostpass {
border-top: 5px solid #555;
}
Please comment/remove line no 294 in /download-manager.php file to fix this conflict. If you need help with that send temporary wp-admin login info in private reply.
We have added the patch in our side too for the next update.