توضیحات
WCAG AA compliant carousel, slider & slideshow blocks: keyboard & screen-reader friendly, pause control, no autoplay, plus a card scroller.
تغییرات این نسخه
2.9.5
Compatibility: “Tested up to” raised to WordPress 7.1. Reviewed against the 7.1 changes — the carousel, slider, card and scroller blocks already use Block API version 3 (iframe-native) and the plugin ships as plain vanilla JavaScript with no jQuery UI, so the fully iframed editor and the jQuery UI 1.14.2 update in 7.1 need no code change.
2.9.4
Fix: on the Featured Products full-cover cards the WHOLE card now really is clickable, not just the title. The previous version used a stretched pseudo-element on the title link, but because the title sits inside the (positioned) dark band, that invisible click layer only covered the band — so the cursor showed “clickable” over the cover image while a click there did nothing. Each card is now a single real anchor wrapping the cover and the text, so every pixel follows the link. Accessibility is unchanged/cleaner: the cover image is decorative (alt=””) and the category chip is aria-hidden, so the link’s accessible name is the product title; one link per card, no nested interactive elements.
2.9.3
Fix: Featured Products cards could collapse to zero height (the section looked empty) because the full-cover cover image is positioned absolutely and left the card with no height of its own. Cards now use a fixed 3:4 portrait ratio, so every book / magazine cover shows at a consistent height.
Fix: a full-bleed section using “width: 100vw” includes the vertical scrollbar’s width, which pushed the page ~15px wider and showed an unwant
Compatibility: “Tested up to” raised to WordPress 7.1. Reviewed against the 7.1 changes — the carousel, slider, card and scroller blocks already use Block API version 3 (iframe-native) and the plugin ships as plain vanilla JavaScript with no jQuery UI, so the fully iframed editor and the jQuery UI 1.14.2 update in 7.1 need no code change.
2.9.4
Fix: on the Featured Products full-cover cards the WHOLE card now really is clickable, not just the title. The previous version used a stretched pseudo-element on the title link, but because the title sits inside the (positioned) dark band, that invisible click layer only covered the band — so the cursor showed “clickable” over the cover image while a click there did nothing. Each card is now a single real anchor wrapping the cover and the text, so every pixel follows the link. Accessibility is unchanged/cleaner: the cover image is decorative (alt=””) and the category chip is aria-hidden, so the link’s accessible name is the product title; one link per card, no nested interactive elements.
2.9.3
Fix: Featured Products cards could collapse to zero height (the section looked empty) because the full-cover cover image is positioned absolutely and left the card with no height of its own. Cards now use a fixed 3:4 portrait ratio, so every book / magazine cover shows at a consistent height.
Fix: a full-bleed section using “width: 100vw” includes the vertical scrollbar’s width, which pushed the page ~15px wider and showed an unwant