Register on Login Screen does not work

Viewing 17 posts - 1 through 17 (of 17 total)
#46414

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.

http://magarchitects.net/client-login/

#46445

Jass
Moderator

Looks like, your theme is overriding plugin JS.
Please provide you temporary login credentials using private reply to check the issue.
Thank you

#46466
This reply has been marked as private.
#46601

Jass
Moderator

Sorry, cant login in
http://magarchitects.net/wp-login.php
Using your given credentials.
Please check the info again.
Thank you.

#46687
This reply has been marked as private.
#46709

Jass
Moderator

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.

#46716

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!

#46753

Jass
Moderator

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

#46857

I made the change in that .php file as suggested, and I am still not able to register to access the download.

#46902

Jass
Moderator

You can change easily follow this steps
wp-admin->downloads->settings->basic-> misc settings (select Dashboard Page)

#136964

Rafael Dominguez
Participant

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.

#136973

Rafael Dominguez
Participant

Fixed, as always without any help from WPML. The WPDM support still missing.

#136999

Nayeem Riddhi
Moderator

Hello @rafael,

Has the problem been resolved? let me know.

Thanks.

#145608

Shahid Hussain
Participant
This reply has been marked as private.
#145743

Nayeem Riddhi
Moderator

Hello @shahidsoomro

please open a separate ticket for your issue, please

thanks

#147476

Rodrigue Kamdieun
Participant

Hello,

I have similar issue, cannot register. It keeps searching for ever after pressing the register button.

Please assist.

Thanks.

Rodrigue.

#147480

Nayeem Riddhi
Moderator

Hi @rodkamd,

Can you please open a separate ticket for your issue, please

thanks

Viewing 17 posts - 1 through 17 (of 17 total)

The topic ‘Register on Login Screen does not work’ is closed to new replies.