Design and CSS styles
Version 7.x > Design and CSS styles > Custom Table with Scrolling News Effects View modes: 
User avatar
Member
Member
afique-resolvtech - 12/10/2013 1:05:12 AM
   
Custom Table with Scrolling News Effects
Hi,

I would like to ask about using scrolling news effects in custom table. I tried using Custom Table repeater with Effects.

I guess my problem is I cannot include the Javascript. Could anyone show me how to properly initialize and call the Scrolling text javascript in Kentico?

Thanks

User avatar
Kentico Consulting
Kentico Consulting
Kentico_RichardS - 12/10/2013 5:31:45 AM
   
RE:Custom Table with Scrolling News Effects
Hi,

Thank you for your message.

Unfortunately its not possible to use scrolling text webpart with custom tables. They are not compatible with custom tables. If you would like this effect you will need to develop such functionality. I recommend you to find some jQuery plugin for scrolling text such as http://remysharp.com/2008/09/10/the-silky-smooth-marquee/ and then combined with our repeater webpart show data out of custom table and scroll it based on your needs. You can also inspire in our scrolling repeater webpart which you can find in CMSWebpats/Viewers/Effect/ScrollingText.aspx

Kind regards,
Richard Sustek

User avatar
Member
Member
afique-resolvtech - 12/10/2013 7:45:59 AM
   
RE:Custom Table with Scrolling News Effects
Hi Richard,

Thank again for helping me.

I managed to get everything worked. However, it seems that the jquery script is conflicting with Timer.

How can I modified the code from conflicting with Timer?

Thanks

User avatar
Kentico Consulting
Kentico Consulting
Kentico_RichardS - 12/13/2013 3:41:58 AM
   
RE:Custom Table with Scrolling News Effects
Hi,

Which timer you have in mind? Is it some kind of jQuery plugin?

How is it conflicting? In this case I recommend using FireBug Addon for Firefox so that you can easily debug your code. You can see the issues in the console tab. Its really helpful. You can find it here -> https://addons.mozilla.org/en-US/firefox/addon/firebug/

Let me know for further assistance.

Kind regards,
Richard Sustek