• Hi 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Aezaz Shaikh

    (@shaikhaezaz80)

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Feature request: Disable links’ is closed to new replies.