Forum Replies Created
The login issue may be coming from our side. The current login API is striping some characters from the password. We will fix this issue soon.
For now, Please try using a password with alphanumeric characters only, like IsQSMn7r45x1V for your WPDM account.
Hi,
In the latest version of the archive page add-on, we moved the category button from top to the left. So, it is not possible to use the old view in the current version without template customization.
But it seems many users including you prefer the old style. So, we are releasing a new version soon after adding the old category button style.
Thanks.
The shortcode is correct. The problem coming from somewhere else. Please send temporary admin login info in private reply to check the issue.
There are two options. You can use the available filter which requires coding experience. Or use the Advanced Custom Fields add-on https://www.wpdownloadmanager.com/download/advanced-custom-fields/ This add-on helps you to add custom fields with the registration form. And it also adds custom field support in email lock and packages info.
Hi,
You can customize the message from Setting Basic Messages Panel. If you want you can completely hide the pacakge by setting ‘Hide everything’ option in Setting Basic Access Settings.
Send login info in private reply if you need further assistance.
Thanks.
Yes, the filter option is a great suggestion. We have noted it from implementation in the next release. About the relationship field, are you trying to link post types with a select dropdown? After getting a clear idea we can add this too in our feature list for a future version.
Download Manager Pro latest version + your custom Form Lock add-on works fine. Just tested the email link option on my demo setup. Got email after form submission.
Deactivate the sticky header. Please check now.
Replace line no 121 in /download-manager/admin/menus/class.Packages.php ( WPDM Version 4.9.1 ) with the following code. This fixes the renaming issue. We will also add the patch in our next release.
$filename = time().'_'.$name;
You can download the latest version here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases No need to apply the license key on the test server as it is for temporary use.
Thanks.
Hi,
It is not possible with the Download Limit add-on as this add-on works with free files only. But you can use the Pre Paid Credits add-on ( https://www.wpdownloadmanager.com/download/pre-paid-credits/ ) to give your users some site credits. Using this credit they can download premium files and when credit is spent they have to pay to download more files.
Thanks.
Hi,
You can use the Default Values add-on ( https://www.wpdownloadmanager.com/download/wpdm-default-values/ ) to set default values for new packages. So, as you said you only have to add a title and upload file. All other settings will be taken from the add-on option.
Thanks.
Hi,
WPDM ACF doesn’t those features yet. But you can use the ACF plugin, there is no known issue between these two plugins.
Thanks.
Please check now. Added the following custom CSS.
.input-group-btn .btn {
padding: 11px !important;
}
Thumbnails are on by default. If it isn’t working on your side please check the /uploads/ directory for a folder named /uploads/wpdm-cache/ If it isn’t there create the folder. Or just send admin login info in private reply, I will check this for you.
Please install the latest version of Download Manager Pro. We have already fixed this issue.
Please check the “Open in Browser” options from Downloads Settings Basic File Download Panel. That should open the PDF in the browser instead of downloading it.
You have to use the Master link for premium files. Master links work after performing the customization suggested above. And the generated link is working too for free files. Pop-up worked fine for me.
Hi,
Use a custom link template to customize the look. You can clone the link template you are using now. Then remove the [file_size] tag from there to remove the size indicator.
Access the template edit from Downloads Templates page. Send login info in private reply if you need help with the custom template.
Thanks.
Works now. Replaced md5($_SERVER['REMOTE_ADDR'])."_cart"; with $cart_id = session_id()."_cart"; in /wpdm-remium-packages/includes/libs/cart.php
Hi Mike, Sent an email. Please check your inbox. Thanks.
Hi,
Please install the following version of S3 add-on.
https://www.dropbox.com/s/dgbwlmerlnr1nzp/wpdm-amazon-s3-v.2.7.0.zip?dl=0
Or send login info in private reply, I will install it for you.
Thanks.
Please send temporary wp-admin login info in private reply. I have to check your installation.
Please remove the following line from the /wpdm-pdf-viewer/tpls/viewer.php file ( line no 32 ). That should fix the button styling issue.
<link rel="stylesheet" href="<?php echo WPDM_BASE_URL; ?>assets/css/front.css">