WPIntell

Source evidence

Does not work….

Jquery news ticker · support · 2014-05-13T04:01:00+00:00

complaintsentiment
mediumseverity
0.92relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

8 / 37 rows with source links

21.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
DragonDon unresolved
I don’t get it either. Did a search, found ONE post about it not working (4 months ago) with no replies. http://wordpress.org/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://wordpress.org/plugins/jquery-news-ticker/ Just to add, I simply used your default shortcode: [jquery-news-ticker group="GROUP1" title="News" direction="ltr" type="reveal" pause="2000"] Ugh, I keep forgetting details. What happens is that I just get a list of the items….no scrolling actions at all.

Comments

2 shown
DragonDon 2014-05-13T04:02:00+00:00

Just to add, I simply used your default shortcode: [jquery-news-ticker group="GROUP1" title="News" direction="ltr" type="reveal" pause="2000"]

DragonDon 2014-05-13T04:03:00+00:00

Ugh, I keep forgetting details. What happens is that I just get a list of the items….no scrolling actions at all.