• Resolved JMichel C

    (@jmichel-c)


    The modal window work fine ; when I type in my login and password, it displays “Connexion” (I have the French translation), but it does nothing, the window is displayed but nothing hapens …

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same problem – the login appears, I enter name and password, and it sits with the loading animated gif on a white overlay.

    I know the script works and that I’ve logged in because I can press ESC and enter the URL for the admin without having to enter credentials again. But the modal login just sits, not reloading the browser into the Dashboard.

    http://www.ntimusic.com
    WordPress is in a subdirectory “cms_wp”

    The link is in the footer (“North Toronto Institute of Music”). I’m using this code:
    href="cms_wp/wp-login.php?redirect_to=<?php echo $_SERVER['REQUEST_URI']; ?>" class="simplemodal-login"

    Any ideas?

    Further to my last post…

    I tried taking out the “redirect_to=<?php echo $_SERVER[‘REQUEST_URI’]; ?>” portion of the href, but it still sits and does nothing.

    Test with this account:
    UN: testuser
    PW: testpassword

    It seems to be a browser problem. IE8 no problem… FF, O, Safari don’t work.

    Plugin Author Eric

    (@emartin24)

    Can you open js/default.js and change:

    redirect = $('#simplemodal-login-redirect', data[0]);

    to:

    redirect = data.children('#simplemodal-login-redirect');

    Let me know if that does not resolve the problem.

    -Eric

    That did the trick. Thanks very much for a quick response.

    Cheers
    Len

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: SimpleModal Login] Does not redirect to anything’ is closed to new replies.