Forum Replies Created
Hi,
If normal posts are working than Download Manager packages should work too if your language plugin supports custom post type. However, I do not have a clear idea of how your language plugin works.
Download Manager follows all standard rules that allow it to be multi-language ready and rest depends on the language plugin. If you can’t translate packages please contact the Polylang plugin author and ask them how to translate custom post types.
Thanks.
Hi,
Please send temporary wp-admin login info in private reply to check the issue. This looks like a js issue. Maybe another plugin is breaking the settings tab.
Thanks.
Hi, Which country list are you referring to?
Please send temporary admin login info in private reply. I will add the code for you.
Your category permissions seem different for different languages. Only the German category settings have been set properly. That’s why downloads are not visible in other languages.
There was a bug in the Advanced Access Control add-on. I have added a patch to fix it. Pacakge titles are linked to the details page now. Let me know if there is anything else.
Please send me the page link where you are having this issue.
This message is coming from your Form Plugin option. Each form has a response message field, Customize the message from there.
You can use [similar_downloads] template tag in WPDM Custom link/page templates to show similar downloads. This tag shows downloads with similar tags.
Hi,
File upload and download in File Manager Tab is working now. PDF Viewer is working too. Tested here https://www.goldcross-training-support.co.uk/download/learning-the-lessons/
Thanks.
Please send FTP info in private reply. I have to check there to find out why it isn’t working.
Hi,
You have to customize wpdm-all-downloads.php template file to change the download button behavior. Create a custom template file for all downloads table to keep the changes even after the plugin update. Here is how you can do that,
1 ) Copy the /download-manager/tpls/wpdm-all-downloads.php file.
2 ) Place it in /active-theme/download-manager/ directory.
3 ) Replace echo $download_link; with echo "<a target='_blank' href='".\WPDM\Package::getDownloadURL($data['ID'])."'>Download</a>"; in line no 355
That should open the links in a new tab.
Thanks.
You can display a message or just a button with a link to the login page by setting the option “Login Required Message:”. However, not sure yet why the style is broken there. Could you send temporary admin login info so I can take a look there?
Please send temporary wp-admin login info in private reply. I will add the required custom CSS to adjust the colors and fonts.
A custom template is required to change the logged in page style. Copy the /download-manager/tpls/already-logged-in.php file and place it in /active-theme/download-manager/ directory ( you have to do it yourself otherwise I need FTP login info to create template file ). I will customize the new template file after getting the login info to bring back the old style.
Please send temporary wp-admin login info in private reply to check the issue. Send the frontend uploader page URL too. You are having the issue with frontend uploader, right?
Install the first one wppromembership.zip That’s the main add-on WP Pro Membership ( https://www.wpdownloadmanager.com/download/wp-pro-membership/ ). Others are supporting add-on, not required.
MailChimp add-on is linked to the email lock feature. Doesn’t support Form Lock yet. But the integration is noted for implementation.
I have changed the active Bootstrap Version from WPDM settings. Footer layout is okay now.
These are coming from your theme. You have to edit the single.php template to remove this metadata. Removing this from single.php will remove the data for your post details page too as this template is used by normal WordPress posts.
So the best option is using a custom template for the download details page. Copy the single.php and name it single-wpdmpro.php then makes the changes in this new template. Keep the file in the same directory as single.php ( inside active theme )
Please send temporary wp-admin login info in private reply to check the issue.