Home Forums WoodMart support forum error in console for no login user

error in console for no login user

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #65438

    mamra
    Participant

    Hi,

    I am getting the following error for no login users.

    [DOM] Found 2 elements with non-unique id #password: (More info: https://goo.gl/9p2vKq) <input class=​"woocommerce-Input woocommerce-Input--text input-text" type=​"password" name=​"password" id=​"password" autocomplete=​"current-password">​ <input class=​"woocommerce-Input woocommerce-Input--text input-text" type=​"password" name=​"password" id=​"password" autocomplete=​"current-password">​
    (index):1 [DOM] Found 2 elements with non-unique id #username: (More info: https://goo.gl/9p2vKq) <input type=​"text" class=​"woocommerce-Input woocommerce-Input--text input-text" name=​"username" id=​"username" autocomplete=​"username" value>​ <input type=​"text" class=​"woocommerce-Input woocommerce-Input--text input-text" name=​"username" id=​"username" autocomplete=​"username" value>​
    (index):1 [DOM] Found 2 elements with non-unique id #woocommerce-login-nonce: (More info: https://goo.gl/9p2vKq) <input type=​"hidden" id=​"woocommerce-login-nonce" name=​"woocommerce-login-nonce" value=​"06ee283134">​ <input type=​"hidden" id=​"woocommerce-login-nonce" name=​"woocommerce-login-nonce" value=​"06ee283134">​

    I am in 2.7.0 version

    Regards
    S

    #65453

    Artem Temos
    Keymaster

    Hi,

    Just ignore these warnings, they are harmless. They just indicate that you have a few login forms with the same IDs on the page.

    Regards

    #65733

    mamra
    Participant

    Hi,

    I understand that they are harmless but isn’t so nice to see errors in console log…

    #65743

    Artem Temos
    Keymaster

    You can disable login sidebar option and sticky header to prevent duplication for the login form and avoid these errors.

Viewing 4 posts - 1 through 4 (of 4 total)