Gosh, thank you so much for this share. I’m new to webflow, trying to build a site and a complete newb to coding. Love how simple you presented this but accck so sorry, this might be such an easy newb question but… how do I implement step 4?
How do I add the carousel structure? And the boxes with the images to begin with… So sorry if this is a basic question - been studying the webflow university videos and I’m so lost still! What is the carousel wrapper element/ div?
Any layman (like totally new to webflow layman level) direction from anyone would be greatly appreciated!
P.s. The effect that I’m trying to create is how this page seems to have a ticker style carousel for its text, looping across the front page.
Hi Andrew! Welcome to the forum
This is a great place to ask any question! even if you feel like it’s a newb ;)
To your question-
You can simple copy the element in the example and use it (it is a project you can clone)
The structure is a wrapping div, with the class of .carousel and children divs inside it, which are the slides. In these children divs you can place your content.
I need this to work on every page of my site, unfortunately I can only get it to work on the home page.
I’ve tried putting the code in each page, and also tried putting the code in the ‘setting’ panel in the ‘custom code’ section. Still only works on the home page??
@avivtech This is awesome! Do you know how to change the width of the slides? Seems they get set to 300px by default regardless of how I style the .slide div.
If you simply remove the slidewidth option then it become responsive (to some extent). You should go over the Docs HERE to fully customize for your needs.