Home Forums WoodMart support forum How to solve the lighthouse test problem about ARIA IDs are not unique?

How to solve the lighthouse test problem about ARIA IDs are not unique?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #495778

    agenciawebinfinite
    Participant

    How to solve the lighthouse test problem about ARIA IDs are not unique?

    Hello, see the result when I test my website:

    ARIA IDs are not unique
    The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. Learn how to fix duplicate ARIA IDs.
    Failing Elements
    select#pa_sabor.wd-changes-variation-image
    select#pa_sabor.wd-changes-variation-image
    select#pa_sabor.wd-changes-variation-image
    select#pa_sabor.wd-changes-variation-image
    select#pa_cor.wd-changes-variation-image
    select#pa_cor.wd-changes-variation-image
    select#pa_cor.wd-changes-variation-image

    These are adjustments to the theme itself, I can’t resolve it.

    Can you help?

    #495960

    Artem Temos
    Keymaster

    Hello,

    It happens because of the quick shop function in our theme. It displays variations form from the Single product page which has IDs attributes for variations select. This ID attribute is added by the WooCommerce plugin because it is not supposed to be used multiple times. And since we can’t remove this attribute in our theme the only fix would be to disable this option in our theme. Otherwise, you can ignore these messages.

    Kind Regards

    #499412

    agenciawebinfinite
    Participant

    You can close.

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

The topic ‘How to solve the lighthouse test problem about ARIA IDs are not unique?’ is closed to new replies.