Does not work….
-
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.
- The topic ‘Does not work….’ is closed to new replies.