Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Scrolling News !!!! View modes: 
User avatar
Member
Member
sansugoi_sayounara-hotmail - 3/29/2010 1:06:55 AM
   
Scrolling News !!!!
Hi all,

I have added scrolling news in my webpage but but it is showing one news at a time first new disappear then the second displayed second gone then third, .. what I want is the continous scrolling of the news one after othernot one by one can one help in this how can I change this scrolling effect.

Thanks in Advance
Sansugoi

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 3/31/2010 1:45:49 PM
   
RE:Scrolling News !!!!
Hi Sansugoi,


You may use Scrolling text web part. Please see the Web parts documentation


Best regards,
Helena Grulichova

User avatar
Member
Member
batchahaja-socpa.org - 2/6/2013 12:09:29 AM
   
RE:Scrolling News !!!!
Hi

The above given link is not working. Is it possible to display 3 items at a time, once top items scrolled out from the top the new item will be added from down.

Scrolling text that shows three items at a same time.

Or at least continuous scrolling

User avatar
Certified Developer 13
Certified Developer 13
josefd@kentico.com - 2/6/2013 7:52:55 AM
   
RE:Scrolling News !!!!
Hello,

The link in the previous post has been fixed.

It is not possible by default to page the Scrolling News web part, you would need to custom develop this behavior, for example by cloning and modifying the following web part:

/CMSWebParts/Viewers/Effects/ScrollingText.ascx

You should be able to achieve what you described by changing the way the pre-rendered objects are rotated in code. You can find more information about modifying web parts in our documentation.

I should be also possible to use nested repeaters to list the news in groups of 3 and scroll through these groups. Please see nested controls for more information.

It is possible to set continuous scrolling by setting the Script stop time property of Scrolling News web part to 0.

Regards,
Josef Dvorak