Home New Guten Forums WoodMart support forum Accessibility of the website in PageSpeed ​​Insights test

Accessibility of the website in PageSpeed ​​Insights test

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #669254

    Grelo Zhang
    Participant

    1. Touch targets do not have sufficient size or spacing.
    2. Uses ARIA roles on incompatible elements
    3. Lists do not contain only

    Is there any custom css to help me solve these problems?

    #669303

    Luke Nielsen
    Keymaster

    Hello,

    These issues will be fixed in the 8.3 version.

    Thank you for your time and have a good day!

    Kind Regards

    #669723

    Grelo Zhang
    Participant

    I also encountered a problem. When I opened the directory on my iPhone, I found that the icon pushed the text out. After I deleted the icon, the text became normal.

    Can you please tell me if there is any solution? I want to keep the icon. Is the icon I uploaded the wrong size?

    • This reply was modified 1 month, 3 weeks ago by Grelo Zhang.
    #669747

    Luke Nielsen
    Keymaster

    Hello,

    The issue is with the SVGs that don’t have width and height attributes. – https://take.ms/qLZBF

    You need to open your SVG icons file with some editor like Sublime Text or default system text editor and add width=”31″ height=”40″ attributes to your svg tag like it is shown https://prnt.sc/N-wyqYgD3npT. Then you will need to re-upload your image in WordPress Dashboard.

    Kind Regards

    #669758

    Grelo Zhang
    Participant

    But even the translation icon has become like this, it seems that this is not something I can set

    #669759

    Luke Nielsen
    Keymaster

    Try to use the code below for help:

    .wd-nav-mobile {
        --nav-img-width: 18px;
    }

    Define it in Theme Settings -> Custom CSS.

    Kind Regards

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