Hi,
it’s a great plugin but with the option to disable the links it would be even better.
As for now, you can make the texts non clickable using CSS. Worked for me.
.js-ticker.active .js-ticker-item {
pointer-events: none;
cursor: default;
}
Best regards,
bepe