ASA2 1.32.1 is now available. This is a maintenance release focused on three concrete fixes: the Gutenberg block editor preview, image slideshows on the Creators API, and a Product Picker height issue caused by plugin conflicts.
What’s Fixed in ASA2 1.32.1
- Gutenberg Editor Preview: Carousel blocks render correctly, frontend-hidden elements behave as expected, and ~45 spurious console errors are gone
- Creators API Slideshow: The
main_image_slideshowattribute works again with the Creators API - Product Picker Height: Container no longer collapses when other plugins inject conflicting CSS
Gutenberg Editor Preview Works Properly Again
WordPress 5.9 introduced iframe isolation for the block editor preview. Since then, ASA2 carousel blocks stopped rendering inside the preview, frontend-hidden elements like price disclaimers appeared as static inline content, and the browser console accumulated errors on every Gutenberg page — even on pages without any ASA2 block.
ASA2 1.32.1 fixes all three regressions together. Carousel templates now render in the editor preview the same way they do on the frontend. The asa2.css stylesheet is injected into the editor canvas iframe, so overlays, price disclaimers, and other frontend-only elements behave correctly during editing. The “Element .asa2-slick-carousel not found” console noise is gone on non-carousel pages.

Carousel blocks render in the editor preview the same way as on the frontend.
No configuration change is required. The fixes apply automatically once the update is installed. The expected editor behavior is described in the Gutenberg block documentation.
Image Slideshows Work Again with the Creators API
For users on the Creators API, the main_image_slideshow="yes" shortcode attribute or using the global option on the template had stopped working. Templates like Nova25 and Horizontal Box rendered a single static image instead of cycling through multiple variants. PA API 5 users were not affected.
The cause was on the API request side: variant images were not being requested from the Creators API, so only the primary image was available to the slideshow. ASA2 1.32.1 now requests the full image set (Small, Medium, and Large variants) alongside the primary image. Slideshows render the complete set as intended.
For an overview of the Creators API setup and behavior, see the Creators API documentation.
Product Picker Height Fix
Some admin themes and plugins inject a max-height rule that collapsed the Product Picker result container, hiding search results behind a near-zero-height area. The fix uses a scoped selector combined with inline style enforcement, so the container keeps its intended height regardless of conflicting third-party admin CSS.
Technical Requirements
Requirements are unchanged from 1.32.0:
- PHP: 8.1 or higher
- WordPress: 5.2 or higher
Getting Started
- Update ASA2 through the WordPress dashboard or download version 1.32.1 from your account area
- If you use the Creators API together with
main_image_slideshow, refresh the product cache for affected products to see the fix on already-embedded items
For questions or issues, visit the help page. Full documentation is available at docs.getasa2.com, and the complete history of releases is at the changelog.




0 Comments