Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    You’d need to dequeue TML’s javascript that automatically focuses the first input.

    Hi, I am having the same problem. Page scrolls to the input field.

    What does it mean to “dequeue TML’s javascript”? How do I do that? I’m not a coder. Can you make it an option in a future update?

    Thanks

    Plugin Author Jeff Farthing

    (@jfarthing84)

    Put the following in your theme’s functions.php file or wp-content/plugins/theme-my-login-custom.php:

    function remove_tml_footer_scripts() {
        remove_action( 'wp_print_footer_scripts', array( Theme_My_Login::get_object(), 'wp_print_footer_scripts' ) );
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Register form page scrolling to username field’ is closed to new replies.