Page 1 of 1

Carousel reverts to first image on page change

Posted: Wed Jul 24, 2024 8:23 pm
by tedgruber
Hello Pablo,

I have a project that uses a master page containing a CssMenu object and a Carousel object. The Carousel object has 11 images and works great. But when I select a new menu item on the CssMenu and the associated page displays, the carousel reverts to the first image.

On a page change, is there a way to have the carousel position remain at whatever image is currently displayed, rather than revert to the first image?

Thank you,
Ted

Re: Carousel reverts to first image on page change

Posted: Wed Jul 24, 2024 8:50 pm
by BaconFries
When using any menu from a "Master Page" then there will be only be one instance of it. This means that the HTML is the same on all pages it is used on. This also applies to all other objects such as the Carousel as the images are always in the same position in the HTML code as originally from/in the Masterpage.

Re: Carousel reverts to first image on page change

Posted: Wed Jul 24, 2024 10:47 pm
by tedgruber
Thanks for the explanation!