Forgot password link not seen
-
Problem resolved!!! ??
When you open the popup to login there is a link for get the password:
Forgot password?
If you do not see it is because you have not the woocommerce plugin.You need to install it and active it. Then the link will be seen and if you ask for a password forgotten, the system will send you an email. If the woocommerce plugin is not active it will not work.
The solution was found because the file templates/global/xoo-el-login-section.php
has in the line 45: (open and close tags omited)
php if ( class_exists( ‘woocommerce’ ) ):
a class=”xoo-el-lostpw-tgr”
?php _e(‘Forgot Password?’,’easy-login-woocommerce’); ?
/a
?php endif; ?The page I need help with: [log in to see the link]
- The topic ‘Forgot password link not seen’ is closed to new replies.