scrolling text not working

hassan kalach asked on August 17, 2017 10:14

so i am trying to use scrolling text web part but its not working any suggestions ?

Recent Answers


Trevor Fayas answered on August 17, 2017 14:04

any errors in the console of your browser? any event log errors? got to give us more than it's not working :)

0 votesVote for this answer Mark as a Correct answer

hassan kalach answered on August 17, 2017 14:32

no errors at all i simple added the scroll text web part with a transformation and location to my marquees list and i get nothing

0 votesVote for this answer Mark as a Correct answer

Trevor Fayas answered on August 17, 2017 15:27

If you get no display, then you probably have the web part miss-configured.

Do you have the right Path, Class Name, is there any where conditions that may be filtering out pages, are the pages published?

Do this, set "Hide Control for Zero Rows" to FALSE (unchecked) and put "Test" in the Zero Rows Text, reload the page and if you see "Test" it means you have it misconfigured and it's not finding any items to display.

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on August 17, 2017 18:07

I'd suggest NOT using the OOTB webpart and use your own javascript/jquery plugin for this. I believe the OOTB webpart has dependencies on built-in jquery libraries and could cause problems with your other javascript libraries.

As Trevor suggests, make sure you have the properties set so you're actually receiving data back as well:

  • Path
  • Page type(s)
  • Transformation
0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.