Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Zane Matthew

    (@zanematthew)

    It seems that you’ve moved onto a different plugin.

    Thread Starter braunsch

    (@braunsch)

    Ok – I put it back, and I upgraded the plugin to version 2.0.
    Unfortunately, still the same thing: No popup coming up!\\

    Plugin Author Zane Matthew

    (@zanematthew)

    You’ll need to set a login handle, and assign that via your WordPress menu.

    Thread Starter braunsch

    (@braunsch)

    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.

    Plugin Author Zane Matthew

    (@zanematthew)

    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.

    Thread Starter braunsch

    (@braunsch)

    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

    Plugin Author Zane Matthew

    (@zanematthew)

    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.

    Plugin Author Zane Matthew

    (@zanematthew)

    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 ??

    Thread Starter braunsch

    (@braunsch)

    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!

    Plugin Author Zane Matthew

    (@zanematthew)

    Thanks. Reviews/stars are always welcomed ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘No popup popping up’ is closed to new replies.