Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Scrolling multiple items View modes: 
User avatar
Member
Member
phipe-abv - 3/30/2011 11:59:03 AM
   
Scrolling multiple items
Hello,

I am using the Scrolling News webpart. Currently it shows and scrolls only one item at a time. How can I make it display 3 for example ?

Thank you in advance !

Regards,

Filip

User avatar
Kentico Developer
Kentico Developer
kentico_ondrejv - 4/11/2011 4:39:49 AM
   
RE:Scrolling multiple items
Hello,

this aim requires actually some portion of customization, so please feel free to customize the Scrolling News/text webpart. Well, firstly clone it to prevent any upgrading issues. You can find its code-behind here: ~\CMSWebParts\Viewers\Effects\ScrollingText.ascx.cs - you'll need to amend the HTML code and javascripts used in there.

On the other hand, you can try to integrate some jQuery third party script to do the slider job. Personalyl, I find useful the following one: http://css-tricks.com/anythingslider-jquery-plugin/.

Best regards
Ondrej Vasil