• Resolved hermananglersson

    (@hermananglersson)


    Hi,

    I can’t seem to login with Theme My Login on my site anymore after the latest updates.
    I’ve tried both disabling and enabling AJAX requests but the problem still remains.

    Thanks in advance,
    Herman

Viewing 3 replies - 1 through 3 (of 3 total)
  • You are not alone, the developer doesn’t respond very fast so sit back and read a novel, have a sandwich or get a few dozen cups of coffee its going to be a while!

    In the mean time try adding this code to the functions.php file at the very bottom of the page if you have FTP access to your site.

    function disable_tml_ajax( $form_name, $form ) {
        $form->remove_attribute( 'data-ajax' );
    }
    add_action( 'tml_registered_form', 'disable_tml_ajax', 10, 2 );

    It is supposed to disable AJAX on the login form, it did not work for me. Hope you find a solution!!!

    Plugin Author Jeff Farthing

    (@jfarthing84)

    Have you tried disabling other plugins to test for a conflict?

    Thread Starter hermananglersson

    (@hermananglersson)

    I seem to have solved the problem by changing the login slug to something different and use the login form on the desired page with shortcode.

    I tried disabling the plugins also but it didn’t conflict.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Login is no longer working’ is closed to new replies.