Forum Replies Created
Could you please send me a package URL?
I couldn’t find the wp-admin area. Does the temp user has administrator role?
Hi,
Maybe your server doesn’t allow loopback connection. Could you please ask them if loopback request is allowed?
Please send temporary wp-admin login info in private reply to check the speed issue. Activating Download Manager does add extra load on the database due to its extensive features but it is pretty negligible. And we are always working to make it faster.
Best regards.
Please add following CSS in your theme’s style.css file to fix the alignment,
.w3eden .row .col-md-3:nth-child(4n)::after {
content: '\a';
white-space: pre;
}
Hi Dan,
Please try now. Make sure you have the latest version of Download Manager if still getting the error.
Thanks.
You can set the login and registration link using ‘Login Required Message:’ option. Usually, translation plugins provide the option to translate plugin options like these. Which translation plugin are you using?
Please check now. Added the following code in class.FileList.php,
$allfiles = sort($allfiles);
https://www.evernote.com/l/AUe7YK51v7xOIonzZRdBdBIEXNljNpY–aoB/image.png
Hi,
The download will work without it. Will remove it in next version if not required ( have to discuss with the team ).
For now, You can replace the line 1090 in /libs/class.Package.php with the following code to remove the refresh param,
return $permalink.$sap."wpdmdl={$ID}{$ext}";
Thanks.
1 ) Disabled WPDM Bootstrap JS to fix js conflicts which fixed the immediate disappearance of modal.
2 ) Added custom CSS in your theme option to fix the z-index issue to make the modal clickable.
.modal-backdrop.fade {
opacity: 0 !important;
}
.w3eden .modal{
z-index: 99999 !important;
}
1 ) Guest order works fine. The user has to provide the order email to access the download. Order id is retrieved from the session if the user is in the same session.
https://www.evernote.com/l/AUeuCcIlfCxEx7SZyouw7-RaqG2vOtqv_-UB/image.png
2 ) Which payment method you tried with real payment? Could you please try again and let me know?
Unlocked the key from dev site. Please try it now on your production site.
You can use the following code to get the page URL,
$page_url = get_permalink( get_the_ID() );
If you are using shortcodes to put the downloads on your page then use a custom link template to put the page URL. No need to edit PHP code in that case.
When you create a new post/package from admin dashboard you are returned to the edit screen of the same post/package after clicking the publish button. The same thing happens in frontend uploader page.
You can see the uploaded file in attached file meta box.
https://www.evernote.com/l/AUcgW1kl6I1OwLUqFc3LQsIRlf6KzC8NIiIB/image.png
Hi Scott, Fixed the issue. The order is being stamped now. – Best regards.
Please send me the URL to check. Are you referring to the login link?
Please send FTP info and package URL in private reply. I will add the code will let you know the details.
Sorry for the delay. Could you please re-activate the login info if still having the issue?
Sorry for the delay. Please re-check the wp-admin login info, It is not working.
Hi,
We already added a patch to fix this issue. It will be shipped with the next release of WPDM.
Thanks.
After creating the package you are shown the edit package screen just like the admin edit/add package page. I have added the parameter to your shortcode.
https://www.evernote.com/l/AUeRjwOCvDlC-KLXWNfxWw4FaM-4-vYaVMoB/image.png
Deleting old version won’t affect your existing files/downloads.
Hi,
You can use the /download-manager/languages/wpdmpro.pot file to make your own translation. Softwares like PoEdit ( https://poedit.net/ ) provides an easy interface to make the translation file.
Some strings are missing from translation file, we will add these in the future release.
Thanks.
Please try adding a new package now. I have added flaturl=0 parameter to fix the 404 issue.
Hi,
Please download the latest version here https://www.wpdownloadmanager.com/user-dashboard/purchases/ Deactivate and delete the old version before installing the new one. The auto update will work on next releases. WPDM old versions had an issue with the update process.
After the update save the license key. If it says invalid key then please send the key in private reply.
Thanks.