• 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]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Carlos Eugenio

    (@chujen)

    The problem now is that we want to use the easy-login plugin but we do not need the woocommerce plugin. This last creates its own pages and makes links where we do not want them.

    How can we use the easy-login plugin without the woocommerce?

    So the problem is not resolved.

    Plugin Contributor xootixsupport

    (@xootixsupport)

    Hello @chujen

    Earlier, it wasn’t possible.
    We’ve updated the plugin now, kindly reinstall it.
    will soon commit a new version.

    Thread Starter Carlos Eugenio

    (@chujen)

    Excelent the new version of the plugin.

    It works perfectly!!!! Thanks a lot for so quickly answer.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Forgot password link not seen’ is closed to new replies.