Multi-column autoscroll

Hi,

I have a multi-column section. “Enable swipe on mobile” is enabled. I would like to columns to autoscroll as well so that the user is automatically shown the next cards. Maybe called a carousel? I have a tried a few things, but no luck yet. I am guessing this is a CSS change, but am not sure what code to use. Any help?

Scott

Hi @ScottVickery ,

I checked and this needs to be changed with JS code. There will be 2 solutions for it:

  • 1: You need to rewrite component for multicolumn slider, it is SliderComponent.

  • 2: You need to install new slider library for it, like slick, flickity,…

Both solutions require experience with code. You need to hire an expert if you are new, or I can help you test it with a collaborator invitation

1 Like

Thank you. I am a software engineer and will research the code needed. I was hoping for a nudge in the right direction.

1 Like

Hi @ScottVickery ,

Yes, if so you can try solution 1, it will be more optimal, look into global.js file.

1 Like