• Resolved djdrumn

    (@djdrumn)


    Hi,

    I am using Popup Maker to call a function of Theme My Login, right here in “Entrar” (top right corner): https://www.coolture.pt

    Right now, if an error displays (e.g. wrong password), popup closes and user cannot see the error.

    I need this to display the error and only close if login is successfull or if user clicks:

    – overlay;
    – close button;
    – register button or retrieve password button (gray buttons).

    Can you please give me a hint on this one?

    Thank you very much.

    Best regards,
    Pedro Lima

    https://www.ads-software.com/plugins/popup-maker/

Viewing 16 replies (of 16 total)
  • Hello
    I am using ultimate members plugin and facing the same issue
    I tried this code

    <?php if ( Theme_My_Login::get_object()->errors->get_error_code() ) {
    ?>
    <script type=”text/javascript”>
    setTimeout( function(){
    jQuery(‘#popmake-36069’).popmake(‘open’);
    }, 1000 );

    </script>
    <?php
    } ?>

    but it just doenst work give me an error
    Class ‘Theme_My_Login’ not found

    I think i am missing on something
    Please Help

Viewing 16 replies (of 16 total)
  • The topic ‘How can popup not close when login details are wrong?’ is closed to new replies.