Hola Leo

- Find the "initBehavior" JavaScript at 
/templating-kit/themes/pop/js/initBehavior (or of course your copy of it if you 
are not using the original one)
- At the bottom look for:
  $.extend($.ui.scroller.prototype.options, {
        //Elements Classes
        atoms: 'div.rack-teaser',
        prevLink: 'div.prev span',
    nextLink: 'div.next span'
  });
- Change this to:
  $.extend($.ui.scroller.prototype.options, {
        //Elements Classes
        atoms: 'div.rack-teaser',
        prevLink: 'div.prev span',
    nextLink: 'div.next span',
    diashow: 5000
  });
And that should do the trick!

Best regards,
-will

On 04.05.2011, at 18:32, Leo Lozes wrote:

> 
> Hello Will,
> 
> We are currently trying to have the rotating stage as well, but your hint
> about the "diashow" didn't helped us a lot, can you explain a bit more how
> you managed to get it working ?(I don't know if we have same version, we are
> using STK 1.4.2).
> 
> Thanks!
> 
> Leo
> 
> -----Mensaje original-----
> De: [email protected]
> [mailto:[email protected]] En nombre de Will Scheidegger
> Enviado el: viernes, 04 de marzo de 2011 19:04
> Para: Magnolia User-List
> Asunto: Re: [magnolia-user] Next STK question: Rotating stage carousel?
> 
> 
> Hi Grégory
> 
> It is the ui.scroller.js script which is used for the pagination stage
> teasers. Unfortunately this script has ZERO documentation (Googled for an
> hour and found nothing). I did however figure out how to get the slideshow
> running: 
> 
> Either modify the "diashow" option directly in the script or add the option
> to the "$.extend..." section at the bottom of init-behavior.js.
> 
> -> "InnerFade" jQuery plugin is well documented and has proper configuration
> functionality (when initializing the widget).
> 
> -will
> 
> 
> On 01.03.2011, at 15:30, Grégory Joseph wrote:
> 
>> 
>> The first place I'd look at would be the init-behavior script, but at
> first glance, I didn't see anything to do this in there. There's a good
> chance that I'm wrong tho.
>> Next up check ui-scroller or jquery-ui-slider, I'm assuming those are the
> ones involved with the carousel.
>> 
>> -g
>> 
>> On 28 Feb 2011, at 14:10, Will Scheidegger wrote:
>> 
>>> 
>>> Sorry to repost this question (with slightly different subject), but I
> have still not solved this problem and I'm pretty convinced that this is
> just a matter of configuration.
>>> 
>>> Anyone?
>>> 
>>> Thanks!
>>> -will
>>> 
>>> On 25.02.2011, at 08:42, Will Scheidegger wrote:
>>> 
>>>> 
>>>> Dear Magnolians
>>>> 
>>>> I could have sworn that the paging carousel on the demo-projects stkHome
> page would rotate automatically. However when I look at the demo site
> (http://demopublic.magnolia-cms.com/demo-project.html) nothing moves.
>>>> 
>>>> Before I waste hours digging through the included JS libraries: Is there
> an easy way to turn this feature on?
>>>> 
>>>> Thanks!
>>>> -will
>>>> 
>>>> 
>>>> 
>>>> ----------------------------------------------------------------
>>>> For list details see
>>>> http://www.magnolia-cms.com/home/community/mailing-lists.html
>>>> To unsubscribe, E-mail to: <[email protected]>
>>>> ----------------------------------------------------------------
>>>> 
>>> 
>>> 
>>> 
>>> ----------------------------------------------------------------
>>> For list details see
>>> http://www.magnolia-cms.com/home/community/mailing-lists.html
>>> To unsubscribe, E-mail to: <[email protected]>
>>> ----------------------------------------------------------------
>> 
>> 
>> 
>> ----------------------------------------------------------------
>> For list details see
>> http://www.magnolia-cms.com/home/community/mailing-lists.html
>> To unsubscribe, E-mail to: <[email protected]>
>> ----------------------------------------------------------------
>> 
> 
> 
> 
> ----------------------------------------------------------------
> For list details see
> http://www.magnolia-cms.com/home/community/mailing-lists.html
> To unsubscribe, E-mail to: <[email protected]>
> ----------------------------------------------------------------
> 
> 
> 
> ----------------------------------------------------------------
> For list details see
> http://www.magnolia-cms.com/home/community/mailing-lists.html
> To unsubscribe, E-mail to: <[email protected]>
> ----------------------------------------------------------------
> 



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to