• I don’t get it either. Did a search, found ONE post about it not working (4 months ago) with no replies. https://www.ads-software.com/support/topic/jquery-news-ticker?replies=1

    I installed, added the shortcode to a page and…nothing. Opened up the browser console to see if there were any errors…nothing.

    When I look at the source html output on your site it shows:

    <ul id="gticker-news1" class="gticker-hidden">
    <li class="gticker-item"><a href="#">JQuery news ticker wordpress plugin</a></li>
    <li class="gticker-item"><a href="#">Popup with fancy-box</a></li>
    <li class="gticker-item"><a href="#">Tabs recent posts vs recent comments</a></li>
    <li class="gticker-item"><a href="#">Twitter tweet horizontal scroll</a></li>
    <li class="gticker-item"><a href="#">Tabs widget popular posts and latest posts</a></li>
    </ul>

    but mine, using the stock setup plus one second item, turns out like:

    <ul id="gticker-news1" class="gticker-hidden"><li class="gticker-item"><a href="#">Congratulations, you just completed the installation!</a></li><li class="gticker-item"><a href="#">Testing out the ticker</a></li></ul><script type="text/javascript">jQuery(function () {jQuery('#gticker-news1').ticker({speed: 0.10, htmlFeed: true, titleText: 'News', direction: 'ltr', controls: false,displayType: 'reveal', pauseOnItems: 2000, fadeInSpeed: 600,fadeOutSpeed: 300 });});</script>

    All on one line.

    https://www.ads-software.com/plugins/jquery-news-ticker/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter DragonDon

    (@dragondon)

    Just to add, I simply used your default shortcode:

    [jquery-news-ticker group="GROUP1" title="News" direction="ltr" type="reveal" pause="2000"]

    Thread Starter DragonDon

    (@dragondon)

    Ugh, I keep forgetting details.

    What happens is that I just get a list of the items….no scrolling actions at all.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does not work….’ is closed to new replies.