- This topic has 16 replies, 4 voices, and was last updated 5 years ago by
Nayeem Riddhi.
I am new to this plugin and just installed and setup. On the login screen, when you click on the register tab, nothing happens. Please help.
Looks like, your theme is overriding plugin JS.
Please provide you temporary login credentials using private reply to check the issue.
Thank you
Sorry, cant login in
http://magarchitects.net/wp-login.php
Using your given credentials.
Please check the info again.
Thank you.
Login and registration tab was bootstrap default js is been overriding by your theme js.
I added some code in bottom of download-manager/tpls/wpdm-be-member.phpfile
jQuery(document).ready(function(){
jQuery("#be-member-btns a").click(function(e){
e.preventDefault();
jQuery(this).tab('show');
});
});
Thank you.
Thank you so much!
Just a quick question. Is there a way to change the button “Go to Dashboard” (Shows on Login screen if you are already logged in) to go to a different URL? Bassically, I don’t really need the user profile pages as I am only using this to manage downloads for people who want them. I do not need the “membership portion.”
Thanks!
Yes,
You can change dashboard page from
wp-admin->downloads->settings->basic-> misc settings (select Dashboard Page)
or you can change directly from the code in
download-manager/tpls/wpdm-be-member.php
and change get_permalink(get_option(‘__wpdm_user_dashboard’)) from
do_action("wpdm_user_logged_in", "<div class='alert alert-success'>" . __("You are already logged in.", "wpdmpro") . "<br style='clear:both;display:block;margin-top:5px'/> <a class='btn btn-xs btn-primary' href='" . get_permalink(get_option('__wpdm_user_dashboard')) . "'>" . __("Go To Dashboard", "wpdmpro") . "</a> <a class='btn btn-xs btn-danger' href='" . wp_logout_url() . "'>" . __("Logout", "wpdmpro") . "</a></div>");
Thank you
I made the change in that .php file as suggested, and I am still not able to register to access the download.
You can change easily follow this steps
wp-admin->downloads->settings->basic-> misc settings (select Dashboard Page)
I have similar issue, cannot log at all, not users and nether admins.
jquery.js?ver=1.12.4-wp:4 POST https://suministrosvinateros.com/acceso/ 503 (acceso is the wpdm login page), its remain “thinking” but never log.
Fixed, as always without any help from WPML. The WPDM support still missing.
Hello,
I have similar issue, cannot register. It keeps searching for ever after pressing the register button.
Please assist.
Thanks.
Rodrigue.
The topic "Register on Login Screen does not work" is closed to new replies.