So, the solution is using the login shortcode as I mentioned above. You don’ need the user dashboard, so don’t use the dashboard shortcode. Replace it with the login shortcode and set a redirect URL.
[wpdm_login_form redirect="URL of page A"]
Page redirected successfully on my test. Could you please try again? I used the “Login” link from your navigation.
No exact date is available yet. But we will try our best to ship it within the next 1-2 releases.
Premium Package add-on adds some additional columns in all packages page. And too many columns make the layout unreadable. The solution, in this case, is hiding some columns from “Screen Options”
To setup membership please check the documentation here https://www.wpdownloadmanager.com/docsfor/wp-pro-membership/ Basically you have to create a plan and then set that plan as a required role in package settings.
Please remove the following code from /download-manager.php
'show_in_rest' โบ true,
Or just install and activate the WPDM REST API add-on https://www.wpdownloadmanager.com/download/wpdm-api/
Please send temporary wp-admin login info in private reply to check the issue.
Hi,
Sorry, not sure what you meant in your second reply. We didn’t make any rearrangement of old UI. Could you please send temporary wp-admin login info in private reply, in case, the reported issues not resolved yet?
Best regards.
Hi,
User Dashboard shortcode doesn’t have any redirect parameter because the use case doesn’t need one. If you are trying to redirect the user after login then use login shortcode with redirect parameter.
[wpdm_login_form redirect="http://www.example.com"]
Please explain the scenario a little more if you think I missed something.
Best regards.
One of your active plugin or active theme is modifying the edit pacakge page content. There are many plugins active on your site. Should I proceed with temporary deactivation? Is there any hard dependency where deactivating a plugin will cause a fatal error?
In that case, it is the limitation of your server. It can’t handle too many simultaneous download requests in the same session. The only solution is upgrading the server.
Hi,
Download Manager doesn’t add any rule to exclude WPDM packages from google indexing. Webmaster tools won’t exclude the downloads if some kind of settings is in place to exclude those. Another thing to consider, based on site popularity google indexing time may vary. In this case, you can submit your URLs manually for indexing.
Thanks.
If you can manage some free time, please add a 5* review here https://wordpress.org/support/view/plugin-reviews/download-manager?rate=5#postform , that will inspire us a lot. Thanks ๐
We have already released the new version. Please update your copy.
Hi,
Sorry, I overlooked the fact that you are using the Free version. The suggested code will work with the Pro version only. Free version doesn’t have the template I mentioned before.
Anyway, in the free version, you have to edit the /download-manager/libs/class.PackageLocks.php
file to close the modal after verifying the password.
Add this code jQuery("#wpdm-locks").modal("hide");
at the position pointed on the scrrenshot.
https://www.evernote.com/l/AUfstaAecqNFK7kJlR_Vi2-OQ-s102qNjLIB/image.png
Thanks.
How did you attach Google Drive files with a Download Manager post/package? I meant are you using this add-on https://www.wpdownloadmanager.com/download/google-drive-explorer/
Please send temporary wp-admin login info in private reply to check the issue.
Try a different link template. You can set it as a shortcode parameter or use the WPDM TinyMCE Button add-on to select Link Template visually. Free version’s package settings don’t have the link template option but you can still set it from the shortcode.
[wpdm_package id=10 template="link-template-calltoaction3.php"]
Yes, you can generate 1000 passwords using the password generator tool.
Maybe your theme is using its own version of Bootstrap JS and CSS. Try deactivating Download Manager’s version of Bootstrap JS and CSS from Downloads > Settings > User Interface Tab.
Hi,
Found an issue in the email template customization feature. The patch is coming with the next version of WordPress Download Manager.
Thanks.
We have this on our upcoming feature list. So, hope it will be implemented soon.
Please send temporary wp-admin login info in private reply. Also, send the package URL. I will test the code there and will let you know the update.
Please send temporary wp-admin login info in private reply to check the issue.
Download Manager works with block editor. But by default, the block editor is disabled in the edit package screen. We also developed a Gutenberg add-on https://wordpress.org/plugins/wpdm-gutenberg-blocks/ which provides several block elements.
Drive add-on doesn’t have the option to add files from the shared folder. But this is noted for implementation.