Wednesday, November 19, 2025
1 change · saas-17.4
Resolved issues and error corrections
Website carousel sections now move to the next slide using the speed configured by the user. This restores the expected visitor-facing behavior while keeping manual control available when editing the page.
Original PR description
Previously, the carousel snippet was not auto-sliding after the speed set in the options. This fix ensures that the carousel snippet auto-slides according to the configured speed. The Bootstrap attribute responsible for auto-slide was missing from the template. Adding this missing attribute restored the auto-slide functionality. Additionally, auto-sliding is now prevented in edit mode, allowing manual control during editing, as this aligns with the current behavior of the existing code. task-4251038