• Hi,

    I’ve selected (5) latest posts to show on my webpage, whilst the page loads all 5 posts are shown one below the other only after loading does it take the correct shape.

    Is this an inherent problem with the plugin?

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Loading problem’ is closed to new replies.