Hi,
news ticker is not scrolling well, it doesn’t show the full text scrolling, also it disappear very quickly.
this is the website : https://covid19qatar.info
also can it be possible to assign a certain post on a certain slot in the grid flex 5 ?
Kindly advise.
Hello !
At the moment the News ticker element does not have a specific setting to adjust the speed. This could only be modified in the theme javascript file
– https://www.screencast.com/t/cWHeO2hGk
Try searching in that file for the value “3E3” that means 3 seconds, you could change it to something like “6E3” (6 seconds). It should be the last value found in that file, when you search for it (or change them all).
This could be an option in the theme in future updates, but for then moment that is the only way of doing it.
Thank you !
How can I reach the code you mentioned ? (– https://www.screencast.com/t/cWHeO2hGk)
I tried – Apprearence > theme editor > includes > js > tagdiv-theme.min.js
but I could see the values 3E3, i just want to make it “6E3” (6 seconds)
please advise
-
This reply was modified 6 years by
subhiart.
Hello !
Sorry for the mistake. In the 10.3.1 Version that code can be found in here: https://www.screencast.com/t/JtRz9GnWFiu
Thank you !