Home › Forums › WoodMart support forum › Pagespeed insights – Accessibility
Pagespeed insights – Accessibility
- This topic has 8 replies, 2 voices, and was last updated 5 months, 1 week ago by Luke Nielsen.
-
AuthorPosts
-
April 30, 2024 at 9:09 pm #562239
x7corpParticipantHi,
Please look at the screenshots and provide me with a fix for the 2 issues I have with accessibility.
1. discernible name for product categories element
2. is image hotspot with Video missing htmlAttachments:
You must be logged in to view attached files.May 1, 2024 at 11:33 am #562350
Luke NielsenKeymasterHello,
1. Navigate to Dashboard -> Media and define the “alt” text for each image – https://prnt.sc/dezWmfxtZQRj
2. Send me access to the admin panel so I can look closer at this element that shows the video.
Kind Regards
May 2, 2024 at 10:59 pm #562857
x7corpParticipanthi,
1. its not the ALT text the images already have this?
2. temp login attached to staging copy.
May 6, 2024 at 10:09 am #563431
Luke NielsenKeymasterHello,
In general, in the next update, those issues will be fixed. If you want to fix it now, then in this
header-elements/wishlist.php
file you need to change the below code:<a href="<?php echo esc_url( woodmart_get_wishlist_page_url() ); ?>">
to this one<a href="<?php echo esc_url( woodmart_get_wishlist_page_url() ); ?>" title="<?php echo esc_attr__( 'Wishlist products', 'woodmart' ); ?>">
Also, in the file
woocommerce/content-product-cat-zoom-out.php
find this code<a class="wd-fill" href="<?php echo esc_url( get_term_link( $args['category']->slug, 'product_cat' ) ); ?>"></a>
and change it to this one<a class="wd-fill" href="<?php echo esc_url( get_term_link( $args['category']->slug, 'product_cat' ) ); ?>" aria-label="<?php echo esc_attr( sprintf( __( 'Product category %s', 'woodmart' ), $args['category']->slug ) ); ?>"></a>
2. As for the video, this issue is not important as this is more of a recommendation and to fix this recommendation you should have subtitles for this video.
Kind Regards
May 11, 2024 at 12:01 am #564827
x7corpParticipantare you not able to create a patcher for this?
May 11, 2024 at 12:04 am #564828
x7corpParticipantI also get the following for accessibility: Touch targets do not have sufficient size or spacing. this is to do with the product categories that are shown on each product in a product archive.
May 13, 2024 at 12:21 pm #565138
Luke NielsenKeymasterHello,
1. The developers said that the patch for that issue will not be released as this issue is not critical and will be fixed in the next update.
2. That issue is related to the font size if you want to make it large, use the code below:
.product-grid-item .wd-product-cats a { font-size: 15px; }
Kind Regards
- This reply was modified 6 months ago by Luke Nielsen.
June 3, 2024 at 5:29 pm #570270
x7corpParticipantany idea when this update will be?
June 4, 2024 at 9:27 am #570416
Luke NielsenKeymasterHello,
Sorry, I cannot tell you exactly, I hope it will be released as soon as possible.
Thank you for your patience.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register