Forum Replies Created
Hi,
Yes, it is possible to redirect the user to the actual page they were asked to log in. You can set it from Login Required Message: option in WPDM settings.
Adding ?redirect_to=[this_url] in your login link should do the job. The default message has been set up like that, so redirect should actually work as you wanted.
Please check the option in WPDM setting and send temporary wp-admin login info in private reply if you need further assistance on this.
Thanks.
You haven’t installed the Pro version there yet. Is there any reason behind using the Free version ( also outdated )? If you want I can install the pro version for you.
You can use send_download_link_to_label hook to customize the Send Download Link To: text. Here is the code you have to add to your theme’s functions.php file. No option yet to change the placeholder text,
function wpdm_send_download_link_to_label( $text ){
$text = 'Customized label for Send Download Link To:';
return $text;
}
add_filter('send_download_link_to_label','wpdm_send_download_link_to_label');
Added the following CSS in Customizer Additional CSS to fix the cart width in mobile.
.w3eden .wpdm_cart tr td { width: auto !important; }
Releasing an update within next week. Thanks.
It seems the other font awesome CSS is using the same style id when registering the style. You can manually change the WPDM font awesome if you want to load both instances font awesome.
To do that you have to change font-awesome to wpdm-font-awesome in line no 303 and 304 in /plugins/download-manager/download-manager.php file.
https://www.evernote.com/l/AUfpYY-rTAhGkquNCJ9M11hHXI3IzdPIIxkB/image.png
Hi,
You can set custom text using Package settings Lock Options Email Lock Title option.
https://www.evernote.com/l/AUdkhYssCz5GGpf6IM9zCtFNTMBLaZEqR9IB/image.png
Thanks.
Hi,
Form Lock doesn’t support the Ninja Form. All supported Form Plugins are listed in the add-on page here https://www.wpdownloadmanager.com/download/wpdm-form-lock/
Thanks.
Hi,
You can use the category shortcode to show all packages from a category. You can use Accordion Add-on if you want to show categories in this style https://demo.wpdownloadmanager.com/wpdmpro/accordion/
If you want to show only some packages from a category then insert each package separately using the package shortcode.
Thanks.
Hi,
Please check if you have the latest version of Download Manager ( 4.7.7 ) and WPDM – Accordion ( 1.8.8 ) add-on. If both are updated then check your PHP error log and send me the log file or just latest entries.
Thanks.
Hi, I have activated the latest version ( 4.7.7 ). Downloads are working now.
Hi,
Do you want to keep track of changes in the package ( like revisions in regular posts )? This is possible by adding WordPress revision support but will only track title, content, author, and excerpt.
Or do you want to add a version/revision info too with the stats record?
Best regards.
Hi,
Your suggestion is noted for implementation. We will add this on next release of Archive Page add-on.
Thanks.
Please send temporary wp-admin login info in private reply to check the issue.
You can modify the file label from the Attached Files meta box.
https://www.evernote.com/l/AUc03GROZdZByptSvG1hqsbr_qtio5yPYrgB/image.png
Hi,
The thumbnail is resized when using [thumb_WxH] template tag to apply specific size. You can use the original image too. In that case, you have to use [thumb] template tag in your custom page and link template.
Thanks.
Maybe audio files aren’t located in your /uploads/download-manager-files/ directory. Please send temporary wp-admin login info in private reply to check the issue on your setup.
Button template doesn’t show the icon just the download label.
However, you can create a custom link template ( Downloads Templates ) with the following code to show the icon with download label.
[icon][download_link]
Have you installed the WPDM TinyMCE add-on?
Please try this CSS,
.w3eden .media .pull-left img {
margin-bottom: 6px;
}
Hi,
You have to update your package setting to allow download access to subscribers only.
In allow access field set subscriber instead of all visitors.
You can set redirect URL in your login page. Please check the shortcode structure below,
[wpdm_login_form redirect="your_url"]
Thanks.
Hi,
Looks like you are using an older version of Download Manager Pro. Please install the latest version. You can download it here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
Before installing the latest version you have to deactivate and delete the old one. You won’t lose any data or settings.
Please send temporary wp-admin login info in private reply if you need help with the update process.
Thanks.
Hi,
Looks like WPDM Font Awesome has been disabled there. You can enable it from Downloads Settings Basic Misc Panel.
Download Manager uses Font Awesome 5. Currently, there is a font awesome in the page coming from another plugin but it is an older version.
Thanks.
Hi,
Do you have the latest version ( 1.3.0 ) of the MailChimp add-on? If not please download it here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
Thanks.