• Resolved AWOL

    (@awol)


    Hi,

    This is a bit of an edge case, and I have already raised this with Simple Memberships as I think it is more of an issue with how their plugin operates, but I’m also posting here in case there is something I can try to deal with the issue. Basically I have a login link which opens the SM login form (shortcode) in one of your popups, which works great; however once the login is done, and the logged in page is loaded, the popup reappears with the users login details (and the url has the popup reference added at the end e.g. /#spu-form-7579). Can you suggest any way to prevent this? The popup is set to only appear to logged out users but that has no effect, and obviously I don’t want to set a cookie to prevent it reappearing because a user might logout and then immediately want to login again (I don’t even know if this would work anyway). It is easy enough for users to dismiss the popup but it is a bit of an irritation, and so far anything SM have suggested hasn’t worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Damian

    (@timersys)

    Hi @awol,

    Yes we will launch a new update that will let you disable the popup opening on submission.

    In the meantime add this code to your functions.php so once it’s updated the issue will be fixed for you.

    add_filter('wppopups/disable_form_reopen', '__return_true');

    Thread Starter AWOL

    (@awol)

    Hi (@timersys,

    Thank you for the reply, and on testing just now it seems that the latest update has indeed solved this – thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using with Simple Memberships login form’ is closed to new replies.