• Resolved darekk2

    (@darekk2)


    Link Library Configurations – Advanced – Web Link
    When Web address is selected, urls appear on the list of links, but when Label is selected, nothing changes. Or maybe I can’t see something.
    A label with url (not a href, but pure text, maybe grayed italic, in additional line) would be needed.
    Thank you.

    • This topic was modified 7 years, 10 months ago by darekk2.
    • This topic was modified 7 years, 10 months ago by darekk2.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    You need to specify a text label in the third text field. If you hover over it, the help text explains what to do.

    View post on imgur.com

    Thread Starter darekk2

    (@darekk2)

    Thanks. This explains how that works. But this replace url by that label between <a href> and </a>.

    But third possibility would be very useful – the url as text, not link. Or eventually another style of such link, making it much less visible.

    • This reply was modified 7 years, 10 months ago by darekk2.
    Plugin Author Yannick Lefebvre

    (@jackdewey)

    I will add an option to only display the URL as text later today.

    Please consider donating to support this plugin’s development.

    Thread Starter darekk2

    (@darekk2)

    That would be great. You are so kind and patient. With <br /> before, to make all text more clear.

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    You choose where you want <br /> and other layout elements in the Advanced layout grid.

    Thread Starter darekk2

    (@darekk2)

    And grayed text, maybe italic, less visible then description.

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    A new option called Plain web address will be available in new version 6.0.47 later this evening.

    For styling, you can add a <span class="weblink"> before the link and a </span> after it. Then, in your Link Library stylesheet editor, add a rule to style this content.

    .weblink {
        color: #ddd;
        font-style: italic;
    }

    Please consider donating to support this plugin’s development.

    Thread Starter darekk2

    (@darekk2)

    This works perfectly.
    “weblink” is getting replaced by ‘weblink’ after saving configurations, but this does not affect anything.

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

The topic ‘Web Link Label’ is closed to new replies.