• Resolved mycenria

    (@mycenria)


    Hello there.

    I have been using this Plugin for a long, long time and never seemed to have an issue until recently.
    I have it set up so broken links will have a strike-through on them.
    However it doesn’t appear to be doing it now for all broken links.

    For example on the page I have linked the pages for Sotakebime and Ikahahime should have a strike-through and yet they don’t. When I check the WPAdmin side of thing, they are listed as broken links still.

    As an extra note I am still using the Old local version of the app, not the New Cloud version as that finds 0 broken links on my website so I cannot use that at all either.

    Am I missing something simple that is affecting why some links are not showing up with a strike-through?

    Any help you can give me with this would be greatly appreciated.
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @mycenria,

    The behaviour is due to the following CSS loaded in your site which is overriding the strike-through:

    .widget_text a, .entry-summary a, #footer .textwidget a, #sidebar .textwidget a, .woocommerce-product-details__short-description p a, .textwidget p a, .entry-content a, #comments p a, .comment-meta.commentmetadata a, #content-vw a, .woocommerce-MyAccount-content p a, .new-text p a, .comment p a {
        text-decoration: underline !important;
        text-decoration-line: underline !important;
        text-decoration-thickness: initial !important;
        text-decoration-style: initial !important;
        text-decoration-color: initial !important;
    }

    Please check and see whether the following CSS helps with overriding in highlighting it back as strike-through:

    article > .new-text > p > a.broken_link {
    	    text-decoration: line-through !important;
    }

    You can add the CSS via the default WordPress customizer, under Appearance > Customize > Additional CSS.

    Please do check and see whether the above helps.

    Kind Regards,

    Nithin

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @mycenria,

    Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to open a new thread if you have new queries.

    Kind Regards
    Nithin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Broken links not showing up on Pages’ is closed to new replies.