Looks like setting up countdown on the same page requires further code updates. For now, use a separate page. We will add the same page waiting option in next release.
Your theme is creating some js errors which breaking the upload file feature. Upload works fine when switching to another theme. Please ask your theme procider to check the issue.
Hi,
Do you want to add custom data as tag ( e.g. package name? ) with each email address sent to active campaign?
From your email template above I see that you used 2 tags there. NAME and POST TITLE. Our add-on already sends the name, so adding the package title as tag enough?
Let me know your thoughts and thanks for your offer but we use active campaign API so it shouldn’t be an issue for us to add this new tag feature.
Thanks.
Hi, We will fix the issue in next release of WPDM. For now, you can add the following code in /download-manager/libs/class.Apply.php
after line 374,
if( $package['quota'] > 0 && $package['quota'] <= $package['download_count'] ){ wpdm_download_data("stock-limit.txt", __("Download limit exceeded.",'download-manager')); die(); }
https://www.evernote.com/l/AUcxmibQSYFJD4zRhe4mh4ByVjCWD_xOFL0B/image.png
Hi,
WPDM does not have that category filter option there yet. But we will add this soon.
Thanks.
Just deactivate Premium Package add-on for plugins page to disable cart feature ( I see, You figured it out already ). However, If you decide to use cart feature and having any issue with the styles after add-on activation let me know.
FTP can’t retrieve directory listing.
The issue seems identical to your previously reported one here https://www.wpdownloadmanager.com/support/topic/download-links-not-working-3/
Please apply the same patch I suggested there Or enable plugin editor access for the temporary wp-admin user so I can do the edits.
Please send temporary wp-admin login info in private reply to check the issue.
Which template are you referring to? When is the “Download Confirmation” email sent? Do you mean the email from email lock?
Hi,
You are using very old version of Download Manager which may not be compatible with latest Premium Package add-on. Please download and install the latest WPDM from here https://www.wpdownloadmanager.com/user-dashboard/purchases/
Deactivate and delete the old version of Download Manager before installing the new version. You won’t lose any data or settings.
Thanks.
Lazy Download requires a separate page where it shows the counter. There is no option to show counter on the same page. It is possible to show it on the same page but you have to place [wpdm_lazy_download]
shortcode in each package description in that case.
Also, I have to make some code changes in add-on. Send login info in private reply if you want that. Or if you can do that yourself,
Find header("location: " . get_permalink($wpdm_lazy_download['waiting_page']));
and change it to
header("location: " . get_permalink($package['ID']));
in /wpdm-lazy-download./wpdm-lazy-download.php
file
It is your server issue. For some reason, server is sending following response when password is submitted. Looks like it is blocking the AJAX request. Ask your server to get more info on this.
https://www.evernote.com/l/AUenl0dTjSxMC4kjzJ5_ZrzTLeq_FaR2K1oB/image.png
Have you saved WPDM login info in Downloads Settings Update page? Also, what is your current version?
Please send temporary wp-admin login info in private reply.
@arneklein, Updated Download Manager to the latest version. Please let me know if there is any other issue.
@markmaxdb, Found no issue in my test. The download was served as usual from the email link.
Find this code 'exclude_from_search' ► (bool)get_option('__wpdm_exclude_from_search', false),
in /download-manager/download-manager.php
file and change false
to true
That should exclude downloads from search result.
In your first screenshot, max file upload size is shown “0 MB” That means it is s server settings issue Or another plugin is modifying the upload limit. Try disabling other plugins. If that does not work consult your server support about the upload size issue.
Hi,
Your key was linked to pma.lucidadvertising.com
I have unlocked it from there. The license key should work now.
Thanks.
Your theme has it’s own archive template which by default works as category archive.
You have to create the custom category template taxonomy-wpdmcategory.php
if you want to build a custom archive for only downloads. This template does not come with the theme if it is not a Download Manager theme.
Please check the doc link for more info.
https://www.wpdownloadmanager.com/docsfor/for-theme-developers/
Same result. Download worked here http://walkmansrldownload.com/bailaconmigoanguilla/ too.
https://www.evernote.com/l/AUdcjwYaG-1KuY_sPQ1HIVi-zrU0WH2JN9cB/image.png
Access settings work in all packages table too. If you are trying to hide packages that user doesn’t have access to, then set the option as “Hide Everything” in Downloads Settings Basic Access Settings
https://www.evernote.com/l/AUeIJj32xWZKPLk_oFbwof-S-gHTRIeP69cB/image.png
Just keep a backup of current /download-manager/tpls/list-packages-table.php
file. All changes are made in this file.
You can get the direct download link of a file from “Downloads All files” page. Just copy the download button URL as shown in the following screenshot.
https://www.evernote.com/l/AUcqZjpsFZFITqhCHb66ZzKrMQjFfgFzzGcB/image.png
Please install the latest version of Download Manager. You can download it here https://www.wpdownloadmanager.com/user-dashboard/purchases/
If that does not send temporary wp-admin login info in private reply.
As a Pro user please use PRO support forum for future support request.