Viewing 6 replies - 1 through 6 (of 6 total)
  • I have the same question. I’d like to be able to remove both hyperlinks that show.

    Hi:

    Add this class to your css file:

    .no_link {
    cursor: default !important;
    pointer-events: none;
    }

    and add the class to the shortcode: title_class=no_link

    Regards

    PS: Tested on Firefox and BlackBerry 10 mobile browser, not sure if it works on other browsers.

    This was a nice fix, thanks Osckar.

    For those who may already have a title_class in their code you can simply add the following:

    cursor: default !important;
    pointer-events: none;

    to your current title_class style and it will accomplish the same thing.

    Michael

    osckar and CaiusMartius,

    Thanks for that tip – worked beautifully (and much better than my unexpert tinkering with php code!)

    Can confirm works on Firefox, Chrome, Andriod and iOS.

    Cheers.

    Plugin Author Fernando Briano

    (@fernandobt)

    Thanks everyone for helping out with this issue. I’m adding your answers to the FAQ. I’m also marking this issue as resolved.

    Thanks!

    Oh my gosh, I’ve been looking for this answer for two days! Thank you, it worked perfectly!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Removing hyperlink’ is closed to new replies.