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
Carousel reverts to first image on page change
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- BaconFries
-
- Posts: 5879
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Carousel reverts to first image on page change
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
Thanks for the explanation!