Hi,
I’m not sure what could be causing this issue. This is the environment the plugin is in:
WordPress Version 6.6.1
PHP Version 7.4.33.6
Download Manager Pro Version 6.5.7
Receiving the following errors
This is the page where I’m testing on: https://fnti.com/test-page-for-downloads-delete-later/
Tried the following already
Can you please help! This issue is on the live site and vital to daily operation.
Thank you!
Hi there,
I tried today to select the icon to retrieve the direct link to a specific file, but it hangs the browser windows, Tried also with other browsers and from the mobile, same issue. I tried to update the version of Download Manager PRO from 6.5.4 to 6.5.7 but it responds with an error here, Update failed: The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature.
If I’m going to Plugin details it shows me, Plugin not found, but it’s working and operative. I can’t understand what’s happening.
Thanks.
Paolo Piana
hello,
I want to use the email lock function with the files managed by the download manager plugin.
the files are used for woocommerce products in catalog mode.
I made a product page template with elementor in which I put a clickable image.
if I use the link to the type file: https://www.website.fr?wpdmdl=178&ind=152 ; the email lock does not work in guest mode
if I use the short below the image with the button template (I created a copy to modify it later), the popup appears but I cannot modify the css style.
How to do it, either to have the functionality with the direct link (opening the email lock popup if not logged in) or how to write in the CSS area so that it is taken into account and use an already existing css style (theme button style)
Thank you
How to write Template?
Scenario 1.
When there is no file to download, page_link is displayed.
If there is a file to download, then download_link is displayed.
Scenario 2.
When tags are HTML, display page_link.
When the tag is not HTML, download_link is displayed.
Thanks!
Hi, I need to edit or add tab for more options to Package Settings
How can you do this please?
Hi,
I’m having an issue where when I embed a post into a download page, it embeds in the editor but then shows a non-linked URL only.
You can see what I mean by looking at this link:
https://techygeekshome.info/wpdm-package/windows-lock-screen-changer/
You can see the links, but not embedded. Embeds on all my normal posts work fine.
Any ideas?
Hi there,
When an admin-user tries to change his password via lost-password-link the message ‘Password update is disabled for this user!’ is shown.
I see this behavior in the file wp-content/plugins/download-manager/src/User/Login.php but I don’t know why only users NOT having the “manage_options”-right should be able to change their passwords.
Thanks for any advice 🙂
Chris
PDF Viewer has been giving us trouble, so I’m trying to create a page template with an iframe to embed my PDF previews in to test if this might work better for us. I have it set up and working properly if I put a link to a specific PDF in my template (For example: https://mywebsite.com/wp-content/uploads/download-manager-files/myfile.pdf
), but when I try to change the src url to make it dynamic, it doesn’t work. I need a shortcode for the direct file url (not download link), but I don’t see that as an option in my research.
I’ve also tried just hard coding the beginning of the URL and adding the shortcode for the file list (example: <iframe src="https://mywebsite.com/wp-content/uploads/download-manager-files/[file_list]"></iframe>
), but that doesn’t allow me to add that file extension to the end of the URL just before because there’s html that is injected around that file name to put it in its own table:
<div class="w3eden">
https://resources.advisorsexcel.com/wp-content/uploads/download-manager-files/
<div data-packageid="68947" id="wpdm-filelist-area-68947" class="wpdm-filelist-area wpdm-filelist-area-68947" style="position:relative">
<table id="wpdm-filelist-68947" class="wpdm-filelist table table-hover">
<thead>
<tbody>
<tr>
<td>
myfile.pdf</td>
Does something like this exist or is there a way to create my own tag that would do this?
We are running WP Download manager on our NFPs WordPress site. We have enabled the Frontend upload function so our members can share content with other members. This is all working except the ability to share a URL link. The ‘URL’ tab in the ‘Attach Files’ section is unresponsive.
We have done basic trouble shooting, including:
1. Checked Plugin Settings: It seems the Frontend Access settings are correctly configured.
2. Updated Plugins and Themes: WP Download Manager and all other plugins and themes were updated.
3. Disabled Conflicting Plugins: All other plugins were temporarily disabled to see if there is a conflict.
4. Checked Browser Console for Errors: We opened our browser’s developer console and saw no JavaScript errors.
5. Clear Cache: We cleared our browser cache.
Our next step was to delete and reinstall WP Download Manager but I thought we should check with yourselves first. Any suggestions?
We are in the process of launching a site using Download Manager and Private Messages, and have encountered a huge blocker.
To recreate the issue, perform the following steps . . .
When you click Messages, you get this:
This page doesn’t seem to exist.
It looks like the link pointing here was faulty. Maybe try searching?
I’ve tried changing the configuration, creating a new user (only Soundtracks Manager roles have this experience), but nothing is working.
The client is upset, because we were supposed to launch this week.
Could you assist?
The plugin code is showing wrapped around a non-functional Download button.
Here is a screenshot of the code that shows after a successful form submittal:
https://drive.google.com/file/d/1yZnhQIiNWsOoXb6e-dHaDoUU-3gsXdNs/view?usp=sharing
If the user refreshes the page, the code works. Perhaps an auto-refresh on form submit would be a possible fix?
Below is the code in question which appears several times in the wpdm-form-lock.php file.
<hr style=’margin: 0 0 10px 0’/><i class=’fa fa-downlaod’></i> ” . $link_label . “”
Notice there is also a typo in your code ‘fa-downlaod’ that you will want to correct.