• hi..
    I’m currently using login/signup popup plugin, & i recently purchased “user verification” addon.
    i need the following issues solved;

    1. the buttons when clicked, should show a “loading” animation, rather it shows a blank button.

    2. after a successful signup, it shows a “registration successful” message uptop of the form, but you can’t see it unless you scroll up.
    is it possible for the form to auto-scroll itself to that position so that user can see that the procedure was successful?

    3. as regards the USER VERIFICATION Addon, is it possible that when the “verify” button is clicked, it automatically logs the user in to the homepage??
    this is very critical to me

    i need these 3 issues fully resolved.

    best regards

    The page I need help with: [log in to see the link]

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

    (@xootix)

    Hi @onyekaxt

    1) & 2) fixed in the recent update

    3) `add_action( ‘xoo_uv_user_activated’, function($user){
    wp_set_auth_cookie( $user->ID, true );
    } );`

    • This reply was modified 5 years, 11 months ago by xootix.
    Thread Starter onyekaxt

    (@onyekaxt)

    hi.
    thanks!

    how can i edit the woocommerce verification email message?
    i need to change some of the wordings.

    best regards!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘unique issues’ is closed to new replies.