Home › Forums › WoodMart support forum › Accessibility
Accessibility
- This topic has 13 replies, 2 voices, and was last updated 9 months, 3 weeks ago by
Luke Nielsen.
-
AuthorPosts
-
March 10, 2024 at 3:23 pm #547780
sportshopbg.comParticipantHow to fix PageSpeed Insights issue with
Background and foreground colors do not have a sufficient contrast ratio and Links do not have a discernible name for video and BreadcrumbsGreetings
March 11, 2024 at 12:52 pm #547975
Luke NielsenKeymasterHello,
Navigate to Theme Settings -> Styles & Colors and adjust the colors areas: https://prnt.sc/xjf4SR2MzfJp
Let me know if you have any additional questions.
Kind Regards
May 1, 2024 at 11:19 pm #562496
sportshopbg.comParticipantWhat changes the contrast of the gray text, I cant find it in the options menu you provided.
https://imgur.com/OS79WKxMay 2, 2024 at 9:23 am #562553
Luke NielsenKeymasterHello,
Please send me the URL link to the website so I can look closer at it.
Thank you in advance.
Kind Regards
May 2, 2024 at 10:43 am #562603
sportshopbg.comParticipantMay 2, 2024 at 10:47 am #562606
Luke NielsenKeymasterHello,
Try to use the code below for help:
.product-grid-item .wd-product-brands-links a { color: #333; }
Thank you for your time.
Kind Regards
May 2, 2024 at 12:00 pm #562657
sportshopbg.comParticipantThis code doesn’t seem to do anything the error is still present
https://pagespeed.web.dev/analysis/https-belioonline-com-shop/yla7e292v7?form_factor=mobileMay 2, 2024 at 12:11 pm #562659
Luke NielsenKeymasterHello,
Send me access to the admin panel, please.
Looking forward to hearing back from you!
Kind Regards
May 2, 2024 at 12:22 pm #562667
sportshopbg.comParticipantHere is the login info
May 6, 2024 at 9:12 am #563387
Luke NielsenKeymasterHello,
I apologize for the delay.
1. Enable the code below to fix these issues – https://prnt.sc/1flvVpamtxog
body a { --wd-link-color: #000; }
2. https://prnt.sc/UxNJpmqMvus-:
.woodmart-recent-posts :is(.recent-posts-time,.recent-posts-comment) { color: #333; }
3. Labels color – https://prnt.sc/0mQsfZtsLYMI: navigate to Theme Settings -> Shop -> Product labels – https://prnt.sc/bWx6XMjRRoil
As for the admin access, seems that they are limited – https://prnt.sc/jOA-kOvo7N1H
Kind Regards
May 6, 2024 at 11:45 am #563497
sportshopbg.comParticipantHi I tried both of the codes and google still gives the same error on page speed test the only fix that worked for me is for the label colors.
I will provide new admin access.May 8, 2024 at 10:25 am #564013
Luke NielsenKeymasterHello,
1. The errors are still visible because the code we provided was inserted with errors:
– Closing parenthesis is missing: https://prnt.sc/kddaFUhiCmSg
– The :is() selector is missing a leading colon: https://prnt.sc/T1i1EZL0veDX
– Wrong color, the desired color has code #333: https://prnt.sc/26DaPMi0yt8b
– CSS custom property “–wd-link-color” is written with an error: https://prnt.sc/N_LvHKezIhemIf the CSS code contains syntax errors, this will make all the following code non-functional, which will not affect the PageSpeed message in any way.
2. In order to fix almost all errors, you need to remove all previous code regarding accessibility and insert the following custom:
body .woodmart-recent-posts :is(.recent-posts-time,.recent-posts-comment) { color: #333; } body .min-footer { color: #333; } body :is(.widget,.wd-widget,div[class^="vc_wp"]) { --wd-link-color: #333; --wd-link-color-hover: #000; } body .wd-product :is(.wd-product-cats,.wd-product-brands-links) { --wd-link-color: #333; --wd-link-color-hover: #000; }
This custom must be inserted into the Custom CSS area in the Theme settings, before saving the changes, you must carefully check whether the code contains syntax errors, otherwise, it will not work.
3. After each change to the settings, you must clear the cache https://prnt.sc/j9YWN50EZoP5 so that the changes on the site become visible to PageSpeed Insights.
If the code is inserted correctly, the changes have been applied to the site and the cache has been cleared, and PageSpeed Insights will still show the quality of the accessibility note, write to us again and we will provide the necessary additional terms to the custom code.
Kind Regards
May 8, 2024 at 12:06 pm #564059
sportshopbg.comParticipantHi after i inserted the correct code when i test it in google speed test in gives these errors : https://prnt.sc/hePtssAMaY2A
I don’t think anything changed with the code. Can you please change it for me.
May 10, 2024 at 2:21 pm #564709
Luke NielsenKeymasterHello,
Add the below code into the “Global Custom CSS” area then clear the server and site caches and recheck the issue.
.footer-container { color: #333; }
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register