It seems that you’ve moved onto a different plugin.
Ok – I put it back, and I upgraded the plugin to version 2.0.
Unfortunately, still the same thing: No popup coming up!\\
You’ll need to set a login handle, and assign that via your WordPress menu.
I made the following settings:
– In the menu item:
+ URL: #
+ Navigation Label: “Log in/Register”
+ CSS classes: “ajax-login”
– In your plug-in settings (Misc. tab):
+ Login Handle: “ajax-login”
+ Register Handle: “ajax-register”
+ Pre-load Forms = Yes
Everything is saved.
The “Login Handle”, and “Register Handle” need to have the “.” in front of them.
Change “ajax-login” to “.ajax-login”
and
“ajax-register” to “.ajax-register”
note the “.” period in front of each.
Thank you – this worked. This is resolved now.
One more question I have now:
Is is possible to set a separate target page for a completed registration?
I want to redirect people who register for my site to be redirected to a specific page (where they will have to complete a membership form).
I can’t find anything in the configuration screens – but is that available by putting it into the code?
Thanks a lot for your help!
Georg
From the admin no. Thats a feature in the pro version π However, if you are comfortable with code you can add support for that via a filter.
One moment while I get a snippet for you.
Hi,
Here’s your snippet as a Gist. You’ll need to change the URL to the URL you want the user redirected to.
Note this should go inside of your theme. If you want the option for an admin, purchase the pro version. If this does help, feel free to leave a rating π
Thanks a lot for this – it works as desired.
Awesome customer service – and, as soon as I have my budget and go beyond the prototype I’ll get the “pro” version!
Thanks. Reviews/stars are always welcomed π