• Resolved onlaie

    (@onlaie)


    Wie lauten die Classennamen der CSS Styles, welche BLC verwendet, um deaktivierte, bzw. entfernte Links zu kennzeichnen?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Jair – WPMU DEV Support

    (@wpmudevsupport15)

    Hello @onlaie

    BLC uses “broken_link” to mark links that are broken, while it uses “removed_link” for the links that the plugin detected as removed.

    By default, here are the CSS rules that BLC uses to mark these links:

    .broken_link, a.broken_link {
    text-decoration: line-through;
    }
    .removed_link, a.removed_link {
    text-decoration: line-through;
    }

    You can go to Link Checker -> Local [old] -> General, and in the “Line tweaks” section, either enable or modify these styling rules.

    Kind regards,
    Jair.

    Thread Starter onlaie

    (@onlaie)

    Danke.
    Ich hatte aber gehofft, diese Stile würden bei den früher als fehlerhaft/entfernt markierten Links bleiben, auch wenn man das Plugin deinstalliert.
    Leider werden diese aber wieder aus dem generierten Quellcode entfernt, somit nützt mir das leider nichts. Sorry, das wusste ich gestern noch nicht.

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @onlaie

    Since the mentioned classes are added dynamically, you need to keep the BLC plugin enabled if you want to use them.
    When you disable or remove the plugin, those classes will be removed.

    Best Regards
    Amin

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CSS Styles Links’ is closed to new replies.