Results 1 to 1 of 1

Thread: Hot Fixes 1.3.3

  1. #1
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,499
    Thanks
    75
    Thanked 556 Times in 504 Posts

    Hot Fixes 1.3.3

    Hello all,

    Recently had pointed out that the password strength meter on the register form was not working on the login page.

    To fix this please add the following code to the functions.php file in the child theme folder (thanks to @meloniq):

    Code:
    // make the password strength meter to work on login template page
    function ft_enqueue_login_scripts() {
        if ( is_page_template( 'tpl-login.php' ) ) {
            wp_enqueue_script( 'utils' );
            wp_enqueue_script( 'user-profile' );
        }
    }
    add_action( 'wp_enqueue_scripts', 'ft_enqueue_login_scripts' );
    Regards
    Sarah
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] List of fixes?
    By annac in forum Report Vantage Bugs (Legacy)
    Replies: 0
    Last Post: April 9th, 2014, 06:18 AM
  2. [SOLVED] Hot fixes 1.3.2
    By talent in forum Simply Responsive
    Replies: 2
    Last Post: February 25th, 2014, 01:03 PM
  3. minor fixes/changes :)
    By yogamatt in forum Olinda
    Replies: 5
    Last Post: January 13th, 2014, 01:30 AM
  4. Ad-blocker fixes in 3.0.5.4 - help please
    By lucasstarbuck in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: June 28th, 2011, 01:18 AM
  5. Easy fixes....?
    By hmoreau1 in forum ClassiPress General Discussion
    Replies: 5
    Last Post: June 20th, 2011, 11:44 PM