Viewing 8 replies - 1 through 8 (of 8 total)
  • I was wondering the same thing. Looks likes something in the jquery needs to be changed.

    Grant

    (@grantcymbiosse)

    Hi there!
    I had the same problem. There is code there that controls the loop but for some reason it’s not working.
    I just replaced the following code in jquery.newsticker.js (line 154)
    inner.style.left = parseInt(scroller.style.width) + "px";
    to
    inner.style.left = "775px";

    Just change the pixel amount to suite your needs.
    Hope this helped!

    Yes it worked like a charm after changing, Thanks

    Thank you so much for this tip.

    Thanks for sharing this! It would be great to see this fix in an updated version of this plugin.

    Grant

    (@grantcymbiosse)

    More a hack than a fix really.
    Might be an idea to have a place for your custom pixel width in the admin part of the plugin ??

    Anyone figured out how to remove the last tag for webdesign – without just deleting line 119 on news.php?

    <a href="https://www.iwebix.de" target="_blank" title="webdesign">webdesign</a>

    The creates a gap between the loop (after applying the above fix – which btw is AWESOME!)

    Anyone any thoughts on how to make this read a post not category titles?

    I have a bunch of quotes from schoolkids to go on a site and the easiest way might be to put them all in one page and then get the ticker to read the text from the page/post rather than teh post titles?

    Any thoughts?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: WP-Newsticker] Loop when it reaches the last post’ is closed to new replies.