Support » Plugin: ZM Ajax Login & Register » Login Functionality Not working with facebook and with out facebook

  • Resolved ankur1040

    (@ankur1040)


    Hi ,

    First of all i want to thank you for the Plugin . it is serves the purpose , but i am facing some issues , and i would be thank full to you if you could help me.
    I have installed latest Version of ur plugin . 1.1.0

    Hi Live Link is : http://crazyiskydive.com/community/

    some Issues i am Facing Please Help .

    1. After registering , it gets redirected to my link , But logging with same ID , it shows ” Invalid Username”
    2. facebook Login Shows same error , “invalid username”
    3. Close ” x ” is not appearing ., however i tried to change css as far as i can.

    thanks for help.

    https://wordpress.org/plugins/zm-ajax-login-register/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter ankur1040

    (@ankur1040)

    Thread Starter ankur1040

    (@ankur1040)

    If I remove the Top BAR ie. Login/Register bar , is it possible that if i click outside the POP UP , the pop up gets closed ?

    Please help.

    Plugin Author Zane Matthew

    (@zanematthew)

    Hi Ankur1040,

    Just so I understand it sounds like your; registering/logging in with Facebook, then logging in with WordPress using the same account (email)?

    If so than that is an issue, as currently emails must be unique and ALR cannot merge accounts (yet).

    Plugin Author Zane Matthew

    (@zanematthew)

    FYI, I register/logged in with Facebook and was redirected to your “welcome” page with the following message.

    Hey There !!
    Thanks for Registering !!
    Whoa !! Please be Patient , We are Building a CrazyiSkydive Community.
    We’ll be Happy to Inform you , once the community is Live !!
    Stay Tuned !!
    CrazyIskydive Team

    Thread Starter ankur1040

    (@ankur1040)

    3. Close ” x ” is not appearing ., however i tried to change css as far as i can.

    Any Solution for this ?

    If I remove the Top BAR ie. Login/Register bar , is it possible that if i click outside the POP UP , the pop up gets closed ?

    Please help.

    Hi,

    I also faced the invalid username error.

    But it was because my fb app was not live. I went to my app -> Status & review ->and clicked on the green button next to the app name to go live.

    Hope this helps.

    Plugin Author Zane Matthew

    (@zanematthew)

    Hi ankur1040,

    You’ll want to write a custom JS snippet that calls the following $('#ajax-login-register-login-dialog').dialog('close');

    Something along the lines of:

    $('#my-html-element).on('click', function(){
        $('#ajax-login-register-login-dialog').dialog('close');
    });

    You can refer to the jQuery website for a specific way to select the item that you want to trigger the close.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Login Functionality Not working with facebook and with out facebook’ is closed to new replies.