Slider fixes

The recommendations header is there, but no recommendations are displayed

If recommendations are displayed when the slider is inactive, but not when it is active, the solution could be to add the below CSS to your site. This is a common fix for WooCommerce stores.

/* Engage rec */
ul.splide__list{ flex-flow: nowrap !important; }
button.splide__arrow{ min-height: auto !important; }

Last updated