Installation
  1. Download the add-ons ZIP file from your account.
  2. Go to plugins -> add new -> upload and upload the zip file there
Translation

It is recommended to use plugin loco translate for easy translations, below is the manual way.

  1. Download PoEdit.
  2. Open the easy-login-woocommerce.pot file in PoEdit. (/plugins/easy-login-woocommerce/languages/ easy-login-woocommerce.pot)
  3. Create new translation & translate the text.
  4. Save the translated file with name “easy-login-woocommerce-Language_code”. For eg: German(easy-login-woocommerce-de_DE) , French(easy-login-woocommerce-fr_FR). — Language code list
  5. Save Location: Your wordpress directory/wp-content/languages/
WPML
Login/Signup popup is fully compatible with WPML.

In order to translate the plugin with WPML, you will need to install WPML Multilingual CMS or Agency as well as the String Translation module.

How to translate plugin using WPML?

  1. Go to WPML -> Theme & Plugin Localizations.
  2. Check "Login/Signup Popup" plugin and click on "Scan for strings"
  3. Go to WPML -> String Translation
  4. Under "in domains", select "admin_texts_xoo-el-gl-options".
    This domain is responsible for showing the texts which comes from settings page.
  5. To translate other texts, select domain "easy-login-woocommerce". This domain will show all other texts from the plugin.
  6. Translating "Fields":
    Fields texts also appear under domain "easy-login-woocommerce".
    Whenever you make any changes to your fields text from the "Login/Signup popup's fields" page , you will need to "Go to WPML -> Theme & Plugin Localizations and scan for strings", this is required to update the texts.
    Once you scan for strings, navigate to "String Translation" and under domain "easy-login-woocommerce", you will find the updated "fields" texts.
Shortcodes
Use shortcode [xoo_el_action] to include it anywhere on the website.
login: [xoo_el_action type="login" change_to="logout"]
Register: [xoo_el_action type="register" change_to="myaccount"]
Lost Password: [xoo_el_action type="lost-password"]
Attributes- type refers to form type , change_to refers to logged in link.

You can also trigger popup using class.
Login – xoo-el-login-tgr
Register – xoo-el-reg-tgr
Lost Password – xoo-el-lostpw-tgr
For eg: <a class="xoo-el-login-tgr">Login</a>
Override Templates
Plugin template files are under easy-login-woocommerce/templates folder.
Copy the template file to your theme/templates/easy-login-woocommerce folder. ( Create if does not exist )
Make the desired changes there. Also check the template file header for exact location.
Contact
For any further help, please contact here