Reply 47043 to: When checking out the returning customer box does not dropdown.

Avatar: Robert Hall
Robert Hall
Support staff
March 3, 2015 at 17:22

Hello,

You can fix this bug in \themes\woopress\js\etheme.js file on line 1052.
Please find and replace following code:

$('a.showlogin').click(function(){
        $('form.et-login').slideToggle();
        return false;
});

to

$('a.showlogin').click(function(){
        $('form.login').slideToggle();
        return false;
});

If you can’t do this, then please provide us with FTP credentials in Private Content and we can help you.

Regards,
Robert Hall.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.