Viewing 9 replies - 1 through 9 (of 9 total)
  • I had the same issue that when the widget option “AJAX Registration?” is unchecked, no register link is displayed. This is likely solvable by copying the plugin template file widget/default/widget_out.php under your theme’s plugins/login-with-ajax/ folder (make it if it doesn’t exist) and modifying it to display a non-AJAX registration link if the widget option is unchecked.

    Don’t have time to do it now, but I might supply the fix for you later. However, I think a non-AJAX registration link should be included in the plugin core without any modifications, as in some cases Registration gets stuck on loading animation (apparently at least when using Theme My Login).

    To confirm, this issue is possible to solve by using a custom template as described above.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    To see a registration link, AJAX Registration must be checked, and you must also allow users to register in your WP General settings page ‘ Anyone can register’

    now, the problem might be that the registration AJAX isn’t working as it may be outdated (will look into this asap and release an update), however, the link still shouuld show

    AJAX registration didn’t work on our site. Whether it’s a plugin conflict (perhaps with Use Google Libraries?) or not, it makes sense that when “AJAX Registration?” is unchecked, a non-AJAX registration link is shown.

    I don’t think the plugin needs an option that would hide the registration completely. WP has a general setting for it. LWA should do as follows:

    – If WP General setting ‘Anyone can register’ is off, don’t show a registration link regardless of LWA option value.
    – If it’s on, show either an AJAX or a non-AJAX registration link, depending on the LWA option value.

    I’m having the same problem as well. Anyone can register is enabled but the button to go ahead with the registration is not showing.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    registration is optional too btw, you should see the option on the widget.

    Hi Guys;
    I kind of figure it out how to work the problem around. The problem is the java script not working correctly on the page so I took out that piece of code and send the user to the actual registration link.
    1) on the Widget login with ajax click on the Ajax Registration.
    2) go to the source code at login-with-ajax/widget/default/widge_out.php change line 57 <a href="<?php echo $register_link ?>"><?php _e('Register') ?></a> taking all the ajax code off so it will take the user to the registration page.
    Hope it helps.
    Marcus thanks for the plugin is awesome.

    I have it working now, checked box in the widget and checked box “Anyone can register” in settings.

    I went to another browser and registered to test it.

    Now what? I am supposed to get an email. Where did my registration go???? Who approves it- I am building a site for a club and they will only want members seeing the redirect page

    First Registration did not work but the second one did and I got the email. I want a moderator to approve registrations, I don’t want just anyone to be able to register.

    Where do I enable that?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Login With Ajax] No Registration Link Showing. Please help.’ is closed to new replies.