Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Are you using the Login With Ajax widget to show the modal? If so, do you have the registration link set to display in the widget settings?

    Maybe you can check your html and see if register button was there and just hidden by some style, from there check the source of that css and make the necessary fix.

    Thread Starter gotu1

    (@gotu1)

    Ended up just editing the widget_out php files and replaced the <a>register php string that was there with a plain:

    <a href="http://mysite.com/wp-login.php?action=register">Register</a>

    Worked fine, until the next day when I couldn’t log in and had to go back and refresh the page to get logged in. Deleted the plug-in and everything was normal -_^

    Ended up trying this out instead.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Register link missing from modal’ is closed to new replies.