How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Fix the issue for screen reader

  • This topic has 3 replies, 2 voices, and was last updated 1 year ago by admin.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17660
    Giovanni Porto
    Participant

    Hello, I want to fix the issue from accessibility of Google lightouse:

    div.text-area > div.carousel > div.owl-nav > button.owl-prev
    <button type=”button” role=”presentation” class=”owl-prev”>
    div.text-area > div.carousel > div.owl-nav > button.owl-next
    <button type=”button” role=”presentation” class=”owl-next”>

    and add the arialabel attribute in this way:
    <button type=”button” role=”presentation” class=”owl-prev” aria-label=”Previous”>
    <button type=”button” role=”presentation” class=”owl-next” aria-label=”Next”>

    Where is the file with this code for edit and fix this issue?

    #17661
    admin
    Keymaster

    Hi Gianluca,

    Unfortunately you can’t change this because this comes from Owl Carousel which was the external library we used to use for PokaTheme 3 for carousels.

    For latest versions you won’t have this issue.

    #17662
    Giovanni Porto
    Participant

    Ok thanks

    #17665
    admin
    Keymaster

    You’re welcome!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.