Conversation
supportHi there, thank you very much for this great widget! It would be very useful to be able to disable the links of the entries that appear to only show the “headlines”. Is there a way to make the texts non clickable? Best regards, Samu
Hello Samu, Hope you are doing well 🙂 Unfortunately, as of now, there is no option to disable the link from the entries but we will consider it adding if more users request. Thanks
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
Hello Samu, Hope you are doing well 🙂 Unfortunately, as of now, there is no option to disable the link from the entries but we will consider it adding if more users request. Thanks
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