LogoLogo
HomeBlogDocsGuides
  • Data Capturing
    • Improve quality of tracking data
    • Server side vs. Client side Tracking
  • Tracking
    • Shopify
      • Add zubi liquid
      • App Embeds
  • Marketing Automation
    • Setup marketing automation
    • Pixels, Tags & Trackers
      • Bundle advertising pixels
      • Integrate Google Analytics 4
      • Send Pixel data to Facebook
    • Attribution
      • Traffic attribution in GA4
      • Improved conversion tracking
    • Audiences
      • Setup dynamic audiences
    • Facebook dynamic product ads
    • Personalized landing pages
    • Remarketing
      • Remarketing with Facebook
      • Remarketing with Google Ads
  • Product Recommendations
    • Setup Recommendations
      • Blocks
      • Design
      • Advanced settings
      • Deploy
        • Javascript
        • Shopify
          • Liquid file
        • Prestashop
          • Positions
        • WooCommerce
          • Use shortcodes
            • Pagebuilder
            • Widget
            • WP Bakery
    • Handle Cache
      • Litespeed Cache
      • Prestashop
      • W3 Total Cache
      • WP Fastest Cache
      • WP Rocket
    • How-to Guides
      • WooCommerce
        • Hide Related Products & Upsell
        • Fix common layout issues
      • Slider fixes
    • Troubleshooting
Powered by GitBook
On this page
  1. Product Recommendations
  2. How-to Guides

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; }
PreviousFix common layout issuesNextTroubleshooting

Last updated 2 years ago