I have the same problem! While loading it shows all posts in the ticker, then when its fully loaded it just shows one at a time and works perfectly. How can I prevent the loading behavior?? Please let me know.
Hi Heathece,
I had this same problem on my website. I resolved it by setting the outer container which contains the “currently viewable” item to have overflow:hidden;
In my case (as I have this setup as a wordpress widget) this was as follows:
.bnt_widget-2{
overflow: hidden;
}
Now only the “current” article or announcement is viewable because the others “waiting in the queue” are outside of the bnt-widget_2 container and therefore not shown.
Hope that helps,
James
Thank you James!!! That totally fixed it in Firefox and its better in IE and Chrome too but some modules that take longer to load it seems to show up on.
Heather
Hi Heather,
my pleasure, glad it helped you. I find that it works perfectly for me in IE and Chrome. Do you have a link to the site you are having the issue with? I could take a look.
James