• Resolved mukape

    (@mukape)


    Hello,

    I’m trying to use your plugin, it’s wonderful

    I need to print pages that have links, but I found that if there is any link on the page, it will be extracted and mentioned on the print file
    Kindly check this screenshot – Link highlighted in yellow

    I need to disable showing of this link, and only display the text – i don’t want any links to be displayed

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    This is a common issue and it’s due to your theme’s print css.
    Please check out this thread and get back to us if you need further assistance.

    In short, you will add the following to the plugin’s print css section:

    a[href^=http]:after { content: none !important; }
    Thread Starter mukape

    (@mukape)

    Fixed, thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable showing the links in the print file’ is closed to new replies.