Have you encountered any issues with Splide.js not displaying slides properly when using the 'top-to-bottom' direction in Webflow?

Published on
September 22, 2023

I have not personally encountered any issues with Splide.js not displaying slides properly when using the 'top-to-bottom' direction in Webflow. However, if you are experiencing issues with the display of slides, there are a few possible causes and solutions to consider:

  1. Incorrect markup: Ensure that you have added the correct HTML structure for Splide.js. The slides should be wrapped in a parent container with the class "splide" and each slide should have the class "splide__slide". Double-check that you have included all necessary classes and elements.

  2. CSS conflicts: Check for any CSS conflicts that may be affecting the display of the slides. Inspect the elements using your browser's developer tools and look for any overriding styles or conflicting CSS rules. Try temporarily removing any custom CSS or third-party stylesheets to see if that resolves the issue.

  3. JavaScript conflicts: Make sure that there are no JavaScript errors or conflicts that may be preventing Splide.js from functioning correctly. Check your browser's console for any error messages. If there are any conflicting JavaScript libraries or plugins on the page, try removing them or rearranging the order in which they are loaded to see if that resolves the issue.

  4. Splide.js configuration settings: Review the configuration settings for Splide.js to ensure that you have set the appropriate options for the 'top-to-bottom' direction. Check the Splide.js documentation for the correct configuration settings and make sure they are correctly implemented.

  5. Splide.js version: Ensure that you are using the latest version of Splide.js. Older versions may have bugs or compatibility issues that have been fixed in newer releases. Upgrading to the latest version may resolve any display issues.

In conclusion, while I personally have not encountered any issues with Splide.js not displaying slides properly when using the 'top-to-bottom' direction in Webflow, it's important to check for correct markup, CSS conflicts, JavaScript conflicts, configuration settings, and Splide.js version to troubleshoot any issues with slide display.

Additional Questions:

  1. How do I add Splide.js to my Webflow project?
  2. Does Webflow have built-in slider functionality?
  3. Are there any alternatives to Splide.js for creating sliders in Webflow?